Searched refs:MAX_KEYSIZE (Results 1 – 5 of 5) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_efd_perf.c | 30 #define MAX_KEYSIZE 64 macro 90 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; 99 uint8_t temp_key[MAX_KEYSIZE]; in shuffle_input_keys() 117 return memcmp(key1, key2, MAX_KEYSIZE); in key_compare() 153 qsort(keys, KEYS_TO_ADD, MAX_KEYSIZE, key_compare); in setup_keys_and_data()
|
| H A D | test_member_perf.c | 31 #define MAX_KEYSIZE 64 macro 90 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; 99 uint8_t temp_key[MAX_KEYSIZE]; in shuffle_input_keys() 118 return memcmp(key1, key2, MAX_KEYSIZE); in key_compare() 161 qsort(keys, KEYS_TO_ADD, MAX_KEYSIZE, key_compare); in setup_keys_and_data()
|
| H A D | test_hash_functions.c | 63 #define MAX_KEYSIZE 64 macro 98 static uint8_t key[HASHTEST_ITERATIONS][MAX_KEYSIZE]; in run_hash_func_perf_test()
|
| H A D | test_hash_perf.c | 27 #define MAX_KEYSIZE 64 macro 62 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; 125 uint8_t temp_key[MAX_KEYSIZE]; in shuffle_input_keys()
|
| H A D | test_hash.c | 39 #define MAX_KEYSIZE 64 macro 230 static uint8_t key[MAX_KEYSIZE]; in run_hash_func_test() 1446 uint8_t simple_key[MAX_KEYSIZE]; in test_average_table_utilization() 1531 uint8_t keys[NUM_ENTRIES][MAX_KEYSIZE]; in test_hash_iteration()
|