Searched defs:strtoull (Results 1 - 7 of 7) sorted by relevance

/external/gflags/src/
H A Dwindows_port.h125 #define strtoull _strtoui64 macro
/external/flac/include/share/
H A Dcompat.h72 #define strtoull _strtoui64 macro
/external/capstone/include/
H A Dplatform.h95 #define strtoull _strtoui64 macro
/external/google-breakpad/src/processor/
H A Dwindows_frame_info.h55 #define strtoull _strtoui64 macro
133 rva = strtoull(tokens[1], NULL, 16);
134 code_size = strtoull(tokens[2], NULL, 16);
H A Dbasic_source_line_resolver.cc60 #define strtoull _strtoui64 macro
504 *address = strtoull(tokens[0], &after_number, 16);
509 *size = strtoull(tokens[1], &after_number, 16);
536 *address = strtoull(tokens[0], &after_number, 16);
541 *size = strtoull(tokens[1], &after_number, 16);
585 *address = strtoull(tokens[0], &after_number, 16);
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h46 #define strtoull _strtoui64 macro
50 #define strtoull strtoul
380 return strtoull(nptr, endptr, base);
/external/swiftshader/third_party/LLVM/include/llvm/Config/
H A Dconfig.h701 /* Define to a function implementing strtoull */
702 #define strtoull _strtoui64 macro

Completed in 760 milliseconds