Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/bionic/
Dstdlib_l.cpp57 return strtoull(s, end_ptr, base); in strtoull_l()
Dbionic_systrace.cpp39 g_tags = strtoull(g_debug_atrace_tags_enableflags.Get(), nullptr, 0); in should_trace()
Dstrtol.cpp198 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/
Dstdlib_h.c135 FUNCTION(strtoull, unsigned long long (*f)(const char*, char**, int)); in stdlib_h()
/bionic/libc/include/
Dstdlib.h78 unsigned long long strtoull(const char* __s, char** __end_ptr, int __base);
/bionic/benchmarks/
Dstdlib_benchmark.cpp256 benchmark::DoNotOptimize(strtoull(" -123", nullptr, 0)); in BM_stdlib_strtoull()
/bionic/libc/tools/
Dposix-2013.txt1030 strtoull
/bionic/tests/
Dstdlib_test.cpp815 CheckStrToInt(strtoull); in TEST()
/bionic/tools/versioner/platforms/
Dlibc.map.txt1042 strtoull;
/bionic/libc/
Dlibc.map.txt1042 strtoull;