Searched refs:htop (Results 1 – 3 of 3) sorted by relevance
53 size_t htop; /* Highest used heap element */ member176 if (pq->htop > p + 1) { in pqueue_move_up()182 while (pq->htop > p && pq->compare(h[p].data, h[n].data) < 0) { in pqueue_move_up()187 if (pq->htop > p + 1) { in pqueue_move_up()202 n = pq->htop++; in ossl_pqueue_push()221 if (pq->htop > 0) { in ossl_pqueue_peek()233 if (pq == NULL || pq->htop == 0) in ossl_pqueue_pop()240 if (--pq->htop != 0) { in ossl_pqueue_pop()241 pqueue_move_elem(pq, pq->htop, 0); in ossl_pqueue_pop()257 if (pq == NULL || elem >= pq->hmax || pq->htop == 0) in ossl_pqueue_remove()[all …]
676 iphtent_t *htop, *hbot, *h; in add_htablehosts() local694 htop = NULL; in add_htablehosts()708 htop = h; in add_htablehosts()714 return(htop); in add_htablehosts()
91 a loop in wgetch until additional input is provided (htop #1769,