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

  /bionic/libc/bionic/
libc_logging.cpp 134 static unsigned parse_decimal(const char *format, int *ppos) { function
293 width = (int)parse_decimal(format, &nn);
299 prec = (int)parse_decimal(format, &nn);
  /ndk/sources/android/cpufeatures/
cpu-features.c 282 parse_decimal(const char* input, const char* limit, int* result) function
363 p = parse_decimal(p, q, &start_value);
373 p = parse_decimal(p+1, q, &end_value);

Completed in 204 milliseconds