Searched refs:du_int (Results 1 – 6 of 6) sorted by relevance
38 typedef uint64_t du_int; typedef54 du_int all;86 du_int low;90 du_int low;99 du_int low;100 du_int high;102 du_int high;103 du_int low;115 static __inline tu_int make_tu(du_int h, du_int l) { in make_tu()
18 #define fixuint_t du_int19 #define COMPUTE_UDIV(a, b) __udivmoddi4((a), (b), (du_int *)0)
18 du_int x2 = (du_int)a; in __popcountdi2()
112 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int *rem);
27 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int *rem) { in __udivmoddi4()29 const unsigned n_udword_bits = sizeof(du_int) * CHAR_BIT; in __udivmoddi4()
24 du_int r; in __divmoddi4()
Completed in 12 milliseconds