/openbsd/sys/lib/libkern/ |
H A D | quad.h | 61 u_quad_t uq; /* as an unsigned quad */ 104 u_quad_t __fixunsdfdi(double); 105 u_quad_t __fixunssfdi(float); 108 double __floatunsdidf(u_quad_t); 116 u_quad_t __qdivrem(u_quad_t, u_quad_t, u_quad_t *); 118 int __ucmpdi2(u_quad_t, u_quad_t); 119 u_quad_t __udivdi3(u_quad_t, u_quad_t ); 120 u_quad_t __umoddi3(u_quad_t, u_quad_t );
|
H A D | udivdi3.c | 39 u_quad_t 40 __udivdi3(u_quad_t a, u_quad_t b) in __udivdi3() 43 return (__qdivrem(a, b, (u_quad_t *)0)); in __udivdi3()
|
H A D | umoddi3.c | 39 u_quad_t 40 __umoddi3(u_quad_t a, u_quad_t b) in __umoddi3() 42 u_quad_t r; in __umoddi3()
|
H A D | divdi3.c | 43 u_quad_t ua, ub, uq; in __divdi3() 54 uq = __qdivrem(ua, ub, (u_quad_t *)0); in __divdi3()
|
H A D | ucmpdi2.c | 41 __ucmpdi2(u_quad_t a, u_quad_t b) in __ucmpdi2()
|
H A D | qdivrem.c | 63 u_quad_t 64 __qdivrem(u_quad_t uq, u_quad_t vq, u_quad_t *arq) in __qdivrem()
|
/openbsd/lib/libc/quad/ |
H A D | quad.h | 61 u_quad_t uq; /* as an unsigned quad */ 104 u_quad_t __fixunsdfdi(double) __dso_protected; 105 u_quad_t __fixunssfdi(float) __dso_protected; 108 double __floatunsdidf(u_quad_t) __dso_protected; 116 u_quad_t __qdivrem(u_quad_t, u_quad_t, u_quad_t *) __dso_protected; 118 int __ucmpdi2(u_quad_t, u_quad_t) __dso_protected; 119 u_quad_t __udivdi3(u_quad_t, u_quad_t ) __dso_protected; 120 u_quad_t __umoddi3(u_quad_t, u_quad_t ) __dso_protected;
|
H A D | udivdi3.c | 40 u_quad_t 41 __udivdi3(u_quad_t a, u_quad_t b) in __udivdi3() 44 return (__qdivrem(a, b, (u_quad_t *)0)); in __udivdi3()
|
H A D | umoddi3.c | 40 u_quad_t 41 __umoddi3(u_quad_t a, u_quad_t b) in __umoddi3() 43 u_quad_t r; in __umoddi3()
|
H A D | fixdfdi.c | 48 return ((quad_t)-(u_quad_t)-x); in __fixdfdi() 53 return ((quad_t)(u_quad_t)x); in __fixdfdi()
|
H A D | fixsfdi.c | 50 return ((quad_t)-(u_quad_t)-x); in __fixsfdi() 55 return ((quad_t)(u_quad_t)x); in __fixsfdi()
|
H A D | divdi3.c | 44 u_quad_t ua, ub, uq; in __divdi3() 55 uq = __qdivrem(ua, ub, (u_quad_t *)0); in __divdi3()
|
H A D | ucmpdi2.c | 42 __ucmpdi2(u_quad_t a, u_quad_t b) in __ucmpdi2()
|
H A D | qdivrem.c | 64 u_quad_t 65 __qdivrem(u_quad_t uq, u_quad_t vq, u_quad_t *arq) in __qdivrem()
|
/openbsd/lib/libc/gen/ |
H A D | login_cap.c | 76 static u_quad_t multiply(u_quad_t, u_quad_t); 838 u_quad_t 841 u_quad_t num, num2; in strtosize() 910 u_quad_t 916 return ((u_quad_t)RLIM_INFINITY); in strtolimit() 921 static u_quad_t 922 multiply(u_quad_t n1, u_quad_t n2) in multiply() 925 u_quad_t m; in multiply() 926 u_quad_t r; in multiply() 944 bpw = sizeof(u_quad_t) * 8; in multiply() [all …]
|
/openbsd/sys/sys/ |
H A D | kcore.h | 44 u_quad_t start; /* Physical start address */ 45 u_quad_t size; /* Size in bytes */
|
H A D | vnode.h | 173 u_quad_t va_fileid; /* file id */ 174 u_quad_t va_size; /* file size in bytes */ 182 u_quad_t va_bytes; /* bytes of disk space held by file */ 183 u_quad_t va_filerev; /* file modification number */
|
/openbsd/lib/libc/arch/arm/quad/ |
H A D | fixunssfdi.c | 55 u_quad_t 60 u_quad_t r; in __fixunssfdi()
|
H A D | fixunsdfdi.c | 55 u_quad_t 60 u_quad_t r; in __fixunsdfdi()
|
/openbsd/sys/nfs/ |
H A D | xdr_subs.h | 77 ((((u_quad_t)ntohl(((u_int32_t *)(f))[0])) << 32) | \ 78 (u_quad_t)(ntohl(((u_int32_t *)(f))[1])))
|
/openbsd/usr.sbin/edquota/ |
H A D | edquota.c | 411 (int)(dbtob((u_quad_t)qup->dqblk.dqb_curblocks) / 1024), in writeprivs() 412 (int)(dbtob((u_quad_t)qup->dqblk.dqb_bsoftlimit) / 1024), in writeprivs() 413 (int)(dbtob((u_quad_t)qup->dqblk.dqb_bhardlimit) / 1024)); in writeprivs() 463 dqblk.dqb_curblocks = btodb((u_quad_t) in readprivs() 465 dqblk.dqb_bsoftlimit = btodb((u_quad_t) in readprivs() 467 dqblk.dqb_bhardlimit = btodb((u_quad_t) in readprivs()
|
/openbsd/sys/ufs/ext2fs/ |
H A D | ext2fs_subr.c | 172 ip->i_modrev = (u_quad_t)tv.tv_sec << 32; in ext2fs_vinit() 173 ip->i_modrev |= (u_quad_t)tv.tv_usec * 4294; in ext2fs_vinit()
|
/openbsd/sys/arch/sparc64/include/ |
H A D | limits.h | 48 #define UQUAD_MAX ((u_quad_t)0-1) /* max value for a uquad_t */
|
/openbsd/sys/arch/hppa/include/ |
H A D | limits.h | 47 #define UQUAD_MAX ((u_quad_t)0-1) /* max value for a uquad_t */
|
/openbsd/sys/arch/m88k/include/ |
H A D | limits.h | 46 #define UQUAD_MAX ((u_quad_t)0-1) /* max value for a uquad_t */
|