Home
last modified time | relevance | path

Searched refs:idx_cache (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dvm.c184 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() argument
185 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