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

  /external/pdfium/core/fpdfdoc/
csection.cpp 128 int32_t nLeft = 0;
130 int32_t nMid = (nLeft + nRight) / 2;
131 while (nLeft <= nRight) {
135 nMid = (nLeft + nRight) / 2;
137 nLeft = nMid + 1;
138 nMid = (nLeft + nRight) / 2;
154 int32_t nLeft = 0;
159 while (nLeft <= nRight) {
172 nMid = (nLeft + nRight) / 2;
175 nLeft = nMid + 1
    [all...]
cpdf_variabletext.cpp 554 int32_t nLeft = 0;
559 while (nLeft <= nRight) {
569 nMid = (nLeft + nRight) / 2;
572 nLeft = nMid + 1;
573 nMid = (nLeft + nRight) / 2;
991 int32_t nLeft = 0;
994 while (nLeft <= nRight) {
997 nMid = (nLeft + nRight) / 2;
1000 nLeft = nMid + 1;
1001 nMid = (nLeft + nRight) / 2
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
QOMX_IVCommonExtensions.h 404 OMX_S32 nLeft;
OMX_IVCommon.h 405 * nLeft : X Coordinate of the top left corner of the rectangle
414 OMX_S32 nLeft;
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
QOMX_IVCommonExtensions.h 404 OMX_S32 nLeft;
OMX_IVCommon.h 405 * nLeft : X Coordinate of the top left corner of the rectangle
414 OMX_S32 nLeft;
    [all...]
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8998/mm-core/inc/
QOMX_IVCommonExtensions.h 404 OMX_S32 nLeft;
OMX_IVCommon.h 405 * nLeft : X Coordinate of the top left corner of the rectangle
414 OMX_S32 nLeft;
    [all...]
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/sdm845/mm-core/inc/
QOMX_IVCommonExtensions.h 404 OMX_S32 nLeft;
OMX_IVCommon.h 405 * nLeft : X Coordinate of the top left corner of the rectangle
414 OMX_S32 nLeft;
    [all...]
OMX_QCOMExtns.h     [all...]
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_IVCommon.h 430 * nLeft : X Coordinate of the top left corner of the rectangle
439 OMX_S32 nLeft;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_IVCommon.h 392 * nLeft : X Coordinate of the top left corner of the rectangle
401 OMX_S32 nLeft;
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 642 milliseconds