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;
73 du_int low;
77 du_int low;
88 du_int low;
89 du_int high;
91 du_int high;
92 du_int low;
104 static inline tu_int make_tu(du_int h, du_int
[all...]
/external/valgrind/main/coregrind/
H A Dm_main.c3594 * du_int is a 64 bit integral type
3595 * value in double is representable in du_int or is negative
3601 typedef unsigned long long du_int; typedef
3606 du_int all;
3625 du_int __fixunsdfdi(double a);
3627 du_int

Completed in 91 milliseconds