Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 17 of 17) sorted by relevance

/bionic/benchmarks/
Dmath_benchmark.cpp242 for (auto _ : state) { in BM_math_expf_speccpu2017() local
253 for (auto _ : state) { in BM_math_expf_speccpu2017_latency() local
269 for (auto _ : state) { in BM_math_exp_speccpu2017() local
280 for (auto _ : state) { in BM_math_exp_speccpu2017_latency() local
291 for (auto _ : state) { in BM_math_exp2f_speccpu2017() local
302 for (auto _ : state) { in BM_math_exp2f_speccpu2017_latency() local
313 for (auto _ : state) { in BM_math_exp2_speccpu2017() local
324 for (auto _ : state) { in BM_math_exp2_speccpu2017_latency() local
340 for (auto _ : state) { in BM_math_powf_speccpu2006() local
351 for (auto _ : state) { in BM_math_powf_speccpu2017_latency() local
[all …]
Dstdlib_benchmark.cpp43 for (auto _ : state) { in MallocFree() local
77 for (auto _ : state) { in MallocMultiple() local
170 for (auto _ : state) { in BM_stdlib_mbstowcs() local
210 for (auto _ : state) { in BM_stdlib_mbrtowc() local
220 for (auto _ : state) { in BM_stdlib_atoi() local
227 for (auto _ : state) { in BM_stdlib_atol() local
234 for (auto _ : state) { in BM_stdlib_strtol() local
241 for (auto _ : state) { in BM_stdlib_strtoll() local
248 for (auto _ : state) { in BM_stdlib_strtoul() local
255 for (auto _ : state) { in BM_stdlib_strtoull() local
Dget_heap_size_benchmark.cpp59 for (auto _ : state) { in BM_mallinfo() local
81 for (auto _ : state) { in BM_read_statm() local
Dmalloc_benchmark.cpp109 for (auto _ : state) { in BM_malloc_sql_trace_default() local
119 for (auto _ : state) { in BM_malloc_sql_trace_decay1() local
Datomic_benchmark.cpp144 std::lock_guard<std::mutex> _(mtx); in BM_atomic_fetch_add_cs() local
Dstring_benchmark.cpp262 for (auto _ : state) { in BM_string_strncmp() local
/bionic/libc/malloc_debug/tools/
Dgen_malloc.pl150 my ($opts) = @_;
160 my ($opts) = @_;
183 my ($opts, $cur_thread, $pointer, $name, $size, $arg2) = @_;
195 my ($thread, $ignore_missing_allocations) = @_;
209 $_ = $';
286 my ($opts) = @_;
/bionic/libc/kernel/uapi/linux/
Datmapi.h27 unsigned char _[8]; member
Dperf_event.h420 #define PERF_MEM_S(a,s) (((__u64) PERF_MEM_ ##a ##_ ##s) << PERF_MEM_ ##a ##_SHIFT)
/bionic/libc/malloc_hooks/
DREADME.md35 When malloc is called and \_\_malloc\_hook has been set, then the hook
38 When realloc is called and \_\_realloc\_hook has been set, then the hook
41 When free is called and \_\_free\_hook has been set, then the hook
44 When memalign is called and \_\_memalign\_hook has been set, then the hook
47 For posix\_memalign, if \_\_memalign\_hook has been set, then the hook is
50 For aligned\_alloc, if \_\_memalign\_hook has been set, then the hook is
53 For calloc, if \_\_malloc\_hook has been set, then the hook function is
56 For the two deprecated functions pvalloc and valloc, if \_\_memalign\_hook
/bionic/tools/bionicbb/
Dpresubmit.py76 _ = jenkins[build].invoke()
126 _ = jenkins[build].invoke(build_params=params)
139 def handle_change(gerrit_info, _, dry_run): argument
202 def skip_handler(gerrit_info, _, __): argument
/bionic/libc/tools/
Dpylintrc84 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
87 const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
93 function-rgx=[a-z_][a-z0-9_]{2,30}$
96 method-rgx=[a-z_][a-z0-9_]{2,30}$
99 attr-rgx=[a-z_][a-z0-9_]{2,30}$
102 argument-rgx=[a-z_][a-z0-9_]{2,30}$
105 variable-rgx=[a-z_][a-z0-9_]{2,30}$
109 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
113 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
116 good-names=i,j,k,ex,Run,_
[all …]
/bionic/libc/kernel/tools/
Dupdate_all.py39 for root, _, files in os.walk(src_dir):
41 _, ext = os.path.splitext(file)
Dcpp.py1155 lines, _ = self.format_blocks(self.tokens)
/bionic/libc/tzcode/
Dprivate.h546 #ifndef _
548 #define _(msgid) gettext(msgid) macro
550 #define _(msgid) msgid macro
/bionic/tools/versioner/
Drun_tests.py25 (output, _) = process.communicate()
/bionic/docs/
Dfdsan.md365 * Solution: ¯\\\_(ツ)\_/¯. Use fdsan?