Searched refs:bigit_index2 (Results 1 – 5 of 5) sorted by relevance
399 int bigit_index2 = 0; in Square() local403 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()406 bigit_index2++; in Square()413 int bigit_index2 = i - bigit_index1; in Square() local416 while (bigit_index2 < used_bigits_) { in Square()418 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()421 bigit_index2++; in Square()
385 int bigit_index2 = 0; in Square() local389 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()392 bigit_index2++; in Square()399 int bigit_index2 = i - bigit_index1; in Square() local402 while (bigit_index2 < used_bigits_) { in Square()404 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()407 bigit_index2++; in Square()
385 int bigit_index2 = 0; in Square() local389 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()392 bigit_index2++; in Square()399 int bigit_index2 = i - bigit_index1; in Square() local402 while (bigit_index2 < used_digits_) { in Square()404 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()407 bigit_index2++; in Square()