Searched refs:idx_cache (Results 1 – 1 of 1) sorted by relevance
184 static inline mp_map_elem_t *mp_map_cached_lookup(mp_map_t *map, qstr qst, uint8_t *idx_cache) { in mp_map_cached_lookup() argument185 size_t idx = *idx_cache; in mp_map_cached_lookup()193 *idx_cache = (elem - &map->table[0]) & 0xff; in mp_map_cached_lookup()
Completed in 4 milliseconds