Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_efd_perf.c20 #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 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_member_perf.c20 #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 Dtest_hash_perf.c27 #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 Dtest_hash.c39 #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()