Home
last modified time | relevance | path

Searched defs:new_i (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/untrusted/src/
Duntrusted.rs297 let new_i = self.i.checked_add(num_bytes).ok_or(EndOfInput)?; in read_bytes() localVariable
/external/python/cpython3/Python/
Dhamt.c1853 Py_ssize_t new_i = 0; in hamt_node_array_without() local
/external/rust/crates/hashbrown/src/raw/
Dmod.rs740 let new_i = guard.find_insert_slot(hash); in rehash_in_place() localVariable