Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/teeos/
H A 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()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/teeos/
H A 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()
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/teeos/
H A 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()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/teeos/
H A 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()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/teeos/
H A 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()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/teeos/
H A 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()
/aosp_15_r20/external/libaom/av1/encoder/
H A Doptical_flow.c403 static int cmpfunc(const void *a, const void *b) { in cmpfunc() function
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h312 typedef int (*cmpfunc)(PyObject *, PyObject *); typedef
/aosp_15_r20/external/python/cpython2/Objects/
Dlistobject.c2026 build_cmpwrapper(PyObject *cmpfunc) in build_cmpwrapper()