Home
last modified time | relevance | path

Searched defs:matchIndex (Results 1 – 13 of 13) sorted by relevance

/external/zstd/lib/compress/
Dzstd_lazy.c45 U32 const matchIndex = hashTable[h]; in ZSTD_updateDUBT() local
84 …U32 matchIndex = *smallerPtr; /* this candidate is unsorted : next sorted candidate is reached t… in ZSTD_insertDUBT1() local
197 U32 matchIndex = dictMatchIndex + dictIndexDelta; in ZSTD_DUBT_findBetterDictMatch() local
241 U32 matchIndex = hashTable[h]; in ZSTD_DUBT_findBestMatch() local
628 U32 matchIndex; in ZSTD_HcFindBestMatch_generic() local
1066 U32 const matchIndex = (U32)((start-base) - (offset - ZSTD_REP_MOVE)); in ZSTD_compressBlock_lazy_generic() local
1339 U32 const matchIndex = (U32)((start-base) - (offset - ZSTD_REP_MOVE)); in ZSTD_compressBlock_lazy_extDict_generic() local
Dzstd_fast.c262 U32 const matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_dictMatchState_generic() local
410 const U32 matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_extDict_generic() local
Dzstd_double_fast.c395 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic() local
Dzstd_opt.c381 U32 matchIndex = hashTable[h]; in ZSTD_insertBt1() local
527 U32 matchIndex = hashTable[h]; in ZSTD_insertBtAndGetAllMatches() local
Dzstd_ldm.c398 U32 const matchIndex = bestEntry->offset; in ZSTD_ldm_generateSequences_internal() local
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonPointer.java99 protected JsonPointer(String fullString, String segment, int matchIndex, JsonPointer next) { in JsonPointer()
/external/icu/icu4c/source/common/
Ducurr.cpp1302 int32_t matchIndex = -1; in searchCurrencyName() local
1532 int32_t matchIndex = -1; in uprv_parseCurrency() local
/external/lz4/lib/
Dlz4hc.c226 static int LZ4HC_protectDictEnd(U32 const dictLimit, U32 const matchIndex) in LZ4HC_protectDictEnd()
262 U32 matchIndex; in LZ4HC_InsertAndGetWiderMatch() local
Dlz4.c900 U32 matchIndex = LZ4_getIndexOnHash(h, cctx->hashTable, tableType); in LZ4_compress_generic() local
1099 U32 matchIndex = LZ4_getIndexOnHash(h, cctx->hashTable, tableType); in LZ4_compress_generic() local
/external/icu/icu4c/source/test/cintltst/
Dreapits.c2262 static UBool U_CALLCONV FindCallback(const void* context , int64_t matchIndex) { in FindCallback()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1994 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java1997 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage() local
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp4914 testProgressCallBackFn(const void *context, int64_t matchIndex) { in testProgressCallBackFn()