Searched refs:strtoull (Results 1 – 25 of 25) sorted by relevance
/bionic/libc/bionic/ |
D | stdlib_l.cpp | 57 return strtoull(s, end_ptr, base); in strtoull_l()
|
D | bionic_systrace.cpp | 42 g_tags = strtoull(g_debug_atrace_tags_enableflags.Get(), nullptr, 0); in should_trace()
|
D | strtol.cpp | 166 unsigned long long strtoull(const char* s, char** end, int base) { in strtoull() function
|
D | gwp_asan_wrappers.cpp | 325 unsigned long long value = strtoull(buffer, &end, 10); in GetGwpAsanIntegerOption()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_147.S | 67 CALL(strtoull)
|
D | liblinker_reloc_bench_008.S | 354 CALL(strtoull)
|
D | liblinker_reloc_bench_081.S | 304 CALL(strtoull)
|
D | liblinker_reloc_bench_006.S | 729 CALL(strtoull)
|
D | liblinker_reloc_bench_095.S | 112 CALL(strtoull)
|
D | liblinker_reloc_bench_003.S | 1215 CALL(strtoull)
|
D | liblinker_reloc_bench_158.S | 1338 CALL(strtoull)
|
D | liblinker_reloc_bench_135.S | 457 CALL(strtoull)
|
D | liblinker_reloc_bench_096.S | 3759 CALL(strtoull)
|
D | liblinker_reloc_bench_164.S | 3997 CALL(strtoull)
|
D | linker_reloc_bench_main.S | 3775 CALL(strtoull)
|
D | liblinker_reloc_bench_028.S | 7083 CALL(strtoull)
|
D | liblinker_reloc_bench_063.S | 11277 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/benchmarks/ |
D | stdlib_benchmark.cpp | 237 BIONIC_TRIVIAL_BENCHMARK(BM_stdlib_strtoull, strtoull(" -123", nullptr, 0));
|
/bionic/libc/include/ |
D | stdlib.h | 74 unsigned long long strtoull(const char* _Nonnull __s, char* _Nullable * _Nullable __end_ptr, int __…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1030 strtoull
|
/bionic/tests/ |
D | stdlib_test.cpp | 941 CheckStrToInt(strtoull); in TEST()
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_unit_tests.cpp | 196 uint64_t st = strtoull(&actual[offset], nullptr, 10); in VerifyRecords() 198 uint64_t et = strtoull(&actual[offset], nullptr, 10); in VerifyRecords()
|
/bionic/libc/ |
D | libc.map.txt | 1041 strtoull;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1041 strtoull;
|