Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmap.c219 mp_map_elem_t *avail_slot = NULL; in mp_map_lookup() local
227 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() local
337 *avail_slot = index; in mp_set_lookup()
344 if (avail_slot == NULL) { in mp_set_lookup()
[all …]

Completed in 3 milliseconds