Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for preRLE (0.07 sec)

  1. src/compress/bzip2/bzip2.go

    	tPos         uint32    // Index of the next output byte in tt.
    
    	preRLE      []uint32 // contains the RLE data still to be processed.
    	preRLEUsed  int      // number of entries of preRLE used.
    	lastByte    int      // the last byte value seen.
    	byteRepeats uint     // the number of repeats of lastByte seen.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:40 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top