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

  /external/lz4/lib/
lz4hc.c 163 U32 matchIndex;
170 matchIndex = HashTable[LZ4HC_hashPtr(ip)];
172 while ((matchIndex>=lowLimit) && (nbAttempts))
175 if (matchIndex >= dictLimit)
177 match = base + matchIndex;
187 match = dictBase + matchIndex;
191 const BYTE* vLimit = ip + (dictLimit - matchIndex);
196 if (mlt > ml) { ml = mlt; *matchpos = base + matchIndex; } /* virtual matchpos */
199 matchIndex -= chainTable[matchIndex & 0xFFFF]
    [all...]
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 161 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) {
164 mActiveMatchIndex = matchIndex;
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp     [all...]
ACodec.cpp     [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
regex.h     [all...]
uregex.h     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c     [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp     [all...]
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1226 milliseconds