Searched defs:internal_simple_strtoll (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cc30 return internal_simple_strtoll(nptr, (char**)0, 10);
204 s64 internal_simple_strtoll(const char *nptr, char **endptr, int base) { function in namespace:__sanitizer

Completed in 67 milliseconds