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