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

/frameworks/compile/libbcc/tools/abcc/
H A DMain.cpp44 char *endptr; local
46 result = ::strtol(arg, &endptr, 0);
47 if (*endptr != '\0') {
/frameworks/av/camera/
H A DCameraParameters.cpp297 char **endptr = NULL)
314 if (endptr) {
315 *endptr = end;
/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp103 char *endptr; local
104 unsigned long l = strtoul(value, &endptr, 0);
105 if (*endptr == '\0') {
H A DThreads.cpp1633 char *endptr; local
1634 unsigned long ul = strtoul(value, &endptr, 0);
1635 if (*endptr == '\0' && ul != 0) {
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp272 char* endptr; local
273 result = strtoull(entry_name.data(), &endptr, 0);
274 if (*endptr != '\0') {

Completed in 771 milliseconds