Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dpriority_queue.c54 size_t hmax; /* Allocated heap & element space */ member
257 if (pq == NULL || elem >= pq->hmax || pq->htop == 0) in ossl_pqueue_remove()
284 for (i = from; i < pq->hmax; i++) in pqueue_add_freelist()
288 for (i = from + 1; i < pq->hmax; i++) in pqueue_add_freelist()
290 pq->freelist = pq->hmax - 1; in pqueue_add_freelist()
301 cur_max = pq->hmax; in ossl_pqueue_reserve()
321 pq->hmax = new_max; in ossl_pqueue_reserve()
337 pq->hmax = min_nodes; in ossl_pqueue_new()
/freebsd/sys/dev/drm2/
H A Ddrm_edid.c1003 int hsync, hmin, hmax; in mode_in_hsync_range() local
1008 hmax = t[8]; in mode_in_hsync_range()
1010 hmax += ((t[4] & 0x08) ? 255 : 0); in mode_in_hsync_range()
1013 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()