Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/exit/
Datexit.c66 struct node *new_tail; in append_node() local
/third_party/musl/src/exit/linux/
Datexit.c65 struct node *new_tail; in append_node() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1552 nir_deref_instr *new_tail = nir_build_deref_var(b, new_var); in redirect_sampler_derefs() local
1631 nir_deref_instr *new_tail = nir_build_deref_var(b, new_var); in redirect_texture_derefs() local
/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc59 FutexWaitListNode* new_tail = nullptr; in DeleteNodesForIsolate() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs40794 let new_tail = new_capacity - (old_capacity - self.tail); localVariable
41184 let new_tail = target_cap - len; localVariable
41992 let new_tail = self.wrap_sub(self.tail, 1); localVariable