HomeSort by relevance Sort by last modified time
    Searched full:inputmargin (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/compress/flate/
deflatefast.go 37 inputMargin = 16 - 1
38 minNonLiteralBlockSize = 1 + 1 + inputMargin
74 // sLimit is when to stop looking for offset/length copies. The inputMargin
77 sLimit := int32(len(src) - inputMargin)
deflate_test.go 813 for _, extra := range []int{0, inputMargin - 1, inputMargin, inputMargin + 1, 2 * inputMargin} {
  /prebuilts/go/linux-x86/src/compress/flate/
deflatefast.go 37 inputMargin = 16 - 1
38 minNonLiteralBlockSize = 1 + 1 + inputMargin
74 // sLimit is when to stop looking for offset/length copies. The inputMargin
77 sLimit := int32(len(src) - inputMargin)
deflate_test.go 813 for _, extra := range []int{0, inputMargin - 1, inputMargin, inputMargin + 1, 2 * inputMargin} {

Completed in 246 milliseconds