Lines Matching refs:dec
41 unsigned char dec[10];
47 .dec = "aBba",
55 .dec = {0xc2, 0xbc, 0x00},
61 .dec = {0x61, 0xcc, 0x88, 0x00},
67 .dec = {0xC7, 0x89, 0x00},
72 .dec = {0xC2, 0xB7, 0x00}
79 .dec = {0x41, 0xcc, 0xa8, 0xcc, 0x81, 0x0},
87 .dec = {0x61, 0xCC, 0xA8, 0xcc, 0x88, 0x00},
178 int nlen = strlen(nfdi_test_data[i].dec);
189 test_f((c == nfdi_test_data[i].dec[j]),
191 c, nfdi_test_data[i].dec[j]);
249 const struct qstr s2 = {.name = nfdi_test_data[i].dec,
250 .len = sizeof(nfdi_test_data[i].dec)};