Home
last modified time | relevance | path

Searched refs:u_quad_t (Results 1 – 25 of 66) sorted by relevance

123

/openbsd/sys/lib/libkern/
H A Dquad.h61 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 Dudivdi3.c39 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 Dumoddi3.c39 u_quad_t
40 __umoddi3(u_quad_t a, u_quad_t b) in __umoddi3()
42 u_quad_t r; in __umoddi3()
H A Ddivdi3.c43 u_quad_t ua, ub, uq; in __divdi3()
54 uq = __qdivrem(ua, ub, (u_quad_t *)0); in __divdi3()
H A Ducmpdi2.c41 __ucmpdi2(u_quad_t a, u_quad_t b) in __ucmpdi2()
H A Dqdivrem.c63 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 Dquad.h61 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 Dudivdi3.c40 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 Dumoddi3.c40 u_quad_t
41 __umoddi3(u_quad_t a, u_quad_t b) in __umoddi3()
43 u_quad_t r; in __umoddi3()
H A Dfixdfdi.c48 return ((quad_t)-(u_quad_t)-x); in __fixdfdi()
53 return ((quad_t)(u_quad_t)x); in __fixdfdi()
H A Dfixsfdi.c50 return ((quad_t)-(u_quad_t)-x); in __fixsfdi()
55 return ((quad_t)(u_quad_t)x); in __fixsfdi()
H A Ddivdi3.c44 u_quad_t ua, ub, uq; in __divdi3()
55 uq = __qdivrem(ua, ub, (u_quad_t *)0); in __divdi3()
H A Ducmpdi2.c42 __ucmpdi2(u_quad_t a, u_quad_t b) in __ucmpdi2()
H A Dqdivrem.c64 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 Dlogin_cap.c76 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 Dkcore.h44 u_quad_t start; /* Physical start address */
45 u_quad_t size; /* Size in bytes */
H A Dvnode.h173 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 Dfixunssfdi.c55 u_quad_t
60 u_quad_t r; in __fixunssfdi()
H A Dfixunsdfdi.c55 u_quad_t
60 u_quad_t r; in __fixunsdfdi()
/openbsd/sys/nfs/
H A Dxdr_subs.h77 ((((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 Dedquota.c411 (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 Dext2fs_subr.c172 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 Dlimits.h48 #define UQUAD_MAX ((u_quad_t)0-1) /* max value for a uquad_t */
/openbsd/sys/arch/hppa/include/
H A Dlimits.h47 #define UQUAD_MAX ((u_quad_t)0-1) /* max value for a uquad_t */
/openbsd/sys/arch/m88k/include/
H A Dlimits.h46 #define UQUAD_MAX ((u_quad_t)0-1) /* max value for a uquad_t */

123