Home
last modified time | relevance | path

Searched refs:du_int (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a/lib/compiler-rt/builtins/
A Dint_types.h31 typedef unsigned long long du_int; typedef
50 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()
A Dint_lib.h81 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
A Dpopcountdi2.c22 du_int x2 = (du_int)a; in __popcountdi2()
A Dudivmoddi4.c23 COMPILER_RT_ABI du_int
24 __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()
A Ddivdi3.c28 return (__udivmoddi4(a, b, (du_int*)0) ^ s_a) - s_a; /* negate if s_a == -1 */ in __divdi3()

Completed in 5 milliseconds