Searched refs:strtoull (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | stdlib_l.cpp | 57 return strtoull(s, end_ptr, base); in strtoull_l()
|
D | bionic_systrace.cpp | 39 g_tags = strtoull(g_debug_atrace_tags_enableflags.Get(), nullptr, 0); in should_trace()
|
D | strtol.cpp | 198 unsigned long long strtoull(const char* s, char** end, int base) { in strtoull() function 208 return strtoull(s, end, base); in strtouq()
|
/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 | 256 benchmark::DoNotOptimize(strtoull(" -123", nullptr, 0)); in BM_stdlib_strtoull()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1030 strtoull
|
/bionic/tests/ |
D | stdlib_test.cpp | 815 CheckStrToInt(strtoull); in TEST()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1042 strtoull;
|
/bionic/libc/ |
D | libc.map.txt | 1042 strtoull;
|