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

/external/compiler-rt/lib/builtins/
H A Dint_types.h31 typedef unsigned long long du_int; typedef
50 du_int all;
79 du_int low;
83 du_int low;
94 du_int low;
95 du_int high;
97 du_int high;
98 du_int low;
110 static __inline tu_int make_tu(du_int h, du_int
[all...]
/external/valgrind/coregrind/
H A Dm_main.c3495 * du_int is a 64 bit integral type
3496 * value in double is representable in du_int or is negative
3502 typedef unsigned long long du_int; typedef
3507 du_int all;
3526 du_int __fixunsdfdi(double a);
3528 du_int

Completed in 554 milliseconds