Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/wuffs/script/
Dprint-lzw-example.go221 type sufQ struct { struct
222 lengthM1s [4096]uint16
223 prefixes [4096]uint16
224 suffixes [4096][Q]byte
227 func (t *sufQ) initialize() {
239 func (t *sufQ) emit(output []byte, code int, prevCode int, n int) []byte {