Searched defs:totalWords (Results 1 – 1 of 1) sorted by relevance
333 int totalWords = totalBits / wordSize; in generateCheckWords() local345 private static int[] bitsToWords(BitArray stuffedBits, int wordSize, int totalWords) { in bitsToWords()