Lines Matching refs:ULLong
502 #undef ULLong
515 #ifndef ULLong
516 #define ULLong unsigned Llong macro
656 #ifdef ULLong
658 ULLong carry, y;
672 #ifdef ULLong
673 y = *x * (ULLong)m + carry;
852 #ifdef ULLong
853 ULLong carry, z;
880 #ifdef ULLong
887 z = *x++ * (ULLong)y + *xc + carry;
1114 #ifdef ULLong
1115 ULLong borrow, y;
1148 #ifdef ULLong
1150 y = (ULLong)*xa++ - *xb++ - borrow;
2178 #ifdef ULLong
2179 ULLong borrow, carry, y, ys;
2213 #ifdef ULLong
2214 ys = *sx++ * (ULLong)q + carry;
2254 #ifdef ULLong