Searched refs:strtoull (Results 1 – 15 of 15) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | 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) \ 373 strtoull (s, e, b))
|
/ndk/sources/android/support/src/ |
D | locale_support.c | 120 return strtoull(nptr, endptr, base); in strtoull_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdlib | 45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99 118 using ::strtoull;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | support.h | 48 #define strtoull _strtoui64 macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 53 static_assert((std::is_same<decltype(strtoull("", endptr,0)), unsigned long long>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
D | xlocale.h | 143 return strtoull(__nptr, __endptr, __base); in strtoull_l()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdlib | 60 using ::strtoull;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdlib | 60 using ::strtoull;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 53 …static_assert((std::is_same<decltype(std::strtoull("", endptr,0)), unsigned long long>::value), ""… in main()
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
D | libthread_db.c | 97 *cap = (uint64_t) strtoull(perm+8, &end, 16); in _get_task_permitted_caps()
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
D | libthread_db.c | 93 *cap = (uint64_t) strtoull(perm+8, &end, 16); in _get_task_permitted_caps()
|
/ndk/sources/android/libthread_db/gdb-7.6/ |
D | libthread_db.c | 105 *cap = (uint64_t) strtoull(perm+8, &end, 16); in _get_task_permitted_caps()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
D | xlocale.h | 294 return strtoull(__nptr, __endptr, __base); in strtoull_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 130 return as_integer_helper<unsigned long long>( func, s, idx, base, strtoull ); in as_integer()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 1018 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10); in ParseNaturalNumber()
|