Searched defs:SIZE_BITS (Results 1 – 3 of 3) sorted by relevance
62 pub(super) const SIZE_BITS: RawOpcode = 14; constant82 pub(super) const SIZE_BITS: RawOpcode = 13; constant
37 static final int SIZE_BITS = 4; field in BlockLZ4CompressorInputStream
70 #define SIZE_BITS ((HDRSIZE << 3) - 7) macro