Searched refs:strtoull_l (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/include/support/android/ |
D | locale_bionic.h | 167 static inline unsigned long long strtoull_l(const char *nptr, char **endptr, in strtoull_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 65 #define strtoull_l _strtoui64_l macro
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 141 unsigned long long strtoull_l(const char *__nptr, char **__endptr, in strtoull_l() function
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 292 unsigned long long strtoull_l(const char *__nptr, char **__endptr, in strtoull_l() function
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 404 INTERCEPTOR_STRTO_BASE_LOC(unsigned long long, strtoull_l) // NOLINT in INTERCEPTOR_STRTO() 1542 INTERCEPT_FUNCTION(strtoull_l); in InitializeInterceptors()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1596 TEST_STRTO_INT_LOC(strtoull_l) in TEST_STRTO_INT()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 3268 fun:strtoull_l=uninstrumented
|
/external/libcxx/include/ |
D | locale | 907 unsigned long long __ll = strtoull_l(__a, &__p2, __base, _LIBCPP_GET_C_LOCALE);
|