Home
last modified time | relevance | path

Searched refs:__output (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
Dprofiler_algos.h41 __insert_top_n(_Container& __output, in __insert_top_n() argument
45 typename _Container::iterator __it = __output.begin(); in __insert_top_n()
56 if (__it == __output.end()) in __insert_top_n()
66 __output.insert(__it, __value); in __insert_top_n()
72 __top_n(const _Container& __input, _Container& __output, in __top_n() argument
75 __output.clear(); in __top_n()
78 __insert_top_n(__output, *__it, __n); in __top_n()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/profile/impl/
Dprofiler_algos.h41 __insert_top_n(_Container& __output, in __insert_top_n() argument
45 typename _Container::iterator __it = __output.begin(); in __insert_top_n()
56 if (__it == __output.end()) in __insert_top_n()
66 __output.insert(__it, __value); in __insert_top_n()
72 __top_n(const _Container& __input, _Container& __output, in __top_n() argument
75 __output.clear(); in __top_n()
78 __insert_top_n(__output, *__it, __n); in __top_n()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/parallel/
Dfor_each.h66 _Result& __output, typename in __for_each_template_random_access() argument
74 __reduction_start, __output, __bound); in __for_each_template_random_access()
78 __reduction_start, __output, __bound); in __for_each_template_random_access()
82 __reduction_start, __output, __bound); in __for_each_template_random_access()
86 __reduction_start, __output, __bound); in __for_each_template_random_access()
Dworkstealing.h103 _Result& __output, in __for_each_template_random_access_workstealing() argument
132 __output = __base; in __for_each_template_random_access_workstealing()
296 __output = __r(__output, __result); in __for_each_template_random_access_workstealing()
Domp_loop_static.h70 _Result& __output, in __for_each_template_random_access_omp_loop_static() argument
102 __output = __r(__output, __thread_results[__i]); in __for_each_template_random_access_omp_loop_static()
Domp_loop.h70 _Result& __output, in __for_each_template_random_access_omp_loop() argument
102 __output = __r(__output, __thread_results[__i]); in __for_each_template_random_access_omp_loop()
Dpar_loop.h69 _Result __base, _Result& __output, in __for_each_template_random_access_ed() argument
122 __output = __r(__output, __thread_results[__i]); in __for_each_template_random_access_ed()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
Dfor_each.h66 _Result& __output, typename in __for_each_template_random_access() argument
74 __reduction_start, __output, __bound); in __for_each_template_random_access()
78 __reduction_start, __output, __bound); in __for_each_template_random_access()
82 __reduction_start, __output, __bound); in __for_each_template_random_access()
86 __reduction_start, __output, __bound); in __for_each_template_random_access()
Dworkstealing.h103 _Result& __output, in __for_each_template_random_access_workstealing() argument
132 __output = __base; in __for_each_template_random_access_workstealing()
296 __output = __r(__output, __result); in __for_each_template_random_access_workstealing()
Domp_loop_static.h70 _Result& __output, in __for_each_template_random_access_omp_loop_static() argument
102 __output = __r(__output, __thread_results[__i]); in __for_each_template_random_access_omp_loop_static()
Domp_loop.h70 _Result& __output, in __for_each_template_random_access_omp_loop() argument
102 __output = __r(__output, __thread_results[__i]); in __for_each_template_random_access_omp_loop()
Dpar_loop.h69 _Result __base, _Result& __output, in __for_each_template_random_access_ed() argument
122 __output = __r(__output, __thread_results[__i]); in __for_each_template_random_access_ed()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_kms.h553 **__output = __igt_pipe_populate_outputs((display), __outputs); \
554 __output < &__outputs[(display)->n_pipes]; __output++) \
555 for_each_if (*__output && \
556 ((pipe) = (__output - __outputs), (output) = *__output, 1))
/aosp_15_r20/external/openthread/tools/otci/otci/
H A Derrors.py48 self.__output = output
52 return self.__output[-1]
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DUtils.hpp574 auto __output = (expr); \
576 (void)__output; \
593 auto __output = (expr); \
594 (void)__output; \
612 #define SYSCHECK_ERR_RETURN_NEG1(expr) SYSCHECK(expr, __output != -1)
/aosp_15_r20/external/selinux/python/audit2allow/
H A Daudit2allow313 def __output(self): member in AuditToPolicy
387 self.__output()
H A Daudit2why313 def __output(self): member in AuditToPolicy
387 self.__output()
/aosp_15_r20/external/libcxx/test/support/
H A Dnasty_macros.hpp62 #define __output NASTY_MACRO macro
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv23732 …tform/external/libcxx,[email protected],Rename identifiers named `__output`