Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/compress/flate/
Ddeflatefast.go57 type deflateFast struct { struct
58 table [tableSize]tableEntry
59 prev []byte // Previous block, zero length if unknown.
60 cur int32 // Current match offset.
69 func (e *deflateFast) encode(dst []token, src []byte) []token {
211 func (e *deflateFast) matchLen(s, t int32, src []byte) int32 {
270 func (e *deflateFast) reset() {
286 func (e *deflateFast) shiftOffsets() {