Searched refs:MAX_KEYSIZE (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_efd_perf.c | 20 #define MAX_KEYSIZE 64 macro 80 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; 89 uint8_t temp_key[MAX_KEYSIZE]; in shuffle_input_keys() 107 return memcmp(key1, key2, MAX_KEYSIZE); in key_compare() 143 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_member_perf.c | 20 #define MAX_KEYSIZE 64 macro 79 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; 88 uint8_t temp_key[MAX_KEYSIZE]; in shuffle_input_keys() 107 return memcmp(key1, key2, MAX_KEYSIZE); in key_compare() 150 qsort(keys, KEYS_TO_ADD, MAX_KEYSIZE, key_compare); in setup_keys_and_data()
|
| H A D | test_hash_perf.c | 27 #define MAX_KEYSIZE 64 macro 62 static uint8_t keys[KEYS_TO_ADD][MAX_KEYSIZE]; 130 uint8_t temp_key[MAX_KEYSIZE]; in shuffle_input_keys()
|
| H A D | test_hash.c | 39 #define MAX_KEYSIZE 64 macro 226 static uint8_t key[MAX_KEYSIZE]; in run_hash_func_test() 1442 uint8_t simple_key[MAX_KEYSIZE]; in test_average_table_utilization() 1527 uint8_t keys[NUM_ENTRIES][MAX_KEYSIZE]; in test_hash_iteration()
|