Searched refs:cur_max (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/ssl/ |
| H A D | priority_queue.c | 295 size_t new_max, cur_max; in ossl_pqueue_reserve() local 301 cur_max = pq->hmax; in ossl_pqueue_reserve() 302 if (pq->htop + n < cur_max) in ossl_pqueue_reserve() 305 new_max = compute_pqueue_growth(n + cur_max, cur_max); in ossl_pqueue_reserve() 322 pqueue_add_freelist(pq, cur_max); in ossl_pqueue_reserve()
|
| /freebsd/lib/libiconv_modules/UTF1632/ |
| H A D | citrus_utf1632.c | 78 unsigned int cur_max; member 86 #define _ENCODING_MB_CUR_MAX(_ei_) ((_ei_)->cur_max) 395 ei->cur_max = ((ei->mode&_MODE_UTF32) == 0) ? 6 : 8; in _citrus_UTF1632_encoding_module_init()
|
| /freebsd/sys/cam/mmc/ |
| H A D | mmc_da.c | 230 static const int cur_max[8] = { variable 312 csd->vdd_r_curr_max = cur_max[mmc_get_bits(raw_csd, 128, 56, 3)]; in mmc_decode_csd_sd() 314 csd->vdd_w_curr_max = cur_max[mmc_get_bits(raw_csd, 128, 50, 3)]; in mmc_decode_csd_sd() 348 csd->vdd_r_curr_max = cur_max[mmc_get_bits(raw_csd, 128, 56, 3)]; in mmc_decode_csd_mmc() 350 csd->vdd_w_curr_max = cur_max[mmc_get_bits(raw_csd, 128, 50, 3)]; in mmc_decode_csd_mmc()
|
| /freebsd/sys/dev/mmc/ |
| H A D | mmc.c | 1182 static const int cur_max[8] = { variable 1212 cur_max[mmc_get_bits(raw_csd, 128, 56, 3)]; in mmc_decode_csd_sd() 1216 cur_max[mmc_get_bits(raw_csd, 128, 50, 3)]; in mmc_decode_csd_sd() 1279 csd->vdd_r_curr_max = cur_max[mmc_get_bits(raw_csd, 128, 56, 3)]; in mmc_decode_csd_mmc() 1281 csd->vdd_w_curr_max = cur_max[mmc_get_bits(raw_csd, 128, 50, 3)]; in mmc_decode_csd_mmc()
|