Home
last modified time | relevance | path

Searched refs:leng (Results 1 – 7 of 7) sorted by relevance

/external/zopfli/src/zopfli/
Dlz77.c370 unsigned short leng; in ZopfliLZ77Greedy() local
400 &dist, &leng); in ZopfliLZ77Greedy()
401 lengthscore = GetLengthScore(leng, dist); in ZopfliLZ77Greedy()
410 if (lengthscore >= ZOPFLI_MIN_MATCH && leng < ZOPFLI_MAX_MATCH) { in ZopfliLZ77Greedy()
412 prev_length = leng; in ZopfliLZ77Greedy()
418 leng = prev_length; in ZopfliLZ77Greedy()
422 ZopfliVerifyLenDist(in, inend, i - 1, dist, leng); in ZopfliLZ77Greedy()
423 ZopfliStoreLitLenDist(leng, dist, store); in ZopfliLZ77Greedy()
424 for (j = 2; j < leng; j++) { in ZopfliLZ77Greedy()
432 else if (lengthscore >= ZOPFLI_MIN_MATCH && leng < ZOPFLI_MAX_MATCH) { in ZopfliLZ77Greedy()
[all …]
Dsqueeze.c217 unsigned short leng; in GetBestLengths() local
269 &dist, &leng); in GetBestLengths()
281 for (k = 3; k <= leng && i + k <= inend; k++) { in GetBestLengths()
/external/bison/src/
Dflex-scanner.h52 # define yyleng FLEX_PREFIX (leng)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRoundTripTest.java265 …private static void addRepresentativeHangul(UnicodeSet resultToAddTo, int leng, boolean noFirstCon… in addRepresentativeHangul() argument
270 if (decomp.length() != leng) { in addRepresentativeHangul()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java261 …private static void addRepresentativeHangul(UnicodeSet resultToAddTo, int leng, boolean noFirstCon… in addRepresentativeHangul() argument
266 if (decomp.length() != leng) { in addRepresentativeHangul()
/external/icu/icu4c/source/data/translit/
DLatin_Bopomofo.txt458 leng }$pTone ↔ ㄌㄥ }$zTone;
459 leng → ㄌㄥ˙;
/external/libvncserver/webclients/java-applet/ssl/
Dultravnc-102-JavaViewer-ssl-etc.patch2215 +//System.out.println("requestRemoteFile leng: " + text.length());
2236 +//System.out.println("receiveFileHeader leng: " + length);