Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_efd_perf.c30 #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 Dtest_member_perf.c31 #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 Dtest_hash_functions.c63 #define MAX_KEYSIZE 64 macro
98 static uint8_t key[HASHTEST_ITERATIONS][MAX_KEYSIZE]; in run_hash_func_perf_test()
H A Dtest_hash_perf.c27 #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 Dtest_hash.c39 #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()