Searched refs:mas (Results 1 – 1 of 1) sorted by relevance
198 def mtree_lookup_walk(mas): argument200 n = mas.node209 if pivots[offset] >= mas.index:216 n = mt_slot(mas.tree, slots, offset)218 mas.reset()230 mas = Mas(mt, index, index)234 entry = mas.start()235 if mas.is_none():238 if mas.is_ptr():243 entry = mtree_lookup_walk(mas)[all …]
Completed in 7 milliseconds