| /OK3568_Linux_fs/kernel/lib/ |
| H A D | sort.c | 200 cmp_r_func_t cmp_func, in sort_r() argument 250 b = do_cmp(base + c, base + d, cmp_func, priv) >= 0 ? c : d; in sort_r() 255 while (b != a && do_cmp(base + a, base + b, cmp_func, priv) >= 0) in sort_r() 267 cmp_func_t cmp_func, in sort() argument 270 return sort_r(base, num, size, _CMP_WRAPPER, swap_func, cmp_func); in sort()
|
| H A D | list_sort.c | 10 typedef int __attribute__((nonnull(2,3))) (*cmp_func)(void *, typedef 19 static struct list_head *merge(void *priv, cmp_func cmp, in merge() 55 static void merge_final(void *priv, cmp_func cmp, struct list_head *head, in merge_final()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sort.h | 8 cmp_r_func_t cmp_func, 13 cmp_func_t cmp_func,
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | dictlist.cpp | 216 size_t word_len, int (*cmp_func)(const void *, const void *)) { in find_pos_startedbyhzs() 221 sizeof(char16) * word_len, cmp_func)); in find_pos_startedbyhzs() 227 cmp_func(found_w, found_w - word_len) == 0) in find_pos_startedbyhzs() 239 int (*cmp_func)(const void *, const void *) = cmp_func_[hzs_len - 1]; in predict() local 249 char16 *w_buf = find_pos_startedbyhzs(last_hzs, word_len, cmp_func); in predict() 253 cmp_func(w_buf, last_hzs) == 0 && in predict()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/bufmanage/ |
| H A D | buf_list.c | 118 int *buf_list_find(buf_list_t *list, int *node, int (*cmp_func)(int *, int *)) in buf_list_find() 133 if (cmp_func(node, node_) == 0) { in buf_list_find()
|
| H A D | buf_list.h | 76 int *buf_list_find(buf_list_t *list, int *node, int (*cmp_func)(int *, int *));
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | dictlist.h | 75 int (*cmp_func)(const void *, const void *));
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | dictlist.h | 75 int (*cmp_func)(const void *, const void *));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | stack.h | 297 stack_cmp_func cmp_func, const void **a, const void **b) { \ 300 return ((stack_##name##_cmp_func)cmp_func)(&a_ptr, &b_ptr); \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | stack.h | 297 stack_cmp_func cmp_func, const void **a, const void **b) { \ 300 return ((stack_##name##_cmp_func)cmp_func)(&a_ptr, &b_ptr); \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | stack.h | 297 stack_cmp_func cmp_func, const void **a, const void **b) { \ 300 return ((stack_##name##_cmp_func)cmp_func)(&a_ptr, &b_ptr); \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | stack.h | 297 stack_cmp_func cmp_func, const void **a, const void **b) { \ 300 return ((stack_##name##_cmp_func)cmp_func)(&a_ptr, &b_ptr); \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | objects.h | 995 int (*cmp_func) (const char *, const char *),
|