Home
last modified time | relevance | path

Searched defs:cmpfunc (Results 1 – 4 of 4) sorted by relevance

/external/libaom/av1/encoder/
Doptical_flow.c403 static int cmpfunc(const void *a, const void *b) { in cmpfunc() function
/external/rust/crates/libc/src/teeos/
Dmod.rs95 pub type cmpfunc = extern "C" fn(x: *const c_void, y: *const c_void) -> c_int; typedef
1349 cmp: cmpfunc, in bsearch()
1360 pub fn qsort(base: *mut c_void, nel: size_t, width: size_t, cmp: cmpfunc); in qsort()
/external/python/cpython2/Include/
Dobject.h312 typedef int (*cmpfunc)(PyObject *, PyObject *); typedef
/external/python/cpython2/Objects/
Dlistobject.c2026 build_cmpwrapper(PyObject *cmpfunc) in build_cmpwrapper()