Searched defs:du_int (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dint_types.h27 typedef unsigned long long du_int; typedef
46 du_int all;
74 du_int low;
78 du_int low;
89 du_int low;
90 du_int high;
92 du_int high;
93 du_int low;
105 static inline tu_int make_tu(du_int h, du_int
[all...]
/external/valgrind/coregrind/
H A Dm_main.c3808 * du_int is a 64 bit integral type
3809 * value in double is representable in du_int or is negative
3815 typedef unsigned long long du_int; typedef
3820 du_int all;
3839 du_int __fixunsdfdi(double a);
3841 du_int

Completed in 421 milliseconds