Home
last modified time | relevance | path

Searched refs:endptr (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/libbcc/tools/abcc/
DMain.cpp44 char *endptr; in GetIntArg() local
46 result = ::strtol(arg, &endptr, 0); in GetIntArg()
47 if (*endptr != '\0') { in GetIntArg()
/frameworks/av/camera/
DCameraParameters.cpp292 char **endptr = NULL) in parse_pair() argument
309 if (endptr) { in parse_pair()
310 *endptr = end; in parse_pair()
/frameworks/av/services/audioflinger/
DAudioResampler.cpp103 char *endptr; in init_routine() local
104 unsigned long l = strtoul(value, &endptr, 0); in init_routine()
105 if (*endptr == '\0') { in init_routine()
DAudioFlinger.cpp2536 char *endptr; in checkSilentMode_l() local
2537 unsigned long ul = strtoul(value, &endptr, 0); in checkSilentMode_l()
2538 if (*endptr == '\0' && ul != 0) { in checkSilentMode_l()
/frameworks/compile/mclinker/lib/LD/
DELFWriter.cpp170 char* endptr; in getEntryPoint() local
171 result = strtoull(entry_name.data(), &endptr, 0); in getEntryPoint()
172 if (*endptr != '\0') { in getEntryPoint()