/external/zstd/contrib/externalSequenceProducer/ |
D | sequence_producer.c | 47 U32 const matchIndex = hashTable[hash]; in simpleSequenceProducer() local
|
/external/zstd/lib/compress/ |
D | zstd_lazy.c | 54 U32 const matchIndex = hashTable[h]; in ZSTD_updateDUBT() local 94 …U32 matchIndex = *smallerPtr; /* this candidate is unsorted : next sorted candidate is reached t… in ZSTD_insertDUBT1() local 208 U32 matchIndex = dictMatchIndex + dictIndexDelta; in ZSTD_DUBT_findBetterDictMatch() local 253 U32 matchIndex = hashTable[h]; in ZSTD_DUBT_findBestMatch() local 542 U32 matchIndex; in ZSTD_dedicatedDictSearch_lazy_search() local 698 U32 matchIndex; in ZSTD_HcFindBestMatch() local 1231 U32 const matchIndex = row[matchPos]; in ZSTD_RowFindBestMatch() local 1255 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch() local 1302 U32 const matchIndex = dmsRow[matchPos]; in ZSTD_RowFindBestMatch() local 1313 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch() local [all …]
|
D | zstd_opt.c | 455 U32 matchIndex = hashTable[h]; in ZSTD_insertBt1() local 609 U32 matchIndex = hashTable[h]; in ZSTD_insertBtAndGetAllMatches() local
|
D | zstd_fast.c | 550 U32 matchIndex = hashTable[hash0]; in ZSTD_compressBlock_fast_dictMatchState_generic() local
|
D | zstd_double_fast.c | 646 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
/external/zstd/tests/ |
D | external_matchfinder.c | 48 U32 const matchIndex = hashTable[hash]; in simpleSequenceProducer() local
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | JsonPointer.java | 99 protected JsonPointer(String fullString, String segment, int matchIndex, JsonPointer next) { in JsonPointer()
|
/external/coreboot/util/cbfstool/lz4/lib/ |
D | lz4hc.c | 171 U32 matchIndex; in LZ4HC_InsertAndFindBestMatch() local 231 U32 matchIndex; in LZ4HC_InsertAndGetWiderMatch() local
|
/external/lz4/lib/ |
D | lz4hc.c | 370 U32 matchIndex = lDictMatchIndex + gDictEndIndex - (U32)lDictEndIndex; in LZ4HC_searchExtDict() local 875 static int LZ4HC_protectDictEnd(U32 const dictLimit, U32 const matchIndex) in LZ4HC_protectDictEnd() 910 U32 matchIndex; in LZ4HC_InsertAndGetWiderMatch() local
|
D | lz4.c | 1048 U32 matchIndex = LZ4_getIndexOnHash(h, cctx->hashTable, tableType); in LZ4_compress_generic_validated() local 1257 U32 matchIndex = LZ4_getIndexOnHash(h, cctx->hashTable, tableType); in LZ4_compress_generic_validated() local
|
/external/cronet/stable/third_party/icu/source/common/ |
D | ucurr.cpp | 1351 int32_t matchIndex = -1; in searchCurrencyName() local 1581 int32_t matchIndex = -1; in uprv_parseCurrency() local
|
/external/cronet/tot/third_party/icu/source/common/ |
D | ucurr.cpp | 1351 int32_t matchIndex = -1; in searchCurrencyName() local 1581 int32_t matchIndex = -1; in uprv_parseCurrency() local
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 1313 int32_t matchIndex = -1; in searchCurrencyName() local 1548 int32_t matchIndex = -1; in uprv_parseCurrency() local
|
/external/cronet/tot/third_party/icu/source/test/cintltst/ |
D | reapits.c | 2263 static UBool U_CALLCONV FindCallback(const void* context , int64_t matchIndex) { in FindCallback()
|
/external/cronet/stable/third_party/icu/source/test/cintltst/ |
D | reapits.c | 2263 static UBool U_CALLCONV FindCallback(const void* context , int64_t matchIndex) { in FindCallback()
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 2263 static UBool U_CALLCONV FindCallback(const void* context , int64_t matchIndex) { in FindCallback()
|
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 2117 … 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/ |
D | IBMCalendarTest.java | 2120 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage() local
|
/external/cronet/stable/third_party/icu/source/test/intltest/ |
D | regextst.cpp | 4805 testProgressCallBackFn(const void *context, int64_t matchIndex) { in testProgressCallBackFn()
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 4805 testProgressCallBackFn(const void *context, int64_t matchIndex) { in testProgressCallBackFn()
|
/external/cronet/tot/third_party/icu/source/test/intltest/ |
D | regextst.cpp | 4805 testProgressCallBackFn(const void *context, int64_t matchIndex) { in testProgressCallBackFn()
|