Lines Matching refs:ULLong
506 #undef ULLong
519 #ifndef ULLong
520 #define ULLong unsigned Llong macro
663 #ifdef ULLong
665 ULLong carry, y;
679 #ifdef ULLong
680 y = *x * (ULLong)m + carry;
859 #ifdef ULLong
860 ULLong carry, z;
887 #ifdef ULLong
894 z = *x++ * (ULLong)y + *xc + carry;
1121 #ifdef ULLong
1122 ULLong borrow, y;
1155 #ifdef ULLong
1157 y = (ULLong)*xa++ - *xb++ - borrow;
2185 #ifdef ULLong
2186 ULLong borrow, carry, y, ys;
2220 #ifdef ULLong
2221 ys = *sx++ * (ULLong)q + carry;
2261 #ifdef ULLong