Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dqueue.c37 int i, tmp_front; in increase_capacity() local
45 tmp_front = q->front; in increase_capacity()
48 newelems[i] = q->elems[tmp_front]; in increase_capacity()
49 tmp_front = (tmp_front + 1) % q->capacity; in increase_capacity()