Searched refs:bitCount (Results 1 – 2 of 2) sorted by relevance
66 int bitCount; in FSE_readNCount_body() local89 bitCount = 4; in FSE_readNCount_body()109 bitCount &= 31; in FSE_readNCount_body()122 bitCount += 2; in FSE_readNCount_body()136 ip += bitCount>>3; in FSE_readNCount_body()137 bitCount &= 7; in FSE_readNCount_body()140 bitCount &= 31; in FSE_readNCount_body()184 ip += bitCount>>3; in FSE_readNCount_body()185 bitCount &= 7; in FSE_readNCount_body()188 bitCount &= 31; in FSE_readNCount_body()[all …]
41 private readonly uint bitCount; field in LwipSnmpCodeGeneration.SnmpScalarNodeBits43 public SnmpScalarNodeBits(SnmpTreeNode parentNode, uint bitCount) in SnmpScalarNodeBits() argument47 this.bitCount = bitCount; in SnmpScalarNodeBits()57 this.bitCount)); in GenerateGetMethodCode()
Completed in 16 milliseconds