Searched defs:cmpfunc (Results 1 – 4 of 4) sorted by relevance
403 static int cmpfunc(const void *a, const void *b) { in cmpfunc() function
95 pub type cmpfunc = extern "C" fn(x: *const c_void, y: *const c_void) -> c_int; typedef1349 cmp: cmpfunc, in bsearch()1360 pub fn qsort(base: *mut c_void, nel: size_t, width: size_t, cmp: cmpfunc); in qsort()
312 typedef int (*cmpfunc)(PyObject *, PyObject *); typedef
2026 build_cmpwrapper(PyObject *cmpfunc) in build_cmpwrapper()