HomeSort by relevance Sort by last modified time
    Searched defs:bmax (Results 1 - 8 of 8) sorted by null

  /external/aac/libSBRenc/src/
fram_gen.cpp 193 int *bmax /*!< hlpNew: last mandatory border */
201 INT bmax, INT bufferFrameStart, INT numberTimeSlots,
341 INT numEnv, tranPosInternal = 0, bmin = 0, bmax = 0, parts, d, i_cmon = 0, local
490 length_v_bord, v_freq, length_v_freq, &bmin, &bmax);
522 length_v_freq, bmax, bufferFrameStart, numberTimeSlots,
598 length_v_freq, bmax, bufferFrameStart, numberTimeSlots,
    [all...]
  /external/jdiff/src/jdiff/
DiffMyers.java 120 int bmin = bmid, bmax = bmid; // Limits of bottom-up search. local
158 if (odd && bmin <= d && d <= bmax && bd[bdiagoff + d] <= fd[fdiagoff + d])
170 if (bmax < dmax)
171 bd[bdiagoff + ++bmax + 1] = Integer.MAX_VALUE;
173 --bmax;
174 for (d = bmax; d >= bmin; d -= 2)
243 for (d = bmax; d >= bmin; d -= 2)
  /external/libvncserver/libvncserver/
cursor.c 572 int bmax, bshift; local
578 bmax = s->serverFormat.blueMax;
585 bmask = (bmax << bshift);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 127 private static final byte bmax = 127; field in class:DiagBigDecimalTest
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java 124 private static final byte bmax = 127; field in class:DiagBigDecimalTest
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 2647 png_byte in_use[256], amax = 0, bmax = 0; local
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 

Completed in 298 milliseconds