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_flags.cc 104 *flag = static_cast<int>(internal_atoll(value));
sanitizer_libc.h 27 s64 internal_atoll(const char *nptr);
sanitizer_symbolizer_libcdep.cc 72 *result = (int)internal_atoll(buff);
83 *result = (uptr)internal_atoll(buff);
sanitizer_libc.cc 19 s64 internal_atoll(const char *nptr) { function in namespace:__sanitizer
sanitizer_linux.cc 585 tid = (int)internal_atoll(entry_->d_name);

Completed in 572 milliseconds