Lines Matching refs:ULong
146 #define ULong u_int32_t macro
218 ULong ul[2];
430 ULong x[1];
482 copybits(ULong *c, int n, Bigint *b) in copybits()
484 ULong *ce, *x, *xe; in copybits()
507 ULong
511 ULong *x, *x0, x1, x2; in any_on()
536 ULong *x, *x1, *xe, y; in rshift()
563 typedef union { double d; ULong L[2]; } U;
566 ULtod(ULong *L, ULong *bits, Long exp, int k) in ULtod()
688 ULong *x, y;
690 ULong xi, z;
734 ULong *x, *xe; in increment()
737 ULong carry = 1, y; in increment()
744 if (*x < (ULong)0xffffffffL) { in increment()
776 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9; in s2b()
778 (CONST char *s, int nd0, int nd, ULong y9)
819 (x) ULong x; in hi0bits()
821 (ULong x)
853 (y) ULong *y; in lo0bits()
855 (ULong *y)
859 ULong x = *y;
926 ULong carry, y, z;
927 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0;
929 ULong z2;
1078 ULong *x, *x1, *xe, z;
1143 ULong *xa, *xa0, *xb, *xb0;
1187 ULong *xa, *xae, *xb, *xbe, *xc;
1227 borrow = (ULong)y >> 16;
1230 borrow = (ULong)z >> 16;
1237 borrow = (ULong)y >> 16;
1240 borrow = (ULong)z >> 16;
1290 L = (ULong)-L >> Exp_shift;
1313 ULong *xa, *xa0, w, y, z;
1317 ULong d0, d1;
1388 ULong *x, y, z;
1391 ULong d0, d1;
1598 ULong y, z;
1671 ULong bits[2];
2204 ULong carry, q, ys;
2205 ULong *bx, *bxe, *sx, *sxe;
2208 ULong si, zs;
2240 borrow = (ULong)y >> 16;
2243 borrow = (ULong)z >> 16;
2276 borrow = (ULong)y >> 16;
2279 borrow = (ULong)z >> 16;
2405 ULong x;
2587 j = sizeof(ULong);
2588 for(result_k = 0; (int)(sizeof(Bigint) - sizeof(ULong)) + j <= i;
2999 j = sizeof(ULong); in rv_alloc()
3001 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i; in rv_alloc()
3218 ULong L, lostbits, *x; in gethex()