Searched defs:numOfBits (Results 1 – 5 of 5) sorted by relevance
21 public static String getBits(long component, int numOfBits) { in getBits()
45 public int getNext(int numOfBits) throws IOException { in getNext()
47 public void setNext(int numOfBits, int value) throws IOException { in setNext()
175 const Word16 numOfBits[NUM_MODES] = variable
338 private static int getMask(int numOfBits) { in getMask()