Home
last modified time | relevance | path

Searched defs:insert_head (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dweakrefobject.c261 insert_head(PyWeakReference *newref, PyWeakReference **list) in insert_head() function
/aosp_15_r20/external/python/cpython3/Objects/
Dweakrefobject.c270 insert_head(PyWeakReference *newref, PyWeakReference **list) in insert_head() function
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/slice/
Dmergesort.rs44 fn insert_head<T, F>(v: &mut [T], is_less: &F) in insert_head() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Dsort.rs88 unsafe fn insert_head<T, F>(v: &mut [T], is_less: &mut F) in insert_head() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Dsort.rs88 unsafe fn insert_head<T, F>(v: &mut [T], is_less: &mut F) in insert_head() function