Searched refs:compare_keys (Results 1 – 3 of 3) sorted by relevance
/external/toybox/toys/posix/ |
D | sort.c | 244 static int compare_keys(const void *xarg, const void *yarg) in compare_keys() function 292 if (TT.lines && compare_keys((void *)&TT.lines, &line)>j) in sort_read() 373 qsort(TT.lines, TT.linecount, sizeof(char *), compare_keys); in sort_main() 380 if (!compare_keys(&TT.lines[jdx], &TT.lines[idx])) in sort_main()
|
/external/grpc-grpc/src/core/lib/avl/ |
D | avl.cc | 102 cmp = vtable->compare_keys(node->key, key, user_data); in get() 212 cmp = vtable->compare_keys(node->key, key, user_data); in add_key() 257 cmp = vtable->compare_keys(node->key, key, user_data); in remove_key()
|
D | avl.h | 48 long (*compare_keys)(void* key1, void* key2, void* user_data); member
|