• Home
  • Raw
  • Download

Lines Matching +full:0 +full:- +full:9 +full:a +full:- +full:f

13 	'\xbe', '\x32', '\xdb', '\x7b', '\x0a', '\x18', '\x93', '\xb2',	/* 00 - 07 */
14 '\x70', '\xba', '\xc4', '\x24', '\x7d', '\x83', '\x34', '\x9b', /* 08 - 0f */
15 '\xa6', '\x9c', '\x31', '\xad', '\x9c', '\x0f', '\xac', '\xe9', /* 10 - 17 */
16 '\x4c', '\xd1', '\x19', '\x99', '\x43', '\xb1', '\xaf', '\x0c', /* 18 - 1f */
22 "be", "32", "db", "7b", "0a", "18", "93", "b2",
23 "70", "ba", "c4", "24", "7d", "83", "34", "9b",
24 "a6", "9c", "31", "ad", "9c", "0f", "ac", "e9",
25 "4c", "d1", "19", "99", "43", "b1", "af", "0c",
29 "32be", "7bdb", "180a", "b293",
30 "ba70", "24c4", "837d", "9b34",
31 "9ca6", "ad31", "0f9c", "e9ac",
32 "d14c", "9919", "b143", "0caf",
36 "be32", "db7b", "0a18", "93b2",
38 "a69c", "31ad", "9c0f", "ace9",
43 "7bdb32be", "b293180a", "24c4ba70", "9b34837d",
44 "ad319ca6", "e9ac0f9c", "9919d14c", "0cafb143",
48 "be32db7b", "0a1893b2", "70bac424", "7d83349b",
49 "a69c31ad", "9c0face9", "4cd11999", "43b1af0c",
53 "b293180a7bdb32be", "9b34837d24c4ba70",
54 "e9ac0f9cad319ca6", "0cafb1439919d14c",
84 if (!is_power_of_2(gs) || gs > 8 || (len % gs != 0)) in test_hexdump_prepare_test()
98 for (i = 0; i < l / gs; i++) { in test_hexdump_prepare_test()
108 p--; in test_hexdump_prepare_test()
120 *p = '\0'; in test_hexdump_prepare_test()
167 int ae, he, e, f, r; in test_hexdump_overflow() local
168 bool a; in test_hexdump_overflow() local
181 he = (gs * 2 /* hex */ + 1 /* space */) * len / gs - 1 /* no trailing space */; in test_hexdump_overflow()
188 f = min_t(int, e + 1, buflen); in test_hexdump_overflow()
191 test[f - 1] = '\0'; in test_hexdump_overflow()
193 memset(test + f, FILL_CHAR, sizeof(test) - f); in test_hexdump_overflow()
195 a = r == e && !memcmp(test, buf, TEST_HEXDUMP_BUF_SIZE); in test_hexdump_overflow()
197 buf[sizeof(buf) - 1] = '\0'; in test_hexdump_overflow()
199 if (!a) { in test_hexdump_overflow()
210 unsigned int i = 0; in test_hexdump_overflow_set()
227 for (i = 0; i < 16; i++) in test_hexdump_init()
231 for (i = 0; i < 16; i++) in test_hexdump_init()
234 for (i = 0; i <= TEST_HEXDUMP_BUF_SIZE; i++) in test_hexdump_init()
237 for (i = 0; i <= TEST_HEXDUMP_BUF_SIZE; i++) in test_hexdump_init()
240 if (failed_tests == 0) in test_hexdump_init()
245 return failed_tests ? -EINVAL : 0; in test_hexdump_init()