Lines Matching full:ulong
136 #define ULong u_int32_t
208 ULong ul[2];
420 ULong x[1];
472 copybits(ULong *c, int n, Bigint *b)
474 ULong *ce, *x, *xe;
497 ULong
501 ULong *x, *x0, x1, x2;
526 ULong *x, *x1, *xe, y;
553 typedef union { double d; ULong L[2]; } U;
556 ULtod(ULong *L, ULong *bits, Long exp, int k)
678 ULong *x, y;
680 ULong xi, z;
724 ULong *x, *xe;
727 ULong carry = 1, y;
734 if (*x < (ULong)0xffffffffL) {
766 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
768 (CONST char *s, int nd0, int nd, ULong y9)
809 (x) ULong x;
811 (ULong x)
843 (y) ULong *y;
845 (ULong *y)
849 ULong x = *y;
916 ULong carry, y, z;
917 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0;
919 ULong z2;
1068 ULong *x, *x1, *xe, z;
1133 ULong *xa, *xa0, *xb, *xb0;
1177 ULong *xa, *xae, *xb, *xbe, *xc;
1217 borrow = (ULong)y >> 16;
1220 borrow = (ULong)z >> 16;
1227 borrow = (ULong)y >> 16;
1230 borrow = (ULong)z >> 16;
1280 L = (ULong)-L >> Exp_shift;
1303 ULong *xa, *xa0, w, y, z;
1307 ULong d0, d1;
1378 ULong *x, y, z;
1381 ULong d0, d1;
1588 ULong y, z;
1661 ULong bits[2];
2194 ULong carry, q, ys;
2195 ULong *bx, *bxe, *sx, *sxe;
2198 ULong si, zs;
2230 borrow = (ULong)y >> 16;
2233 borrow = (ULong)z >> 16;
2266 borrow = (ULong)y >> 16;
2269 borrow = (ULong)z >> 16;
2395 ULong x;
2577 j = sizeof(ULong);
2578 for(result_k = 0; (int)(sizeof(Bigint) - sizeof(ULong)) + j <= i;
2989 j = sizeof(ULong);
2991 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i;
3208 ULong L, lostbits, *x;