Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/compiler-rt/builtins/
A Dint_types.h28 typedef unsigned su_int; typedef
39 su_int low;
43 su_int low;
54 su_int low;
55 su_int high;
57 su_int high;
58 su_int low;
121 su_int u;
A Dint_lib.h78 COMPILER_RT_ABI su_int __udivsi3(su_int n, su_int d);
80 COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int* rem);
A Dpopcountsi2.c22 su_int x = (su_int)a; in __popcountsi2()
A Dpopcountdi2.c29 su_int x = (su_int)(x2 + (x2 >> 32)); in __popcountdi2()
A Dudivmoddi4.c26 const unsigned n_uword_bits = sizeof(su_int) * CHAR_BIT; in __udivmoddi4()
208 su_int carry = 0; in __udivmoddi4()

Completed in 3 milliseconds