HomeSort by relevance Sort by last modified time
    Searched refs:parse_decimal (Results 1 - 2 of 2) sorted by null

  /ndk/sources/android/cpufeatures/
cpu-features.c 309 parse_decimal(const char* input, const char* limit, int* result) function
383 p = parse_decimal(p, q, &start_value);
393 p = parse_decimal(p+1, q, &end_value);
765 p = parse_decimal(value, value_end, &val);
    [all...]
  /bionic/libc/bionic/
libc_logging.cpp 133 static unsigned parse_decimal(const char *format, int *ppos) { function
292 width = (int)parse_decimal(format, &nn);
298 prec = (int)parse_decimal(format, &nn);

Completed in 856 milliseconds