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

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

Completed in 241 milliseconds