Searched refs:sort_list (Results 1 - 13 of 13) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | test-sort.c | 32 sort_list (&l, int_cmp); in main() 34 sort_list (&l, int_cmp); in main() 43 sort_list (&l, int_cmp); in main()
|
H A D | storage.c | 42 sort_list((struct ptr_list **)listp, hash_list_cmp); in sort_hash_list() 135 sort_list((struct ptr_list **)listp, storage_hash_cmp); in vrfy_storage()
|
H A D | ctags.c | 224 sort_list((struct ptr_list **)&taglist, cmp_sym); in main()
|
H A D | sort.c | 2 * sort_list: a stable sort for lists. 225 void sort_list(struct ptr_list **plist, int (*cmp)(const void *, const void *)) in sort_list() function
|
H A D | cse.c | 270 sort_list((struct ptr_list **)list , insn_compare); in sort_instruction_list()
|
H A D | ptrlist.h | 37 extern void sort_list(struct ptr_list **, int (*)(const void *, const void *));
|
H A D | expand.c | 1044 sort_list((struct ptr_list **)list, compare_expressions); in sort_expression_list()
|
H A D | linearize.c | 2197 sort_list((struct ptr_list **)&insn->multijmp_list, multijmp_cmp); in sort_switch_cases()
|
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 484 static cJSON *sort_list(cJSON *list, const cJSON_bool case_sensitive) in sort_list() function 530 first = sort_list(first, case_sensitive); in sort_list() 531 second = sort_list(second, case_sensitive); in sort_list() 601 object->child = sort_list(object->child, case_sensitive); in sort_object()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | resolv.h | 44 } sort_list[MAXRESOLVSORT]; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | resolv.h | 44 } sort_list[MAXRESOLVSORT]; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | resolv.h | 44 } sort_list[MAXRESOLVSORT]; member
|
/third_party/musl/include/ |
H A D | resolv.h | 44 } sort_list[MAXRESOLVSORT]; member
|
Completed in 11 milliseconds