HomeSort by relevance Sort by last modified time
    Searched refs:maskLength (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/java/java/net/
InterfaceAddress.java 40 private short maskLength = 0;
53 this.maskLength = countPrefixLength(netmask);
105 return maskLength;
132 if (maskLength != cmp.maskLength)
143 return address.hashCode() + ((broadcast != null) ? broadcast.hashCode() : 0) + maskLength;
153 return address + "/" + maskLength + " [" + broadcast + "]";
  /external/brotli/research/
brotlidump.py 282 maskLength = 0
285 mask = (1<<maskLength)-1
289 #unique encodings have a length of maskLength bits
293 lengthTable[self.decodeTable[s]] = maskLength
296 maskLength +=1
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 

Completed in 134 milliseconds