/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/teeos/ |
H A D | mod.rs | 95 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 D | mod.rs | 95 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/ |
D | mod.rs | 95 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 D | mod.rs | 95 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 D | mod.rs | 95 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 D | mod.rs | 95 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 D | mod.rs | 95 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 D | optical_flow.c | 403 static int cmpfunc(const void *a, const void *b) { in cmpfunc() function
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | object.h | 312 typedef int (*cmpfunc)(PyObject *, PyObject *); typedef
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | listobject.c | 2026 build_cmpwrapper(PyObject *cmpfunc) in build_cmpwrapper()
|