Searched refs:strtoll (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdlib.in.h | 345 extern long long strtoll (const char *string, char **endptr, int base); 348 # undef strtoll 349 # define strtoll(s,e,b) \ 352 strtoll (s, e, b))
|
/ndk/sources/android/support/include/ |
D | stdlib.h | 41 long long strtoll(const char*, char**, int);
|
/ndk/sources/android/support/src/ |
D | locale_support.c | 116 return strtoll(nptr, endptr, base); in strtoll_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdlib | 43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99 114 using ::strtoll;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | support.h | 47 #define strtoll _strtoi64 macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 51 static_assert((std::is_same<decltype(strtoll("", endptr,0)), long long>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
D | xlocale.h | 128 return strtoll(__nptr, __endptr, __base); in strtoll_l()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdlib | 58 using ::strtoll;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 51 static_assert((std::is_same<decltype(std::strtoll("", endptr,0)), long long>::value), ""); in main()
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdlib | 58 using ::strtoll;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
D | xlocale.h | 279 return strtoll(__nptr, __endptr, __base); in strtoll_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 122 return as_integer_helper<long long>( func, s, idx, base, strtoll ); in as_integer()
|