/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | wcstoull.c | 36 TEST(ull, wcstoull(s = L"250068492", &c, 10), 250068492ULL, "expect unsigned %llu != %llu"); in wcstoull_0100() 49 TEST(ull, wcstoull(s = L"7b06af00", &c, 16), 2064035584ULL, "expect unsigned %llu != %llu"); in wcstoull_0200() 62 …TEST(ull, wcstoull(s = L"1100011011110101010001100000", &c, 2), 208622688ULL, "expect unsigned %ll… in wcstoull_0300() 75 TEST(ull, wcstoull(s = L"0x6fffff", &c, 0), 7340031ULL, "expect unsigned %llu != %llu"); in wcstoull_0400() 89 …TEST(ull, wcstoull(s = L"18446744073709551616", &c, 0), 18446744073709551615ULL, "uncaught overflo… in wcstoull_0500() 105 TEST(ull, wcstoull(s = L"-1", &c, 0), -1ULL, "rejected negative %llu != %llu"); in wcstoull_0600() 121 TEST(ull, wcstoull(s = L"-2", &c, 0), -2ULL, "rejected negative %llu != %llu"); in wcstoull_0700() 137 …TEST(ull, wcstoull(s = L"-9223372036854775808", &c, 0), -9223372036854775808ULL, "rejected negativ… in wcstoull_0800()
|
D | test_src_functionalext_supplement_stdio.gni | 46 "wcstoull",
|
/third_party/musl/src/stdlib/ |
D | wcstol.c | 53 unsigned long long wcstoull(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoull() function 80 return wcstoull(s, p, base); in wcstoumax()
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
D | xmltchar.h | 59 # define tcstoull wcstoull
|
/third_party/musl/libc-test/src/api/ |
D | wchar.c | 70 {unsigned long long(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoull;} in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 104 unsigned long long wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 104 unsigned long long wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/include/ |
D | wchar.h | 104 unsigned long long wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 104 unsigned long long wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
|
/third_party/musl/ |
D | libc.map.txt | 1971 wcstoull;
|
/third_party/libabigail/tests/data/test-annotate/ |
D | libtest23.so.abi | 815 <!-- unsigned long long int wcstoull(const wchar_t*, wchar_t**, int) --> 816 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
|
D | libtest24-drop-fns-2.so.abi | 988 <!-- unsigned long long int wcstoull(const wchar_t*, wchar_t**, int) --> 989 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
|
D | libtest24-drop-fns.so.abi | 988 <!-- unsigned long long int wcstoull(const wchar_t*, wchar_t**, int) --> 989 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
|
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 11057 <!-- unsigned long long int wcstoull(const wchar_t*, wchar_t**, int) --> 11058 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='488' column='1' visibility='d…
|
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 9323 <!-- unsigned long long int wcstoull(const wchar_t*, wchar_t**, int) --> 9324 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='488' column='1' visibility='d…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | libtest23.so.abi | 494 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
|
D | libtest24-drop-fns-2.so.abi | 622 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
|
D | libtest24-drop-fns.so.abi | 622 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
|
D | test-libaaudio.so.abi | 1983 …<function-decl name='wcstoull' filepath='bionic/libc/include/wchar.h' line='108' column='1' visibi…
|
D | PR22015-libboost_iostreams.so.abi | 1373 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='493' column='1' visibility='d…
|
D | test9-pr18818-clang.so.abi | 1249 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
|
D | test10-pr18818-gcc.so.abi | 2592 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 539 extern unsigned long long int wcstoull (const wchar_t *__restrict __nptr, 14120 using ::wcstoull; 14128 using ::__gnu_cxx::wcstoull; 14149 using std::wcstoull; 23193 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(), in stoull()
|
/third_party/libabigail/tests/data/test-abidiff/ |
D | test-PR18791-v1.so.abi | 4306 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
|
D | test-PR18791-v0.so.abi | 4166 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
|