Home
last modified time | relevance | path

Searched refs:wcstoull (Results 1 – 25 of 37) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dwcstoull.c36 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()
Dtest_src_functionalext_supplement_stdio.gni46 "wcstoull",
/third_party/musl/src/stdlib/
Dwcstol.c53 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/
Dxmltchar.h59 # define tcstoull wcstoull
/third_party/musl/libc-test/src/api/
Dwchar.c70 {unsigned long long(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoull;} in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h104 unsigned long long wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h104 unsigned long long wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/include/
Dwchar.h104 unsigned long long wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h104 unsigned long long wcstoull (const wchar_t *__restrict, wchar_t **__restrict, int);
/third_party/musl/
Dlibc.map.txt1971 wcstoull;
/third_party/libabigail/tests/data/test-annotate/
Dlibtest23.so.abi815 <!-- 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…
Dlibtest24-drop-fns-2.so.abi988 <!-- 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…
Dlibtest24-drop-fns.so.abi988 <!-- 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…
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi11057 <!-- 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…
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi9323 <!-- 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/
Dlibtest23.so.abi494 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
Dlibtest24-drop-fns-2.so.abi622 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
Dlibtest24-drop-fns.so.abi622 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
Dtest-libaaudio.so.abi1983 …<function-decl name='wcstoull' filepath='bionic/libc/include/wchar.h' line='108' column='1' visibi…
DPR22015-libboost_iostreams.so.abi1373 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='493' column='1' visibility='d…
Dtest9-pr18818-clang.so.abi1249 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
Dtest10-pr18818-gcc.so.abi2592 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp539 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/
Dtest-PR18791-v1.so.abi4306 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…
Dtest-PR18791-v0.so.abi4166 …<function-decl name='wcstoull' filepath='/usr/include/wchar.h' line='490' column='1' visibility='d…

12