Home
last modified time | relevance | path

Searched defs:new_next (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_copy_to_ucol.h61 Index new_next,irow; in copy_to_ucol() local
DSparseLU_column_bmod.h57 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; in column_bmod() local
/external/pigweed/pw_allocator/
Dblock.cc89 Block* new_next = reinterpret_cast<Block*>( in Split() local
/external/rust/crates/intrusive-collections/src/
Dsingly_linked_list.rs207 let new_next = NonNull::new(new_packed as *mut _); in set() localVariable
228 let new_next = NonNull::new(new_packed as *mut _); in replace_next_or_prev() localVariable
Dlinked_list.rs244 let new_next = NonNull::new(new_packed as *mut _); in set() localVariable
265 let new_next = NonNull::new(new_packed as *mut _); in replace_next_or_prev() localVariable
Drbtree.rs340 let new_next = NonNull::new(new_packed as *mut _); in set() localVariable
356 let new_next = NonNull::new(new_packed as *mut _); in replace_next_or_prev() localVariable
/external/python/cpython3/Python/
Dtraceback.c107 tb_next_set(PyTracebackObject *self, PyObject *new_next, void *Py_UNUSED(_)) in tb_next_set()
/external/icing/icing/legacy/index/
Dicing-dynamic-trie.cc1709 Next *new_next = cur_next; in Insert() local