Searched refs:key_compare (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_efd_perf.c | 115 static int key_compare(const void *key1, const void *key2) in key_compare() function 153 qsort(keys, KEYS_TO_ADD, MAX_KEYSIZE, key_compare); in setup_keys_and_data()
|
| H A D | test_member_perf.c | 116 static int key_compare(const void *key1, const void *key2) in key_compare() function 161 qsort(keys, KEYS_TO_ADD, MAX_KEYSIZE, key_compare); in setup_keys_and_data()
|
| H A D | test_member.c | 531 static int key_compare(const void *key1, const void *key2) in key_compare() function 556 qsort(generated_keys, MAX_ENTRIES, KEY_SIZE, key_compare); in setup_keys_and_data()
|