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 80 *flag = internal_atoll(value);
sanitizer_libc.h 27 s64 internal_atoll(const char *nptr);
sanitizer_symbolizer.cc 71 *result = (int)internal_atoll(buff);
82 *result = (uptr)internal_atoll(buff);
sanitizer_libc.cc 18 s64 internal_atoll(const char *nptr) { function in namespace:__sanitizer
sanitizer_linux.cc 644 tid = (int)internal_atoll(entry_->d_name);

Completed in 1096 milliseconds