github.com/klauspost/compress/fse.Scratch.TableLog (field)
8 uses
github.com/klauspost/compress/fse (current package)
compress.go#L486: tableLog := s.TableLog
fse.go#L82: TableLog uint8
fse.go#L113: if s.TableLog == 0 {
fse.go#L114: s.TableLog = defaultTablelog
fse.go#L116: if s.TableLog > maxTableLog {
fse.go#L117: return nil, fmt.Errorf("tableLog (%d) > maxTableLog (%d)", s.TableLog, maxTableLog)
github.com/klauspost/compress/huff0
huff0.go#L224: s.fse.TableLog = maxFSETableLog
huff0.go#L294: s.fse.TableLog = maxFSETableLog
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |