Searched refs:quad_t (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dquad.h42 * - The type long long (aka quad_t) exists.
57 _Static_assert(sizeof(quad_t) == sizeof(int) * 2,
61 * Depending on the desired operation, we view a `long long' (aka quad_t) in
65 quad_t q; /* as a (signed) quad */
66 quad_t uq; /* as an unsigned quad */
78 * Total number of bits in a quad_t and in the pieces that make it up.
82 #define QUAD_BITS (sizeof(quad_t) * CHAR_BIT)
88 * ((quad_t)(x) << (number_of_bits_in_long/2)). (`x' must actually be u_long.)
91 * and lower halves, and to reassemble a product as a quad_t, shifted left
98 quad_t __divdi
[all...]
H A Dqdivrem.c306 quad_t
308 quad_t a, b;
331 quad_t
333 quad_t a, b;
H A Dstand.h354 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); }
355 static __inline quad_t qmin(quad_t a, quad_t b) { return (a < b ? a : b); }
H A Dprintf.c364 *(va_arg(ap, quad_t *)) = retval;
455 num = va_arg(ap, quad_t);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtypes.h35 typedef long long quad_t; typedef
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dtypes.h59 typedef quad_t LONGLONG_T;
H A Dconf.h848 # define QUAD_T quad_t
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtypes.h27 #define quad quad_t
41 typedef struct _quad_t { long val[2]; } quad_t; typedef in typeref:struct:_quad_t
/illumos-gate/usr/src/uts/common/syscall/
H A Dsignotify.c76 quad_t *tquad = (quad_t *)&snid;
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h623 typedef struct _quad { int val[2]; } quad_t; /* used by UFS */ typedef in typeref:struct:_quad
624 typedef quad_t quad; /* used by UFS */
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h71 typedef __int64_t quad_t; typedef
72 typedef quad_t * qaddr_t;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h350 quad_t fs_qbmask; /* ~fs_bmask - for use with quad size */
351 quad_t fs_qfmask; /* ~fs_fmask - for use with quad size */
/illumos-gate/usr/src/boot/include/
H A Dunistd.h580 off_t __syscall(quad_t, ...);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1546 * On BSD's use quad_t as a guarantee for getting at least a 64bit sized
1552 # define QUAD_T quad_t

Completed in 106 milliseconds