Searched refs:numWordsToHold (Results 1 – 5 of 5) sorted by relevance
130 int newSize = Math.max(bits.length << 1, numWordsToHold(bit)); in growToInclude()256 private final int numWordsToHold(int el) { in numWordsToHold() method in BitSet
58 static ANTLR3_UINT32 numWordsToHold (ANTLR3_UINT32 bit);426 nw = numWordsToHold(bit); in growToInclude()620 numWordsToHold(ANTLR3_UINT32 bit) in numWordsToHold() function
78 numWordsToHold: function(el) { method352 var newSize = Math.max(this.bits.length << 1, org.antlr.runtime.BitSet.numWordsToHold(bit)),
255 int newSize = Math.max(bits.length << 1, numWordsToHold(bit)); in growToInclude()324 private int numWordsToHold(int el) { in numWordsToHold() method in BitSet
93 var newSize:int = Math.max(bits.length << 1, numWordsToHold(bit));204 private final function numWordsToHold(el:int):int { method in org.antlr.runtime.BitSet