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

  /external/lz4/lib/
lz4opt.h 99 U32 matchIndex;
107 matchIndex = *HashPos;
112 delta0 = delta1 = (U16)(current - matchIndex);
114 while ((matchIndex < current) && (matchIndex>=lowLimit) && (nbAttempts)) {
116 if (matchIndex >= dictLimit) {
117 match = base + matchIndex;
120 const BYTE* vLimit = ip + (dictLimit - matchIndex);
121 match = dictBase + matchIndex;
131 if (matchIndex >= dictLimit
    [all...]
lz4hc.c 143 U32 matchIndex;
149 matchIndex = HashTable[LZ4HC_hashPtr(ip)];
151 while ((matchIndex>=lowLimit) && (nbAttempts)) {
153 if (matchIndex >= dictLimit) {
154 const BYTE* const match = base + matchIndex;
162 const BYTE* const match = dictBase + matchIndex;
165 const BYTE* vLimit = ip + (dictLimit - matchIndex);
170 if (mlt > ml) { ml = mlt; *matchpos = base + matchIndex; } /* virtual matchpos */
173 matchIndex -= DELTANEXTU16(matchIndex);
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 298 ssize_t matchIndex =
301 if (matchIndex < 0) {
305 index = matchIndex + 1;
307 const sp<MediaCodecInfo> info = list->getCodecInfo(matchIndex);
ACodec.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 161 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) {
164 mActiveMatchIndex = matchIndex;
  /external/icu/icu4c/source/common/
ucurr.cpp     [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java     [all...]
  /external/icu/icu4c/source/i18n/unicode/
regex.h     [all...]
uregex.h     [all...]
  /packages/apps/Contacts/src/com/android/contacts/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/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.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 793 milliseconds