HomeSort by relevance Sort by last modified time
    Searched refs:b_max (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/x509v3/
v3_asid.c 329 ASN1_INTEGER *a_min, *a_max, *b_min, *b_max;
332 extract_min_max(b, &b_min, &b_max);
339 ASN1_INTEGER_cmp(b_min, b_max) > 0)
430 ASN1_INTEGER *a_min, *a_max, *b_min, *b_max;
433 extract_min_max(b, &b_min, &b_max);
444 ASN1_INTEGER_cmp(b_min, b_max) > 0)
480 r->max = b_max;
486 a->u.range->max = b_max;
v3_addr.c 734 unsigned char b_min[ADDR_RAW_BUF_LEN], b_max[ADDR_RAW_BUF_LEN];
787 !extract_min_max(b, b_min, b_max, length))
795 memcmp(b_min, b_max, length) > 0)
858 unsigned char b_min[ADDR_RAW_BUF_LEN], b_max[ADDR_RAW_BUF_LEN];
861 !extract_min_max(b, b_min, b_max, length))
868 memcmp(b_min, b_max, length) > 0)
885 if (!make_addressRange(&merged, a_min, b_max, length))
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
avltree.py 282 b_max = max(left_height, right_height)
285 topnode.balance = b_max + 1
  /external/opencv/cv/src/
cvshapedescr.cpp 517 icvMemCopy( double **buf1, double **buf2, double **buf3, int *b_max )
524 bb = *b_max;
527 *b_max = 2 * (*b_max);
528 *buf2 = (double *)cvAlloc( (*b_max) * sizeof( double ));
541 *b_max = 2 * (*b_max);
542 *buf1 = (double *) cvAlloc( (*b_max) * sizeof( double ));
    [all...]
  /external/qemu/android/skin/
window.c 297 const unsigned b_max = LCD_BRIGHTNESS_MAX; local
307 else if (alpha > b_max)
308 alpha = b_max;
343 alpha = ((alpha - b_high)*alpha_range) / (b_max - b_high);
    [all...]
  /external/valgrind/main/VEX/
test_main.c 1323 IRAtom *a_min, *b_min, *a_max, *b_max; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 1819 IRAtom *a_min, *b_min, *a_max, *b_max; local
    [all...]

Completed in 258 milliseconds