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_symbolizer_libcdep.cc 34 *result = (int)internal_atoll(buff);
44 *result = (uptr)internal_atoll(buff);
sanitizer_libc.h 28 s64 internal_atoll(const char *nptr);
sanitizer_symbolizer_mac.cc 123 res->info.line = internal_atoll(extracted_line_number);
sanitizer_libc.cc 19 s64 internal_atoll(const char *nptr) { function in namespace:__sanitizer
sanitizer_linux.cc 665 tid = (int)internal_atoll(entry_->d_name);

Completed in 132 milliseconds