MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / parse_decimal

Function parse_decimal

framework/utils/Android/cpu-features.c:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348static const char *parse_decimal(const char *input, const char *limit, int *result)
349{
350 return parse_number(input, limit, 10, result);
351}
352
353#ifdef __arm__
354static const char *parse_hexadecimal(const char *input, const char *limit, int *result)

Callers 2

cpulist_parseFunction · 0.85
android_cpuInitFunction · 0.85

Calls 1

parse_numberFunction · 0.70

Tested by

no test coverage detected