Searched refs:b_max (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_addr.c732 unsigned char b_min[ADDR_RAW_BUF_LEN], b_max[ADDR_RAW_BUF_LEN];
785 !extract_min_max(b, b_min, b_max, length))
793 memcmp(b_min, b_max, length) > 0)
855 unsigned char b_min[ADDR_RAW_BUF_LEN], b_max[ADDR_RAW_BUF_LEN];
858 !extract_min_max(b, b_min, b_max, length))
865 memcmp(b_min, b_max, length) > 0)
881 if (!make_addressRange(&merged, a_min, b_max, length))
H A Dv3_asid.c325 ASN1_INTEGER *a_min, *a_max, *b_min, *b_max;
328 extract_min_max(b, &b_min, &b_max);
335 ASN1_INTEGER_cmp(b_min, b_max) > 0)
427 ASN1_INTEGER *a_min, *a_max, *b_min, *b_max;
430 extract_min_max(b, &b_min, &b_max);
441 ASN1_INTEGER_cmp(b_min, b_max) > 0)
479 r->max = b_max;
485 a->u.range->max = b_max;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_heap.c346 * higher power of two, minus 1 (respectively b_min and b_max) because
351 * we round the bucket size to b_max, else to b_min.
362 int b_max; /* max buckets */ local
380 b_max = buckets; /* Next power */
385 buckets = b_max;

Completed in 118 milliseconds