Searched refs:insert_head (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Objects/ |
H A D | weakrefobject.c | 270 insert_head(PyWeakReference *newref, PyWeakReference **list) in insert_head() function 325 insert_head(self, list); in weakref___new__() 333 insert_head(self, list); in weakref___new__() 819 insert_head(result, list); in PyWeakref_NewRef() 835 insert_head(result, list); in PyWeakref_NewRef() 901 insert_head(result, list); in PyWeakref_NewProxy()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 22809 fn insert_head<T, F>(v: &mut [T], is_less: &mut F) in insert_head() functions 23020 insert_head(&mut v[i..], &mut is_less); in merge_sort() 23062 insert_head(&mut v[start..end], &mut is_less); in merge_sort() [all...] |
Completed in 49 milliseconds