Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for seqCodeInfo (0.09 sec)

  1. src/internal/zstd/block.go

    	// toBaseline converts from an FSE table to an FSE baseline table.
    	toBaseline func(*Reader, int, []fseEntry, []fseBaselineEntry) error
    }
    
    // seqCodeInfo is the seqCodeInfoData for each kind of sequence code.
    var seqCodeInfo = [3]seqCodeInfoData{
    	seqLiteral: {
    		predefTable:     predefinedLiteralTable[:],
    		predefTableBits: 6,
    		maxSym:          35,
    		maxBits:         9,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 28 17:57:43 UTC 2023
    - 10.2K bytes
    - Viewed (0)
Back to top