Home
last modified time | relevance | path

Searched refs:key_compare (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test/
H A Dtest_efd_perf.c115 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 Dtest_member_perf.c116 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 Dtest_member.c531 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()