Lines Matching refs:p51
692 Bigint *b1, *p5, *p51;725 p51 = p5->next;726 if (!p51) {727 p51 = mult(p5,p5);728 if (p51 == NULL) {732 p51->next = 0;733 p5->next = p51;735 p5 = p51;748 Bigint *b1, *p5, *p51;778 p51 = mult(p5, p5);780 p5 = p51;