Searched refs:strtoull (Results 1 – 18 of 18) sorted by relevance
/bionic/libc/bionic/ |
D | stdlib_l.cpp | 57 return strtoull(s, end_ptr, base); in strtoull_l()
|
D | bionic_systrace.cpp | 40 g_tags = strtoull(g_debug_atrace_tags_enableflags.Get(), nullptr, 0); in should_trace()
|
D | strtol.cpp | 193 unsigned long long strtoull(const char* s, char** end, int base) { in strtoull() function 202 __strong_alias(strtouq, strtoull);
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_147.S | 67 CALL(strtoull)
|
D | liblinker_reloc_bench_081.S | 306 CALL(strtoull)
|
D | liblinker_reloc_bench_008.S | 354 CALL(strtoull)
|
D | liblinker_reloc_bench_006.S | 729 CALL(strtoull)
|
D | liblinker_reloc_bench_003.S | 1215 CALL(strtoull)
|
D | liblinker_reloc_bench_095.S | 112 CALL(strtoull)
|
D | liblinker_reloc_bench_158.S | 1338 CALL(strtoull)
|
D | liblinker_reloc_bench_135.S | 457 CALL(strtoull)
|
/bionic/tests/headers/posix/ |
D | stdlib_h.c | 135 FUNCTION(strtoull, unsigned long long (*f)(const char*, char**, int)); in stdlib_h()
|
/bionic/libc/include/ |
D | stdlib.h | 78 unsigned long long strtoull(const char* __s, char** __end_ptr, int __base);
|
/bionic/benchmarks/ |
D | stdlib_benchmark.cpp | 246 BIONIC_TRIVIAL_BENCHMARK(BM_stdlib_strtoull, strtoull(" -123", nullptr, 0));
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1030 strtoull
|
/bionic/tests/ |
D | stdlib_test.cpp | 891 CheckStrToInt(strtoull); in TEST()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1042 strtoull;
|
/bionic/libc/ |
D | libc.map.txt | 1042 strtoull;
|