Searched refs:totalInts (Results 1 – 5 of 5) sorted by relevance
139 int totalInts = (totalBits + 31) / 32; in Generate() local140 for (int i = 0; i < totalInts; i++) { in Generate()
231 int totalInts = (totalBits + 31) / 32; in Generate() local232 for (int i = 0; i < totalInts; i++) { in Generate()896 int totalInts = (totalBits + 31) / 32; in GenerateDynamicMethodVisit() local898 for (int i = 0; i < totalInts; i++) { in GenerateDynamicMethodVisit()
161 int totalInts = (totalBits + 31) / 32; in Generate() local162 for (int i = 0; i < totalInts; i++) { in Generate()
404 int totalInts = (totalBits + 31) / 32; in Generate() local405 for (int i = 0; i < totalInts; i++) { in Generate()
255 int totalInts = (field_generators_.total_bits() + 31) / 32; in Generate() local256 if (totalInts > 0) { in Generate()258 for (int i = 0; i < totalInts; i++) { in Generate()532 int totalInts = (field_generators_.total_bits() + 31) / 32; in GenerateFieldInitializers() local533 for (int i = 0; i < totalInts; i++) { in GenerateFieldInitializers()