HomeSort by relevance Sort by last modified time
    Searched refs:internal_atoll (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.h 27 s64 internal_atoll(const char *nptr);
sanitizer_flags.cc 257 *flag = static_cast<int>(internal_atoll(value));
267 *flag = static_cast<uptr>(internal_atoll(value));
sanitizer_libc.cc 29 s64 internal_atoll(const char *nptr) { function in namespace:__sanitizer
sanitizer_symbolizer_posix_libcdep.cc 80 *result = (int)internal_atoll(buff);
91 *result = (uptr)internal_atoll(buff);
sanitizer_linux.cc 636 tid = (int)internal_atoll(entry_->d_name);

Completed in 2507 milliseconds