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

  /bionic/libc/stdlib/
strtoull.c 1 /* $OpenBSD: strtoull.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
46 strtoull(const char *nptr, char **endptr, int base) function
  /external/open-vcdiff/gflags/src/windows/
port.h 78 #define strtoull _strtoui64 macro
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
support.h 41 #define strtoull _strtoui64 macro
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 28 #define strtoull _strtoui64 macro
36 const uint64 value = strtoull(str, &error, 16);
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 45 #define strtoull _strtoui64 macro
49 #define strtoull strtoul
316 return strtoull(nptr, endptr, base);
  /external/bison/darwin-lib/
stdlib.h 1192 # undef strtoull macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 1192 # undef strtoull macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 562 /// unsigned long long int strtoull(const char *nptr, char **endptr,
564 strtoull, enumerator in enum:llvm::LibFunc::Func

Completed in 448 milliseconds