Bigint 1124 util.c static Bigint *freelist[Kmax+1]; Bigint 1126 util.c static Bigint * Bigint 1130 util.c Bigint *rv; Bigint 1142 util.c rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong)); Bigint 1144 util.c len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) Bigint 1147 util.c rv = (Bigint*)pmem_next; Bigint 1151 util.c rv = (Bigint*)MALLOC(len*sizeof(double)); Bigint 1162 util.c Bfree(Bigint *v) Bigint 1175 util.c static Bigint * Bigint 1176 util.c multadd(Bigint *b, int m, int a) /* multiply by m and add a */ Bigint 1188 util.c Bigint *b1; Bigint 1226 util.c static Bigint * Bigint 1229 util.c Bigint *b; Bigint 1332 util.c static Bigint * Bigint 1335 util.c Bigint *b; Bigint 1343 util.c static Bigint * Bigint 1344 util.c mult(Bigint *a, Bigint *b) Bigint 1346 util.c Bigint *c; Bigint 1444 util.c static Bigint *p5s; Bigint 1446 util.c static Bigint * Bigint 1447 util.c pow5mult(Bigint *b, int k) Bigint 1449 util.c Bigint *b1, *p5, *p51; Bigint 1498 util.c static Bigint * Bigint 1499 util.c lshift(Bigint *b, int k) Bigint 1502 util.c Bigint *b1; Bigint 1553 util.c cmp(Bigint *a, Bigint *b) Bigint 1581 util.c static Bigint * Bigint 1582 util.c diff(Bigint *a, Bigint *b) Bigint 1584 util.c Bigint *c; Bigint 1705 util.c b2d(Bigint *a, int *e) Bigint 1769 util.c static Bigint * Bigint 1772 util.c Bigint *b; Bigint 1903 util.c ratio(Bigint *a, Bigint *b) Bigint 2067 util.c Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; Bigint 3065 util.c sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i; Bigint 3099 util.c Bigint *b = (Bigint *)((int *)s - 1); Bigint 3184 util.c Bigint *b, *b1, *delta, *mlo = 0, *mhi = 0, *S;