Searched refs:totalInts (Results 1 – 4 of 4) sorted by relevance
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()
221 int totalInts = (totalBits + 31) / 32; in Generate() local222 for (int i = 0; i < totalInts; i++) { in Generate()
155 int totalInts = (totalBits + 31) / 32; in Generate() local156 for (int i = 0; i < totalInts; i++) { in Generate()
400 int totalInts = (totalBits + 31) / 32; in Generate() local401 for (int i = 0; i < totalInts; i++) { in Generate()