/external/zopfli/src/zopfli/ |
cache.c | 86 unsigned prevlength = 0; local 96 for (i = prevlength; i <= length; i++) { 100 prevlength = length + 1;
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
deflate.go | 150 func (d *compressor) findMatch(pos int, prevHead int, prevLength int, lookahead int) (length, offset int, ok bool) { 166 length = prevLength 274 prevLength := d.length 285 d.fastSkipHashing == skipNever && lookahead > prevLength && prevLength < d.lazy) { 292 d.fastSkipHashing == skipNever && prevLength >= minMatchLength && d.length <= prevLength { 298 d.tokens = append(d.tokens, matchToken(uint32(prevLength-minMatchLength), uint32(prevOffset-minOffsetSize))) 309 newIndex = d.index + prevLength - 1
|
/prebuilts/go/linux-x86/src/compress/flate/ |
deflate.go | 150 func (d *compressor) findMatch(pos int, prevHead int, prevLength int, lookahead int) (length, offset int, ok bool) { 166 length = prevLength 274 prevLength := d.length 285 d.fastSkipHashing == skipNever && lookahead > prevLength && prevLength < d.lazy) { 292 d.fastSkipHashing == skipNever && prevLength >= minMatchLength && d.length <= prevLength { 298 d.tokens = append(d.tokens, matchToken(uint32(prevLength-minMatchLength), uint32(prevOffset-minOffsetSize))) 309 newIndex = d.index + prevLength - 1
|
/external/skia/src/gpu/ |
GrTRecorder.h | 200 int prevLength = 0; 204 prevLength = lastHeader->fTotalLength; 225 header->fPrevLength = prevLength;
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetMBCS.java | 502 * MBCS_OUTPUT_2_SISO: Bypass the ASCII fastpath to handle prevLength correctly. [all...] |
CharsetISO2022.java | [all...] |
/external/icu/icu4c/source/common/ |
ucnvmbcs.cpp | [all...] |
ucnv_ext.cpp | 676 int32_t length, prevLength; 707 if((prevLength=cnv->fromUnicodeStatus)!=0) { 711 if(prevLength>1 && length==1) { 715 } else if(prevLength==1 && length>1) { [all...] |
ucnv2022.cpp | 467 cnv->fromUnicodeStatus=1; /* prevLength */ [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
MessageFormat.java | [all...] |
MeasureFormat.java | 293 int prevLength = toAppendTo.length(); 315 pos.setBeginIndex(fpos.getBeginIndex() + prevLength); 316 pos.setEndIndex(fpos.getEndIndex() + prevLength); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MessageFormat.java | [all...] |
MeasureFormat.java | 309 int prevLength = toAppendTo.length(); 331 pos.setBeginIndex(fpos.getBeginIndex() + prevLength); 332 pos.setEndIndex(fpos.getEndIndex() + prevLength); [all...] |
/external/messageformat/java/com/ibm/icu/simple/ |
MessageFormat.java | [all...] |
/external/icu/icu4c/source/i18n/ |
msgfmt.cpp | [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
msgfmt.h | [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/compress/ |
zlib.a | 58 func (@"compress/flate".d·4 *@"compress/flate".compressor "esc:0x1") @"compress/flate".findMatch (@"compress/flate".pos·5 int, @"compress/flate".prevHead·6 int, @"compress/flate".prevLength·7 int, @"compress/flate".lookahead·8 int) (@"compress/flate".length·1 int, @"compress/flate".offset·2 int, @"compress/flate".ok·3 bool) [all...] |
gzip.a | 129 func (@"compress/flate".d·4 *@"compress/flate".compressor "esc:0x1") @"compress/flate".findMatch (@"compress/flate".pos·5 int, @"compress/flate".prevHead·6 int, @"compress/flate".prevLength·7 int, @"compress/flate".lookahead·8 int) (@"compress/flate".length·1 int, @"compress/flate".offset·2 int, @"compress/flate".ok·3 bool) [all...] |
flate.a | 49 func (@"".d·4 *@"".compressor "esc:0x1") @"".findMatch (@"".pos·5 int, @"".prevHead·6 int, @"".prevLength·7 int, @"".lookahead·8 int) (@"".length·1 int, @"".offset·2 int, @"".ok·3 bool) 259 "".ok ptype.bool "".offset `type.int "".length Ptype.int "".lookahead @type.int "".prevLength |