Searched refs:insert_head (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Objects/ |
D | weakrefobject.c | 273 insert_head(PyWeakReference *newref, PyWeakReference **list) in insert_head() function 328 insert_head(self, list); in weakref___new__() 336 insert_head(self, list); in weakref___new__() 843 insert_head(result, list); in PyWeakref_NewRef() 859 insert_head(result, list); in PyWeakref_NewRef() 925 insert_head(result, list); in PyWeakref_NewProxy()
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 22809 fn insert_head<T, F>(v: &mut [T], is_less: &mut F) 23020 insert_head(&mut v[i..], &mut is_less); 23062 insert_head(&mut v[start..end], &mut is_less);
|