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

  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRBitMatrixParser.cpp 104 int32_t jMin = dimension - 11;
105 for (int32_t j = dimension - 9; j >= jMin; j--) {
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2DynamicTree.cpp 726 int32 iMin = -1, jMin = -1;
740 jMin = j;
747 int32 index2 = nodes[jMin];
762 nodes[jMin] = nodes[count-1];
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/broadphase/
DynamicTree.java 422 int iMin = -1, jMin = -1;
432 jMin = j;
439 int index2 = nodes[jMin];
453 nodes[jMin] = nodes[count - 1];
  /external/zxing/core/
core.jar 

Completed in 100 milliseconds