/external/lz4/lib/ |
D | lz4hc.c | 233 U32 matchIndex; in LZ4HC_InsertAndGetWiderMatch() local 241 matchIndex = HashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndGetWiderMatch() 243 matchIndex, lowestMatchIndex); in LZ4HC_InsertAndGetWiderMatch() 245 while ((matchIndex>=lowestMatchIndex) && (nbAttempts)) { in LZ4HC_InsertAndGetWiderMatch() 248 assert(matchIndex < ipIndex); in LZ4HC_InsertAndGetWiderMatch() 249 if (favorDecSpeed && (ipIndex - matchIndex < 8)) { in LZ4HC_InsertAndGetWiderMatch() 251 } else if (matchIndex >= dictLimit) { /* within current Prefix */ in LZ4HC_InsertAndGetWiderMatch() 252 const BYTE* const matchPtr = base + matchIndex; in LZ4HC_InsertAndGetWiderMatch() 267 const BYTE* const matchPtr = dictBase + matchIndex; in LZ4HC_InsertAndGetWiderMatch() 271 const BYTE* vLimit = ip + (dictLimit - matchIndex); in LZ4HC_InsertAndGetWiderMatch() [all …]
|
D | lz4.c | 757 U32 matchIndex = LZ4_getIndexOnHash(h, cctx->hashTable, tableType); in LZ4_compress_generic() local 758 assert(matchIndex <= current); in LZ4_compress_generic() 768 if (matchIndex < startIndex) { in LZ4_compress_generic() 771 matchIndex = LZ4_getIndexOnHash(h, dictCtx->hashTable, byU32); in LZ4_compress_generic() 772 match = dictBase + matchIndex; in LZ4_compress_generic() 773 … matchIndex += dictDelta; /* make dictCtx index comparable with current context */ in LZ4_compress_generic() 776 match = base + matchIndex; in LZ4_compress_generic() 780 if (matchIndex < startIndex) { in LZ4_compress_generic() 781 … DEBUGLOG(7, "extDict candidate: matchIndex=%5u < startIndex=%5u", matchIndex, startIndex); in LZ4_compress_generic() 782 assert(startIndex - matchIndex >= MINMATCH); in LZ4_compress_generic() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucurr.cpp | 1329 int32_t matchIndex = -1; in searchCurrencyName() local 1349 matchIndex = binarySearch(currencyNames, index, in searchCurrencyName() 1356 if (matchIndex != -1) { in searchCurrencyName() 1360 *maxMatchIndex = matchIndex; in searchCurrencyName() 1559 int32_t matchIndex = -1; in uprv_parseCurrency() local 1562 upperText, textLen, partialMatchLen, &max, &matchIndex); in uprv_parseCurrency() 1565 printf("search in names, max = %d, matchIndex = %d\n", max, matchIndex); in uprv_parseCurrency() 1585 if (max >= maxInSymbol && matchIndex != -1) { in uprv_parseCurrency() 1586 u_charsToUChars(currencyNames[matchIndex].IsoCode, result, 4); in uprv_parseCurrency()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uregex.h | 1575 int64_t matchIndex);
|
D | regex.h | 1792 inline UBool findProgressInterrupt(int64_t matchIndex, UErrorCode &status);
|
/external/icu/libandroidicu/include/unicode/ |
D | uregex.h | 1575 int64_t matchIndex);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1993 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage() local 1994 …assertEquals("matchData for Monday", 6, matchIndex); // Position of the pointer after the matched … in TestSimpleDateFormatCoverage() 1995 … matchIndex = matchString("Monday March 28, 2016 AD", 17, Calendar.YEAR, matchData, cal); in TestSimpleDateFormatCoverage() 1996 …assertEquals("matchData for 2016", 21, matchIndex); // Position of the pointer after the matched s… in TestSimpleDateFormatCoverage()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1996 … int matchIndex = matchString("Monday March 28, 2016", 0, Calendar.DAY_OF_WEEK, matchData, cal); in TestSimpleDateFormatCoverage() local 1997 …assertEquals("matchData for Monday", 6, matchIndex); // Position of the pointer after the matched … in TestSimpleDateFormatCoverage() 1998 … matchIndex = matchString("Monday March 28, 2016 AD", 17, Calendar.YEAR, matchData, cal); in TestSimpleDateFormatCoverage() 1999 …assertEquals("matchData for 2016", 21, matchIndex); // Position of the pointer after the matched s… in TestSimpleDateFormatCoverage()
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 2254 static UBool U_CALLCONV FindCallback(const void* context , int64_t matchIndex) { in FindCallback() argument
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 4868 testProgressCallBackFn(const void *context, int64_t matchIndex) { in testProgressCallBackFn() argument 4871 info->lastIndex = matchIndex; in testProgressCallBackFn()
|
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |