Home
last modified time | relevance | path

Searched refs:quad_t (Results 1 – 13 of 13) sorted by last modified time

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1557 # define QUAD_T quad_t
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h664 typedef struct _quad { int val[2]; } quad_t; /* used by UFS */ typedef
665 typedef quad_t quad; /* used by UFS */
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h348 quad_t fs_qbmask; /* ~fs_bmask - for use with quad size */
349 quad_t fs_qfmask; /* ~fs_fmask - for use with quad size */
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dtypes.h57 typedef quad_t LONGLONG_T;
H A Dconf.h848 # define QUAD_T quad_t
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h383 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax()
384 static __inline quad_t qmin(quad_t a, quad_t b) { return (a < b ? a : b); } in qmin()
H A Dquad.h57 _Static_assert(sizeof(quad_t) == sizeof(int) * 2,
65 quad_t q; /* as a (signed) quad */
66 quad_t uq; /* as an unsigned quad */
82 #define QUAD_BITS (sizeof(quad_t) * CHAR_BIT)
98 quad_t __divdi3(quad_t a, quad_t b);
99 quad_t __moddi3(quad_t a, quad_t b);
H A Dprintf.c403 *(va_arg(ap, quad_t *)) = retval; in kvprintf()
518 num = va_arg(ap, quad_t); in kvprintf()
H A Dqdivrem.c303 quad_t
304 __divdi3(quad_t a, quad_t b) in __divdi3()
327 quad_t
328 __moddi3(quad_t a, quad_t b) in __moddi3()
345 quad_t
346 __divmoddi4(quad_t a, quad_t b, quad_t *r) in __divmoddi4()
348 quad_t d; in __divmoddi4()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsignotify.c76 quad_t *tquad = (quad_t *)&snid; in get_sigid()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtypes.h35 typedef long long quad_t; typedef
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h79 typedef __int64_t quad_t; typedef
80 typedef quad_t * qaddr_t;
/illumos-gate/usr/src/boot/include/
H A Dunistd.h580 off_t __syscall(quad_t, ...);