Searched refs:internal_atoll (Results 1 – 6 of 6) sorted by relevance
34 *result = (int)internal_atoll(buff); in ExtractInt()44 *result = (uptr)internal_atoll(buff); in ExtractUptr()248 int line_or_column = internal_atoll(last_colon + 1); in ParseFileLineInfo()255 info->line = internal_atoll(last_colon + 1); in ParseFileLineInfo()
119 if (line) *line = (uptr)internal_atoll(extracted_line_number); in ParseCommandOutput()124 uptr offset = internal_atoll(rest); in ParseCommandOutput()
29 s64 internal_atoll(const char *nptr);
20 s64 internal_atoll(const char *nptr) { in internal_atoll() function
20 *out = internal_atoll(p);
765 tid = (int)internal_atoll(entry_->d_name); in GetNextTID()