Lines Matching refs:TEST
197 #define TEST(map) \ in test_map_kptr() macro
203 TEST(array_map); in test_map_kptr()
204 TEST(hash_map); in test_map_kptr()
205 TEST(hash_malloc_map); in test_map_kptr()
206 TEST(lru_hash_map); in test_map_kptr()
208 #undef TEST in test_map_kptr()
271 #define TEST(map_in_map) \ in test_map_in_map_kptr() macro
280 TEST(array_of_array_maps); in test_map_in_map_kptr()
281 TEST(array_of_hash_maps); in test_map_in_map_kptr()
282 TEST(array_of_hash_malloc_maps); in test_map_in_map_kptr()
283 TEST(array_of_lru_hash_maps); in test_map_in_map_kptr()
284 TEST(hash_of_array_maps); in test_map_in_map_kptr()
285 TEST(hash_of_hash_maps); in test_map_in_map_kptr()
286 TEST(hash_of_hash_malloc_maps); in test_map_in_map_kptr()
287 TEST(hash_of_lru_hash_maps); in test_map_in_map_kptr()
289 #undef TEST in test_map_in_map_kptr()
377 #define TEST(map) \ macro
407 TEST(array_map); in test_map_kptr_ref1()
408 TEST(hash_map); in test_map_kptr_ref1()
409 TEST(hash_malloc_map); in test_map_kptr_ref1()
410 TEST(lru_hash_map); in test_map_kptr_ref1()
420 #undef TEST
423 #define TEST(map) \ macro
445 TEST(array_map); in test_map_kptr_ref2()
446 TEST(hash_map); in test_map_kptr_ref2()
447 TEST(hash_malloc_map); in test_map_kptr_ref2()
448 TEST(lru_hash_map); in test_map_kptr_ref2()
458 #undef TEST