Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dint_types.h26 typedef uint32_t su_int; typedef
44 su_int low;
48 su_int low;
57 su_int low;
58 su_int high;
60 su_int high;
61 su_int low;
134 su_int u;
H A Dint_lib.h109 COMPILER_RT_ABI su_int __udivsi3(su_int n, su_int d);
111 COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int *rem);
H A Dpopcountsi2.c18 su_int x = (su_int)a; in __popcountsi2()
H A Dpopcountdi2.c25 su_int x = (su_int)(x2 + (x2 >> 32)); in __popcountdi2()
H A Dudivmoddi4.c28 const unsigned n_uword_bits = sizeof(su_int) * CHAR_BIT; in __udivmoddi4()
175 su_int carry = 0; in __udivmoddi4()