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

1 2 3 4 5

  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
stdlib.h 40 using std::tr1::strtoull;
  /external/e2fsprogs/lib/e2p/
parse_num.c 19 num = strtoull(arg, &p, 0);
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 60 using ::strtoull;
  /external/dbus/tools/
strtoull.c 63 unsigned long long strtoull (const char *, char **, int);
66 strtoull(const char * nptr, char ** endptr, int base) function
  /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))
  /bionic/libstdc++/include/
cstdlib 61 using ::strtoull;
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 61 using ::strtoull;
  /ndk/sources/cxx-stl/system/include/
cstdlib 61 using ::strtoull;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdlib 57 using ::strtoull;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdlib 57 using ::strtoull;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdlib 61 using ::strtoull;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstdlib 61 using ::strtoull;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cstdlib 61 using ::strtoull;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/system/include/
cstdlib 61 using ::strtoull;
  /bionic/libc/include/
stdlib.h 67 extern unsigned long long strtoull(const char *, char **, int);
  /development/ndk/platforms/android-3/include/
stdlib.h 65 extern unsigned long long strtoull(const char *, char **, int);
  /development/ndk/platforms/android-8/include/
stdlib.h 66 extern unsigned long long strtoull(const char *, char **, int);
  /development/ndk/platforms/android-9/include/
stdlib.h 66 extern unsigned long long strtoull(const char *, char **, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdlib.h 67 extern unsigned long long strtoull(const char *, char **, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdlib.h 67 extern unsigned long long strtoull(const char *, char **, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdlib.h 67 extern unsigned long long strtoull(const char *, char **, int);

Completed in 3625 milliseconds

1 2 3 4 5