Searched refs:quad_t (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | quad.h | 57 _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 D | qdivrem.c | 303 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()
|
H A D | stand.h | 379 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() 380 static __inline quad_t qmin(quad_t a, quad_t b) { return (a < b ? a : b); } in qmin()
|
H A D | printf.c | 403 *(va_arg(ap, quad_t *)) = retval; in kvprintf() 518 num = va_arg(ap, quad_t); in kvprintf()
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | types.h | 57 typedef quad_t LONGLONG_T;
|
H A D | conf.h | 848 # define QUAD_T quad_t
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | types.h | 35 typedef long long quad_t; typedef
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | types.h | 79 typedef __int64_t quad_t; typedef 80 typedef quad_t * qaddr_t;
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | signotify.c | 76 quad_t *tquad = (quad_t *)&snid; in get_sigid()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | types.h | 679 typedef struct _quad { int val[2]; } quad_t; /* used by UFS */ typedef 680 typedef quad_t quad; /* used by UFS */
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 348 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/boot/include/ |
H A D | unistd.h | 580 off_t __syscall(quad_t, ...);
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 1559 # define QUAD_T quad_t
|