HomeSort by relevance Sort by last modified time
    Searched refs:strtoull (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /external/open-vcdiff/gflags/src/windows/
port.h 78 #define strtoull _strtoui64 macro
  /external/e2fsprogs/lib/e2p/
parse_num.c 21 num = strtoull(arg, &p, 0);
  /external/elfutils/tests/
early-offscn.c 54 Elf_Scn *scn = gelf_offscn (elf, strtoull (argv[2], NULL, 0));
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 60 using ::strtoull;
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 29 unsigned long long int strtoull(const char *nptr, char **endptr, int base);
123 long int t24(char **x) { return strtoull("1234", x, 10); }
125 // CHECK: strtoull
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 366 extern unsigned long long strtoull (const char *string, char **endptr, int base);
369 # undef strtoull
370 # define strtoull(s,e,b) \
371 (GL_LINK_WARNING ("strtoull is unportable - " \
372 "use gnulib module strtoull for portability"), \
373 strtoull (s, e, b))
  /external/chromium_org/third_party/cld/base/
strtoint.h 71 return strtoull(nptr, endptr, base);
  /bionic/libstdc++/include/
cstdlib 61 using ::strtoull;
  /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/gabi++/include/
cstdlib 60 using ::strtoull;
  /ndk/sources/cxx-stl/system/include/
cstdlib 60 using ::strtoull;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 57 using ::strtoull;

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 9