Searched refs:hmax (Results 1 – 2 of 2) sorted by relevance
54 size_t hmax; /* Allocated heap & element space */ member257 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()
1003 int hsync, hmin, hmax; in mode_in_hsync_range() local1008 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()