Searched refs:TEST_INT_EQ (Results 1 – 1 of 1) sorted by relevance
/system/extras/tests/bionic/libc/common/ |
D | test_cpu_set.c | 37 #define TEST_INT_EQ(cond,exp) \ macro 73 TEST_INT_EQ(CPU_COUNT(other),0); in test_1() 77 TEST_INT_EQ(CPU_COUNT(set),0); in test_1() 88 TEST_INT_EQ(CPU_COUNT(set),1); in test_1() 100 TEST_INT_EQ(CPU_COUNT(set), nn+1); in test_1() 110 TEST_INT_EQ(CPU_COUNT(set), nnMax-1); in test_1() 121 TEST_INT_EQ(CPU_COUNT(set), nn); in test_1() 137 TEST_INT_EQ(CPU_COUNT(other),0); in test_1_s() 150 TEST_INT_EQ(CPU_COUNT_S(setsize, set), 1); in test_1_s() 162 TEST_INT_EQ(CPU_COUNT_S(setsize, set), nn+1); in test_1_s() [all …]
|