Searched refs:size_in_words (Results 1 – 1 of 1) sorted by relevance
2741 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes; in getBitmapBlockLayout() local2742 while (size_in_words >= 16) { in getBitmapBlockLayout()2747 size_in_words -= 16; in getBitmapBlockLayout()2749 if (size_in_words > 0) { in getBitmapBlockLayout()2752 unsigned char inst = (opcode << 4) | (size_in_words-1); in getBitmapBlockLayout()