Searched refs:du_int (Results 1 – 5 of 5) sorted by relevance
31 typedef unsigned long long du_int; typedef50 du_int all;79 du_int low;83 du_int low;94 du_int low;95 du_int high;97 du_int high;98 du_int low;110 static __inline tu_int make_tu(du_int h, du_int l) { in make_tu()
81 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
22 du_int x2 = (du_int)a; in __popcountdi2()
23 COMPILER_RT_ABI du_int24 __udivmoddi4(du_int a, du_int b, du_int* rem) in __udivmoddi4()27 const unsigned n_udword_bits = sizeof(du_int) * CHAR_BIT; in __udivmoddi4()
28 return (__udivmoddi4(a, b, (du_int*)0) ^ s_a) - s_a; /* negate if s_a == -1 */ in __divdi3()
Completed in 5 milliseconds