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

  /prebuilts/go/darwin-x86/src/compress/flate/
deflate.go 44 maxMatchLength = 258 // The largest match length
120 hashMatch [maxMatchLength - 1]uint32
124 if d.index >= 2*windowSize-(minMatchLength+maxMatchLength) {
234 minMatchLook := maxMatchLength
385 if d.windowEnd-d.index < minMatchLength+maxMatchLength && !d.sync {
400 if lookahead < minMatchLength+maxMatchLength {
  /prebuilts/go/linux-x86/src/compress/flate/
deflate.go 44 maxMatchLength = 258 // The largest match length
120 hashMatch [maxMatchLength - 1]uint32
124 if d.index >= 2*windowSize-(minMatchLength+maxMatchLength) {
234 minMatchLook := maxMatchLength
385 if d.windowEnd-d.index < minMatchLength+maxMatchLength && !d.sync {
400 if lookahead < minMatchLength+maxMatchLength {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 

Completed in 371 milliseconds