Searched refs:p51 (Results 1 – 1 of 1) sorted by relevance
1020 Bigint *b1, *p5, *p51; local1052 if (!(p51 = p5->next)) {1053 p51 = mult(p5,p5);1054 if (p51 == BIGINT_INVALID) {1057 return p51;1059 p5->next = p51;1060 p51->next = 0;1062 p5 = p51;