Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dpriority_queue.c53 size_t htop; /* Highest used heap element */ member
176 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 …]
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y676 iphtent_t *htop, *hbot, *h; in add_htablehosts() local
694 htop = NULL; in add_htablehosts()
708 htop = h; in add_htablehosts()
714 return(htop); in add_htablehosts()
/freebsd/contrib/ncurses/
H A DNEWS91 a loop in wgetch until additional input is provided (htop #1769,