Searched refs:bigit_index1 (Results 1 – 2 of 2) sorted by relevance
350 int bigit_index1 = i; in Square() local353 while (bigit_index1 >= 0) { in Square()354 Chunk chunk1 = bigits_[copy_offset + bigit_index1]; in Square()357 bigit_index1--; in Square()364 int bigit_index1 = used_digits_ - 1; in Square() local365 int bigit_index2 = i - bigit_index1; in Square()369 Chunk chunk1 = bigits_[copy_offset + bigit_index1]; in Square()372 bigit_index1--; in Square()
384 int bigit_index1 = i; in Square() local387 while (bigit_index1 >= 0) { in Square()388 Chunk chunk1 = bigits_[copy_offset + bigit_index1]; in Square()391 bigit_index1--; in Square()398 int bigit_index1 = used_digits_ - 1; in Square() local399 int bigit_index2 = i - bigit_index1; in Square()403 Chunk chunk1 = bigits_[copy_offset + bigit_index1]; in Square()406 bigit_index1--; in Square()