Searched refs:last_index (Results 1 – 1 of 1) sorted by relevance
2119 uint64_t last_index; /* the last index we looked at, to optimize locality when bisecting */ member2129 uint64_t last_index) { in chain_cache_put() argument2158 ci->last_index = last_index; in chain_cache_put()2380 uint64_t a, p, t = 0, i = 0, last_p = 0, last_index = UINT64_MAX; in generic_array_bisect() local2413 last_index = ci->last_index; in generic_array_bisect()2450 if (last_index != UINT64_MAX) { in generic_array_bisect()2451 assert(last_index <= right); in generic_array_bisect()2460 if (last_index > 0) { in generic_array_bisect()2461 uint64_t x = last_index - 1; in generic_array_bisect()2480 if (last_index < right) { in generic_array_bisect()[all …]