Home
last modified time | relevance | path

Searched refs:tu_int (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dudivti3.c19 COMPILER_RT_ABI tu_int __udivti3(tu_int a, tu_int b) { in __udivti3()
H A Dudivmodti4.c100 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int *rem) { in __udivmodti4()
101 const unsigned n_utword_bits = sizeof(tu_int) * CHAR_BIT; in __udivmodti4()
H A Dint_lib.h115 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int *rem);
H A Dint_types.h80 typedef unsigned tu_int __attribute__((mode(TI))); typedef
96 tu_int all;
115 static __inline tu_int make_tu(du_int h, du_int l) { in make_tu()