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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
mct.c 326 OPJ_UINT32 i,j,lIndex;
333 lIndex = i;
336 lCurrentValue = lMatrix[lIndex];
337 lIndex += pNbComps;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 208 ovutils::eDest lIndex;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h 217 ovutils::eDest lIndex;
  /external/icu/icu4c/source/layout/
HangulLayoutEngine.cpp 113 le_int32 lIndex = lead - LJMO_FIRST;
118 if ((lIndex < 0 || lIndex >= LJMO_COUNT ) || (vIndex < 0 || vIndex >= VJMO_COUNT)) {
127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 83 ovutils::eDest lIndex;
296 ovutils::eDest lIndex;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 75 ovutils::eDest lIndex;
277 ovutils::eDest lIndex;
  /external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp 675 int32_t lIndex = 0;
685 for (lIndex = 0; ; lIndex += 1) {
686 const CEI *cei = target->prevCE(lIndex);
692 while (lIndex >= 0 && target->prevCE(lIndex)->highOffset == high) {
693 lIndex -= 1;
706 lIndex = 0;
709 tIndex = ++lIndex;
749 const CEI lastCEI = *target->prevCE(lIndex);
    [all...]
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 314 int lIndex = reply.readInt32();
315 if (index) *index = lIndex;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmusicf.h 628 LONG lIndex;
    [all...]

Completed in 218 milliseconds