HomeSort by relevance Sort by last modified time
    Searched defs:strtoull (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
strtoull.c 66 strtoull(const char *nptr, char **endptr, register int base) function
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 129 /** The strtol, strtoll, strtoul, and strtoull functions convert the initial
175 @return The strtol, strtoll, strtoul, and strtoull functions return the
426 /** The strtoull function converts the initial portion of the string pointed to
431 @return The strtoull function returns the converted value, if any. If no
437 strtoull(const char * __restrict nptr, char ** __restrict endptr, int base) function
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 49 #define strtoull _strtoull macro
  /bionic/libc/bionic/
strtol.cpp 198 unsigned long long strtoull(const char* s, char** end, int base) { function
208 return strtoull(s, end, base);
  /external/gflags/src/
windows_port.h 125 #define strtoull _strtoui64 macro
  /external/flac/include/share/
compat.h 72 #define strtoull _strtoui64 macro
  /external/google-breakpad/src/processor/
windows_frame_info.h 55 #define strtoull _strtoui64 macro
133 rva = strtoull(tokens[1], NULL, 16);
134 code_size = strtoull(tokens[2], NULL, 16);
basic_source_line_resolver.cc 60 #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/capstone/include/
platform.h 95 #define strtoull _strtoui64 macro
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h 71 inline unsigned long long int strtoull (const char* str, char** endptr, int base) function
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 46 #define strtoull _strtoui64 macro
50 #define strtoull strtoul
380 return strtoull(nptr, endptr, base);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Config/
config.h 701 /* Define to a function implementing strtoull */
702 #define strtoull _strtoui64 macro

Completed in 364 milliseconds