HomeSort by relevance Sort by last modified time
    Searched defs:strtoull (Results 1 - 16 of 16) 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
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_html5fs.cc 22 int64_t strtoull(const char* nptr, char** endptr, int base) { function in namespace:nacl_io::__anon10873
128 expected_size = strtoull(iter->second.c_str(), NULL, 10);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 38 #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/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.cc 28 #define strtoull _strtoui64 macro
36 const uint64 value = strtoull(str, &error, 16);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.h 45 #define strtoull _strtoui64 macro
49 #define strtoull strtoul
326 return strtoull(nptr, endptr, base);
  /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/chromium_org/third_party/re2/util/
pcre.cc 16 #define strtoull _strtoui64 macro
876 // strtoull() will silently accept negative numbers and parse
882 uint64 r = strtoull(str, &end, radix);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 439 inline unsigned long long int strtoull(const char *nptr, char **endptr, function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 436 inline unsigned long long int strtoull(const char *nptr, char **endptr, function
  /external/chromium_org/third_party/re2/re2/
re2.cc 16 #define strtoull _strtoui64 macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 574 /// unsigned long long int strtoull(const char *nptr, char **endptr,
576 strtoull, enumerator in enum:llvm::LibFunc::Func
  /external/chromium_org/third_party/mongoose/
mongoose.c 95 #define strtoull(x, y, z) strtoul(x, y, z) macro
99 #define strtoull(x, y, z) _strtoui64(x, y, z) macro
    [all...]

Completed in 407 milliseconds