Searched refs:b_max (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/math/special_functions/detail/ |
D | hypergeometric_1F1_negative_b_regions.hpp | 403 static const double b_max = domain[stride - 1][1]; in hypergeometric_1F1_negative_b_recurrence_region() local 428 if (b > b_max) in hypergeometric_1F1_negative_b_recurrence_region() 444 if (b > b_max) in hypergeometric_1F1_negative_b_recurrence_region()
|
/third_party/openssl/crypto/x509v3/ |
D | v3_asid.c | 282 ASN1_INTEGER *a_min = NULL, *a_max = NULL, *b_min = NULL, *b_max = in ASIdentifierChoice_is_canonical() local 286 || !extract_min_max(b, &b_min, &b_max)) in ASIdentifierChoice_is_canonical() 294 ASN1_INTEGER_cmp(b_min, b_max) > 0) in ASIdentifierChoice_is_canonical() 393 ASN1_INTEGER *a_min = NULL, *a_max = NULL, *b_min = NULL, *b_max = in ASIdentifierChoice_canonize() local 397 || !extract_min_max(b, &b_min, &b_max)) in ASIdentifierChoice_canonize() 410 ASN1_INTEGER_cmp(b_min, b_max) > 0) in ASIdentifierChoice_canonize() 454 r->max = b_max; in ASIdentifierChoice_canonize() 460 a->u.range->max = b_max; in ASIdentifierChoice_canonize()
|
D | v3_addr.c | 685 unsigned char b_min[ADDR_RAW_BUF_LEN], b_max[ADDR_RAW_BUF_LEN]; in X509v3_addr_is_canonical() local 738 !extract_min_max(b, b_min, b_max, length)) in X509v3_addr_is_canonical() 746 memcmp(b_min, b_max, length) > 0) in X509v3_addr_is_canonical() 808 unsigned char b_min[ADDR_RAW_BUF_LEN], b_max[ADDR_RAW_BUF_LEN]; in IPAddressOrRanges_canonize() local 811 !extract_min_max(b, b_min, b_max, length)) in IPAddressOrRanges_canonize() 818 memcmp(b_min, b_max, length) > 0) in IPAddressOrRanges_canonize() 834 if (!make_addressRange(&merged, a_min, b_max, length)) in IPAddressOrRanges_canonize()
|
/third_party/ffmpeg/libavcodec/ |
D | vp56.c | 429 int b, ab, b_max, plane, off; in vp56_render_mb() local 441 b_max = 6 - 2*is_alpha; in vp56_render_mb() 445 for (b=0; b<b_max; b++) { in vp56_render_mb() 454 for (b=0; b<b_max; b++) { in vp56_render_mb() 472 for (b=0; b<b_max; b++) { in vp56_render_mb()
|
D | alsdec.c | 1079 static void zero_remaining(unsigned int b, unsigned int b_max, in zero_remaining() argument 1084 while (b < b_max) in zero_remaining()
|
/third_party/gstreamer/gstplugins_good/sys/ximage/ |
D | gstximagesrc.c | 406 gint b_shift, b_max, b_shift_out; in composite_pixel() local 439 b_max = (xcontext->visual->blue_mask >> b_shift); in composite_pixel() 444 #define RGBXXX_B(x) (((x)>>b_shift) & (b_max)) in composite_pixel() 448 db = (RGBXXX_B (color) * 255) / b_max; in composite_pixel() 456 (((db * b_max) / 255) << b_shift_out); in composite_pixel()
|