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

/vbox/src/VBox/Runtime/common/math/gcc/
H A Dquad.h43 * - The type long long (aka quad_t) exists.
79 typedef int64_t quad_t; typedef
81 # define quad_t int64_t macro
84 typedef quad_t *qaddr_t;
88 * Depending on the desired operation, we view a `long long' (aka quad_t) in
92 quad_t q; /* as a (signed) quad */
99 * Define high and low parts of a quad_t.
105 * Total number of bits in a quad_t and in the pieces that make it up.
109 #define QUAD_BITS (sizeof(quad_t) * CHAR_BIT)
116 * ((quad_t)(
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dtypes.h119 typedef int64_t quad_t; typedef
120 typedef quad_t * qaddr_t;
189 typedef quad_t rlim_t; /* resource limit */

Completed in 50 milliseconds