Searched refs:qentry (Results 1 – 1 of 1) sorted by relevance
42 struct qentry { struct53 struct qentry items[]; argument62 STATIC bool time_less_than(struct qentry *item, struct qentry *parent) { in time_less_than()80 mp_obj_utimeq_t *o = m_new_obj_var(mp_obj_utimeq_t, struct qentry, alloc); in utimeq_make_new()89 struct qentry item = heap->items[pos]; in utimeq_heap_siftdown()92 struct qentry *parent = &heap->items[parent_pos]; in utimeq_heap_siftdown()107 struct qentry item = heap->items[pos]; in utimeq_heap_siftup()152 struct qentry *item = &heap->items[0]; in mod_utimeq_heappop()173 struct qentry *item = &heap->items[0]; in mod_utimeq_peektime()
Completed in 3 milliseconds