Home
last modified time | relevance | path

Searched refs:TEST_POISON2 (Results 1 – 1 of 1) sorted by relevance

/lib/
Dtest_list_sort.c19 #define TEST_POISON2 0xA324354C macro
46 if (ela->poison1 != TEST_POISON1 || ela->poison2 != TEST_POISON2) { in check()
51 if (elb->poison1 != TEST_POISON1 || elb->poison2 != TEST_POISON2) { in check()
92 el->poison2 = TEST_POISON2; in list_sort_test()