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

/vbox/src/VBox/Runtime/common/math/gcc/
H A Dquad.h83 typedef uint64_t u_quad_t; typedef
93 u_quad_t uq; /* as an unsigned quad */
129 * as u_quad_t, while gcc 2 correctly uses int. Unfortunately, we still use
135 typedef u_quad_t qshift_t;
147 u_quad_t __fixunsdfdi __P((double));
148 u_quad_t __fixunssfdi __P((float));
151 double __floatunsdidf __P((u_quad_t));
159 u_quad_t __qdivrem __P((u_quad_t, u_quad_t, u_quad_
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dtypes.h118 typedef uint64_t u_quad_t; /* quads */ typedef

Completed in 33 milliseconds