/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 120 int bmin = bmid, bmax = bmid; // Limits of bottom-up search. in diag() local 158 if (odd && bmin <= d && d <= bmax && bd[bdiagoff + d] <= fd[fdiagoff + d]) in diag() 170 if (bmax < dmax) in diag() 171 bd[bdiagoff + ++bmax + 1] = Integer.MAX_VALUE; in diag() 173 --bmax; in diag() 174 for (d = bmax; d >= bmin; d -= 2) in diag() 243 for (d = bmax; d >= bmin; d -= 2) in diag()
|
/external/skia/src/utils/ |
D | SkTextureCompressor_R11EAC.cpp | 87 uint16_t bmax = block[0]; in compress_heterogeneous_r11eac_block() local 90 bmax = SkTMax<uint16_t>(bmax, block[i]); in compress_heterogeneous_r11eac_block() 93 uint16_t center = (bmax + bmin) >> 1; in compress_heterogeneous_r11eac_block() 98 uint16_t multiplier = (bmax - center) / 10; in compress_heterogeneous_r11eac_block()
|
/external/aac/libSBRenc/src/ |
D | fram_gen.cpp | 226 int *bmax /*!< hlpNew: last mandatory border */ 235 INT *length_v_freq, INT bmax, 369 INT numEnv, tranPosInternal=0, bmin=0, bmax=0, parts, d, i_cmon=0, i_tran=0, nL; in FDKsbrEnc_frameInfoGenerator() local 518 &bmax ); in FDKsbrEnc_frameInfoGenerator() 554 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax); in FDKsbrEnc_frameInfoGenerator() 630 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax); in FDKsbrEnc_frameInfoGenerator() 882 int *bmax /*!< hlpNew: last mandatory border */ in fillFrameTran() argument 935 *bmax = v_bord[0]; in fillFrameTran() 937 if (v_bord[i] > *bmax) in fillFrameTran() 938 *bmax = v_bord[i]; in fillFrameTran() [all …]
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsgmt.c | 511 double bmax, double bmin) in cmsDesaturateLab() argument 532 Lab -> b < bmin || Lab->b > bmax) { in cmsDesaturateLab() 544 Lab -> b = Lab->b < 0 ? bmin : bmax; in cmsDesaturateLab() 566 Lab -> b = bmax; in cmsDesaturateLab() 567 Lab -> a = bmax / slope; in cmsDesaturateLab()
|
/external/opencv3/modules/features2d/src/ |
D | agast_score.cpp | 97 int bmax = 255; in agast_cornerScore() local 98 int b_test = (bmax + bmin) / 2; in agast_cornerScore() 2156 bmax = b_test; in agast_cornerScore() 2161 if(bmin == bmax - 1 || bmin == bmax) in agast_cornerScore() 2163 b_test = (bmin + bmax) / 2; in agast_cornerScore() 2172 int bmax = 255; in agast_cornerScore() local 2173 int b_test = (bmax + bmin)/2; in agast_cornerScore() 3368 bmax = b_test; in agast_cornerScore() 3373 if(bmin == bmax - 1 || bmin == bmax) in agast_cornerScore() 3375 b_test = (bmin + bmax) / 2; in agast_cornerScore() [all …]
|
/external/libvncserver/libvncserver/ |
D | cursor.c | 572 int bmax, bshift; in rfbShowCursor() local 578 bmax = s->serverFormat.blueMax; in rfbShowCursor() 585 bmask = (bmax << bshift); in rfbShowCursor()
|
/external/libpng/contrib/libtests/ |
D | pngstest.c | 2648 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local 2668 if (bval > bmax) in compare_two_images() 2669 bmax = bval; in compare_two_images() 2760 else if (bmax >= b->image.colormap_entries) in compare_two_images() 2763 sprintf(pindex, "%d[%lu]", bmax, in compare_two_images()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/ |
D | DiagBigDecimal.java | 139 private static final byte bmax = 127; field in DiagBigDecimal 2973 (new Test("byv010")).ok=((bmax))==((new android.icu.math.BigDecimal(bmax)).byteValue()); in diagbyteValue() 2978 (new Test("byv015")).ok=((bmin))==((new android.icu.math.BigDecimal(bmax+1)).byteValue()); in diagbyteValue() 2979 (new Test("byv016")).ok=((bmax))==((new android.icu.math.BigDecimal(bmin-1)).byteValue()); in diagbyteValue() 2986 … (new Test("byv026")).ok=((bmax))==((new android.icu.math.BigDecimal(bmax)).byteValueExact()); in diagbyteValue() 3021 (new android.icu.math.BigDecimal(bmax)).add(one).toString(), in diagbyteValue() 3044 (new android.icu.math.BigDecimal(bmax)).multiply(two) in diagbyteValue() 3048 (new android.icu.math.BigDecimal(bmax)).multiply(ten) in diagbyteValue()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimal.java | 135 private static final byte bmax = 127; field in DiagBigDecimal 2969 (new Test("byv010")).ok=((bmax))==((new com.ibm.icu.math.BigDecimal(bmax)).byteValue()); in diagbyteValue() 2974 (new Test("byv015")).ok=((bmin))==((new com.ibm.icu.math.BigDecimal(bmax+1)).byteValue()); in diagbyteValue() 2975 (new Test("byv016")).ok=((bmax))==((new com.ibm.icu.math.BigDecimal(bmin-1)).byteValue()); in diagbyteValue() 2982 … (new Test("byv026")).ok=((bmax))==((new com.ibm.icu.math.BigDecimal(bmax)).byteValueExact()); in diagbyteValue() 3017 (new com.ibm.icu.math.BigDecimal(bmax)).add(one).toString(), in diagbyteValue() 3040 (new com.ibm.icu.math.BigDecimal(bmax)).multiply(two) in diagbyteValue() 3044 (new com.ibm.icu.math.BigDecimal(bmax)).multiply(ten) in diagbyteValue()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2.h | 1873 double bmax, double bmin);
|
/external/libxml2/ |
D | xmlschemas.c | 16777 int bmin, int bmax) in xmlSchemaCheckParticleRangeOK() argument 16781 if ((bmax != UNBOUNDED) && in xmlSchemaCheckParticleRangeOK() 16782 (rmax > bmax)) in xmlSchemaCheckParticleRangeOK()
|