Searched refs:ULT (Results 1 – 1 of 1) sorted by relevance
74 #define ULT(a, b) ((a ^ ((a ^ b) | ((a - b) ^ b))) >> (sizeof(a) * 8 - 1)) in convert_to_base2_64() macro78 state->hs[1] += (cy = ULT(state->hs[0], cy)); in convert_to_base2_64()79 state->hs[2] += ULT(state->hs[1], cy); in convert_to_base2_64()80 #undef ULT in convert_to_base2_64()