Searched refs:test_ll (Results 1 – 2 of 2) sorted by relevance
151 struct test_vals test_ll[] = { variable243 elements = sizeof(test_ll) / sizeof(struct test_vals); in test_values()250 if (llbytes_by_prefix(test_ll[i].val) == test_ll[i].res) { in test_values()254 test_ll[i].val); in test_values()
270 typedef struct test_ll { struct274 struct test_ll *next; /* pointer to the next test */ argument