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

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoull.c 1 /* $OpenBSD: strtoull.c,v 1.7 2014/09/13 20:10:12 schwarze Exp $ */
45 strtoull(const char *nptr, char **endptr, int base) function
113 __strong_alias(strtouq, strtoull);
  /external/openssh/openbsd-compat/
strtoull.c 1 /* $OpenBSD: strtoull.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/stdlib/strtoull.c */
50 strtoull(const char *nptr, char **endptr, int base) function
  /toolchain/binutils/binutils-2.25/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
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 48 #define strtoull _strtoui64 macro
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 48 #define strtoull _strtoui64 macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
support.h 51 #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/bison/darwin-lib/
stdlib.h 1192 # undef strtoull macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 1192 # undef strtoull macro
    [all...]
  /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 265 milliseconds