Searched defs:bits (Results 1 – 10 of 10) sorted by relevance
74 public int read(int bits) throws AccessException { in read()95 public byte[] readByteArray(int bits) throws AccessException { in readByteArray()110 public void skip(int bits) throws AccessException { in skip()
198 final int[] bits; field in BitUtilsTest.BitPackingTestCase201 BitPackingTestCase(long packedBits, int[] bits) { in BitPackingTestCase()
99 var bits = 0 in fromCalendarDays() variable111 val bits: Int = ALL_DAYS and bits constant
113 val bits = properties[2] in createChannel() constant
168 private static int maxValForBits(int bits) { in maxValForBits()
226 auto bits = sample[2 * i] | static_cast<uint64>(sample[2 * i + 1]) << 32; in operator() local
159 const uint64_t bits = static_cast<uint64_t>(offset); in getIntsFromOffset() local
162 long bits; in parseUnsignedIntAttribute() local
361 static const std::vector<std::pair<Success, const char*>> bits = { in operator <<() local
5839 private static int bitSetToInt(BitSet bits) { in bitSetToInt()