/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/ |
stdlib.h | 66 extern unsigned long long strtoull(const char *, char **, int);
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/ |
stdlib.h | 66 extern unsigned long long strtoull(const char *, char **, int);
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
stdlib.h | 66 extern unsigned long long strtoull(const char *, char **, int);
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
stdlib.h | 66 extern unsigned long long strtoull(const char *, char **, int);
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
stdlib.h | 66 extern unsigned long long strtoull(const char *, char **, int);
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
stdlib.h | 65 extern unsigned long long strtoull(const char *, char **, int);
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
stdlib.h | 65 extern unsigned long long strtoull(const char *, char **, int);
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
stdlib.h | 65 extern unsigned long long strtoull(const char *, char **, int);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
stdlib.h | 66 extern unsigned long long strtoull(const char *, char **, int);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
stdlib.h | 66 extern unsigned long long strtoull(const char *, char **, int);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
stdlib.h | 66 extern unsigned long long strtoull(const char *, char **, int);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
stdlib.h | 66 extern unsigned long long strtoull(const char *, char **, int);
|
/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/chromium_org/sandbox/linux/suid/ |
linux_util.c | 46 strtoull(buf + sizeof(kSocketLinkPrefix) - 1, &endptr, 10);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_vsync.cpp | 114 cur_timestamp = strtoull(str + strlen("VSYNC="), NULL, 0);
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_vsync.cpp | 114 cur_timestamp = strtoull(str + strlen("VSYNC="), NULL, 0);
|
/ndk/sources/android/support/src/ |
locale_support.c | 117 return strtoull(nptr, endptr, base);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
support.h | 38 #define strtoull _strtoui64 macro
|
/system/core/libcutils/ |
trace.c | 128 tags = strtoull(value, &endptr, 0);
|
/system/core/toolbox/ |
ioctl.c | 90 uint64_t tmp = strtoull(argv[optind], NULL, 0);
|
/external/qemu/ |
gdbstub.c | [all...] |
/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/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::__anon8802 149 expected_size = strtoull(iter->second.c_str(), NULL, 10);
|
/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);
|