Searched refs:htop (Results 1 – 1 of 1) sorted by relevance
178 if (pq->htop > p + 1) { in pqueue_move_up()189 if (pq->htop > p + 1) { in pqueue_move_up()204 n = pq->htop++; in ossl_pqueue_push()223 if (pq->htop > 0) { in ossl_pqueue_peek()235 if (pq == NULL || pq->htop == 0) in ossl_pqueue_pop()242 if (--pq->htop != 0) { in ossl_pqueue_pop()267 if (n == pq->htop - 1) { in ossl_pqueue_remove()304 if (pq->htop + n < cur_max) in ossl_pqueue_reserve()340 pq->htop = 0; in ossl_pqueue_new()366 for (i = 0; i < pq->htop; i++) in ossl_pqueue_pop_free()[all …]
Completed in 4 milliseconds