Home
last modified time | relevance | path

Searched refs:cmp_func (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/jscript/
H A Darray.c629 if(cmp_func) { in sort_cmp()
637 hres = jsdisp_call_value(cmp_func, NULL, DISPATCH_METHOD, 2, args, &res); in sort_cmp()
683 jsdisp_t *jsthis, *cmp_func = NULL; in Array_sort() local
706 cmp_func = iface_to_jsdisp(get_object(argv[0])); in Array_sort()
707 if(!cmp_func || !is_class(cmp_func, JSCLASS_FUNCTION)) { in Array_sort()
709 if(cmp_func) in Array_sort()
710 jsdisp_release(cmp_func); in Array_sort()
716 if(cmp_func) in Array_sort()
717 jsdisp_release(cmp_func); in Array_sort()
815 if(cmp_func) in Array_sort()
[all …]
/reactos/boot/freeldr/freeldr/lib/fs/
H A Dbtrfs.c37 typedef int (*cmp_func)(const void *ptr1, const void *ptr2); typedef
40 static int bin_search(void *ptr, int item_size, void *cmp_item, cmp_func func, in bin_search()
103 (cmp_func) btrfs_comp_chunk_map, 0, in insert_chunk_item()
238 (cmp_func) btrfs_comp_chunk_map, 0, in logical_physical()
322 key, (cmp_func) btrfs_comp_keys, in _BtrFsSearchTree()
333 key, (cmp_func) btrfs_comp_keys, in _BtrFsSearchTree()