Lines Matching refs:desc

9 	const char *desc;  member
38 .desc = "no quirks, 16 bytes",
47 .desc = "lsw32 first, 16 bytes",
56 .desc = "little endian words, 16 bytes",
65 .desc = "lsw32 first + little endian words, 16 bytes",
74 .desc = "msb right, 16 bytes",
83 .desc = "msb right + lsw32 first, 16 bytes",
92 .desc = "msb right + little endian words, 16 bytes",
101 .desc = "msb right + lsw32 first + little endian words, 16 bytes",
114 .desc = "no quirks, 18 bytes",
124 .desc = "no quirks, 19 bytes",
134 .desc = "no quirks, 20 bytes",
144 .desc = "no quirks, 22 bytes",
154 .desc = "no quirks, 24 bytes",
164 .desc = "lsw32 first + little endian words, 18 bytes",
174 .desc = "lsw32 first + little endian words, 19 bytes",
184 .desc = "lsw32 first + little endian words, 20 bytes",
194 .desc = "lsw32 first + little endian words, 22 bytes",
204 .desc = "lsw32 first + little endian words, 24 bytes",
219 .desc = "no quirks, 16 bytes, non-aligned",
228 .desc = "lsw32 first, 16 bytes, non-aligned",
237 .desc = "little endian words, 16 bytes, non-aligned",
246 .desc = "lsw32 first + little endian words, 16 bytes, non-aligned",
255 .desc = "msb right, 16 bytes, non-aligned",
264 .desc = "msb right + lsw32 first, 16 bytes, non-aligned",
273 .desc = "msb right + little endian words, 16 bytes, non-aligned",
282 .desc = "msb right + lsw32 first + little endian words, 16 bytes, non-aligned",
296 .desc = "no quirks, 16 bytes, non-aligned, 0xff",
305 .desc = "lsw32 first, 16 bytes, non-aligned, 0xff",
314 .desc = "little endian words, 16 bytes, non-aligned, 0xff",
323 .desc = "lsw32 first + little endian words, 16 bytes, non-aligned, 0xff",
332 .desc = "msb right, 16 bytes, non-aligned, 0xff",
341 .desc = "msb right + lsw32 first, 16 bytes, non-aligned, 0xff",
350 .desc = "msb right + little endian words, 16 bytes, non-aligned, 0xff",
359 .desc = "msb right + lsw32 first + little endian words, 16 bytes, non-aligned, 0xff",
369 KUNIT_ARRAY_PARAM_DESC(packing, cases, desc);