Home
last modified time | relevance | path

Searched defs:want (Results 1 - 25 of 73) sorted by relevance

123

/third_party/musl/libc-test/src/regression/
H A Dprintf-1e9-oob.c7 static void t(const char *fmt, double d, const char *want) in t() argument
H A Dprintf-fmt-g-round.c7 static void t(const char *fmt, double d, const char *want) in t() argument
H A Dprintf-fmt-g-zeros.c7 static void t(const char *fmt, double d, const char *want) in t() argument
H A Dmbsrtowcs-overflow.c10 const char *want = src + 4; in main() local
H A Dinet_pton-empty-last-field.c21 unsigned char want[16] = {0,1,0,2,0,3,0,4,0,5,0,6,0,7,0,0}; in main() local
/third_party/musl/libc-test/src/musl/
H A Dpleval.c7 static void t(const char *s, unsigned long n, unsigned long want) in t() argument
/third_party/musl/libc-test/src/functional/
H A Dstrtod_long.c8 double x, want = .1111111111111111111111; in main() local
H A Dstring_memset.c20 char *want = aligned(buf2+64) + align; in test_align() local
/third_party/skia/tests/
H A DICCTest.cpp23 auto want = SkColorSpace::MakeRGB(SkNamedTransferFn::k2Dot2, SkNamedGamut::kAdobeRGB); in DEF_TEST() local
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Dstrtoimax.c30 intmax_t want = -18737357; in strtoimax_0100() local
48 intmax_t want = -0x18737357f; in strtoimax_0200() local
H A Dstrtoumax.c30 intmax_t want = 18737357U; in strtoumax_0100() local
48 intmax_t want = 0x18737357fU; in strtoumax_0200() local
H A Dwcstoumax.c40 uintmax_t want = 123U; in wcstoumax_0100() local
H A Dwcstoimax.c40 intmax_t want = 123; in wcstoimax_0100() local
/third_party/skia/third_party/externals/brotli/go/cbrotli/
H A Dcbrotli_test.go357 var want string global() var
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
H A Diswctype.c22 void iswctype_test(wchar_t ch, wctype_t wt, char *func_name, int want) in iswctype_test() argument
H A Dtowlower.c30 unsigned int want = 603; in towlower_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A Dwcrtomb.c50 int want = 2; in wcrtomb_0200() local
71 int want = 3; in wcrtomb_0300() local
H A Dwcsrtombs.c29 int want = 6; in wcsrtombs_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dstatfs.c44 int want = -1; in statfs_0200() local
H A Dstatvfs_sup.c42 int want = -1; in statvfs_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvprintf.c35 char *want = "This is the 1th test for vprintf"; in vprintf_0100() local
56 char *want = "This is the 2th test for vprintf"; in vprintf_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dstrnlen.c27 size_t want = 5; in strnlen_0100() local
42 size_t want = 6; in strnlen_0200() local
H A Dwcscspn.c43 size_t want = 5U; in wcscspn_0200() local
57 size_t want = 11U; in wcscspn_0300() local
H A Dwcsnlen.c29 size_t want = 6; in wcsnlen_0100() local
58 size_t want = 3; in wcsnlen_0300() local
74 size_t want = 6; in wcsnlen_0400() local
[all...]
H A Dwcsspn.c29 size_t want = 5U; in wcsspn_0100() local
43 size_t want = 11U; in wcsspn_0200() local

Completed in 9 milliseconds

123