Searched refs:avail_slot (Results 1 – 1 of 1) sorted by relevance
219 mp_map_elem_t *avail_slot = NULL; in mp_map_lookup() local227 avail_slot = slot; in mp_map_lookup()229 avail_slot->key = index; in mp_map_lookup()234 return avail_slot; in mp_map_lookup()240 if (avail_slot == NULL) { in mp_map_lookup()241 avail_slot = slot; in mp_map_lookup()274 return avail_slot; in mp_map_lookup()327 mp_obj_t *avail_slot = NULL; in mp_set_lookup() local337 *avail_slot = index; in mp_set_lookup()344 if (avail_slot == NULL) { in mp_set_lookup()[all …]
Completed in 3 milliseconds