Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/compress/flate/deflatefast.go

    		e.cur += maxStoreBlockSize
    		e.prev = e.prev[:0]
    		return emitLiteral(dst, src)
    	}
    
    	// sLimit is when to stop looking for offset/length copies. The inputMargin
    	// lets us use a fast path for emitLiteral in the main loop, while we are
    	// looking for copies.
    	sLimit := int32(len(src) - inputMargin)
    
    	// nextEmit is where in src the next emitLiteral should start from.
    	nextEmit := int32(0)
    	s := int32(0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 19 18:48:17 UTC 2020
    - 9.4K bytes
    - Viewed (0)
Back to top