Searched refs:key_compare (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_efd_perf.c | 105 static int key_compare(const void *key1, const void *key2) in key_compare() function 143 qsort(keys, KEYS_TO_ADD, MAX_KEYSIZE, key_compare); in setup_keys_and_data()
|
| H A D | test_member.c | 520 static int key_compare(const void *key1, const void *key2) in key_compare() function 545 qsort(generated_keys, MAX_ENTRIES, KEY_SIZE, key_compare); in setup_keys_and_data()
|
| H A D | test_member_perf.c | 105 static int key_compare(const void *key1, const void *key2) in key_compare() function 150 qsort(keys, KEYS_TO_ADD, MAX_KEYSIZE, key_compare); in setup_keys_and_data()
|