Home
last modified time | relevance | path

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

12

/f-stack/freebsd/libkern/
H A Dquad.h110 u_quad_t __qdivrem(u_quad_t u, u_quad_t v, u_quad_t *rem);
111 u_quad_t __udivdi3(u_quad_t a, u_quad_t b);
112 u_quad_t __umoddi3(u_quad_t a, u_quad_t b);
113 int __ucmpdi2(u_quad_t a, u_quad_t b);
H A Dudivdi3.c44 u_quad_t
45 __udivdi3(u_quad_t a, u_quad_t b) in __udivdi3()
48 return (__qdivrem(a, b, (u_quad_t *)0)); in __udivdi3()
H A Dumoddi3.c44 u_quad_t
45 __umoddi3(u_quad_t a, u_quad_t b) in __umoddi3()
47 u_quad_t r; in __umoddi3()
H A Dstrtouq.c49 u_quad_t
53 u_quad_t acc; in strtouq()
55 u_quad_t qbase, cutoff; in strtouq()
81 cutoff = (u_quad_t)UQUAD_MAX / qbase; in strtouq()
82 cutlim = (u_quad_t)UQUAD_MAX % qbase; in strtouq()
H A Ddivdi3.c48 u_quad_t ua, ub, uq; in __divdi3()
52 ua = -(u_quad_t)a, neg = 1; in __divdi3()
56 ub = -(u_quad_t)b, neg ^= 1; in __divdi3()
59 uq = __qdivrem(ua, ub, (u_quad_t *)0); in __divdi3()
H A Dmoddi3.c50 u_quad_t ua, ub, ur; in __moddi3()
54 ua = -(u_quad_t)a, neg = 1; in __moddi3()
58 ub = -(u_quad_t)b; in __moddi3()
H A Dstrtoq.c53 u_quad_t acc; in strtoq()
55 u_quad_t qbase, cutoff; in strtoq()
103 cutoff = neg ? (u_quad_t)-(QUAD_MIN + QUAD_MAX) + QUAD_MAX : QUAD_MAX; in strtoq()
H A Ducmpdi2.c46 __ucmpdi2(u_quad_t a, u_quad_t b) in __ucmpdi2()
H A Dqdivrem.c81 u_quad_t
82 __qdivrem(u_quad_t uq, u_quad_t vq, u_quad_t *arq) in __qdivrem()
/f-stack/freebsd/netinet6/
H A Dip6_mroute.h183 u_quad_t pktcnt;
184 u_quad_t bytecnt;
185 u_quad_t wrong_if;
193 u_quad_t icount; /* Input packet count on mif */
194 u_quad_t ocount; /* Output packet count on mif */
195 u_quad_t ibytes; /* Input byte count on mif */
196 u_quad_t obytes; /* Output byte count on mif */
209 u_quad_t m6_bytes_in; /* # bytes in on interface */
224 u_quad_t m6_bytes_in; /* # bytes in on interface */
241 u_quad_t mf6c_pkt_cnt; /* pkt count for src-grp */
[all …]
/f-stack/tools/compat/include/netinet6/
H A Dip6_mroute.h183 u_quad_t pktcnt;
184 u_quad_t bytecnt;
185 u_quad_t wrong_if;
193 u_quad_t icount; /* Input packet count on mif */
194 u_quad_t ocount; /* Output packet count on mif */
195 u_quad_t ibytes; /* Input byte count on mif */
196 u_quad_t obytes; /* Output byte count on mif */
209 u_quad_t m6_bytes_in; /* # bytes in on interface */
224 u_quad_t m6_bytes_in; /* # bytes in on interface */
241 u_quad_t mf6c_pkt_cnt; /* pkt count for src-grp */
[all …]
/f-stack/tools/libutil/
H A Dlogin_cap.c445 static u_quad_t
446 rmultiply(u_quad_t n1, u_quad_t n2) in rmultiply()
448 u_quad_t m, r; in rmultiply()
466 bpw = sizeof(u_quad_t) * 8; in rmultiply()
467 while (((u_quad_t)1 << (bpw-1)) == 0) in rmultiply()
476 for (b1 = bpw; (((u_quad_t)1 << (b1-1)) & n1) == 0; --b1) in rmultiply()
478 for (b2 = bpw; (((u_quad_t)1 << (b2-1)) & n2) == 0; --b2) in rmultiply()
506 if (m >= ((u_quad_t)1 << (bpw-2))) { in rmultiply()
513 + (n2 & 1) * (n1 & ~(u_quad_t)1) in rmultiply()
514 + (n1 & 1) * (n2 & ~(u_quad_t)1); in rmultiply()
[all …]
/f-stack/freebsd/sys/
H A Dlibkern.h99 static __inline u_quad_t uqmax(u_quad_t a, u_quad_t b) { return (a > b ? a : b); } in uqmax()
100 static __inline u_quad_t uqmin(u_quad_t a, u_quad_t b) { return (a < b ? a : b); } in uqmin()
H A Dlockf.h127 int lf_advlock(struct vop_advlock_args *, struct lockf **, u_quad_t);
128 int lf_advlockasync(struct vop_advlockasync_args *, struct lockf **, u_quad_t);
H A Dbuf.h573 int cluster_read(struct vnode *, u_quad_t, daddr_t, long,
576 void cluster_write(struct vnode *, struct buf *, u_quad_t, int, int);
H A Dvnode.h289 u_quad_t va_size; /* file size in bytes */
298 u_quad_t va_bytes; /* bytes of disk space held by file */
299 u_quad_t va_filerev; /* file modification number */
679 u_quad_t init_va_filerev(void);
H A Dtypes.h72 typedef __uint64_t u_quad_t; /* quads (deprecated) */ typedef
/f-stack/freebsd/kern/
H A Dvfs_cluster.c71 static struct buf *cluster_rbuild(struct vnode *vp, u_quad_t filesize,
102 cluster_read(struct vnode *vp, u_quad_t filesize, daddr_t lblkno, long size, in cluster_read()
128 if (((u_quad_t)(lblkno + maxra + 1) * size) > filesize) in cluster_read()
351 cluster_rbuild(struct vnode *vp, u_quad_t filesize, daddr_t lbn, in cluster_rbuild()
367 while ((u_quad_t) size * (lbn + run) > filesize) { in cluster_rbuild()
654 cluster_write(struct vnode *vp, struct buf *bp, u_quad_t filesize, int seqcount, in cluster_write()
700 if (((u_quad_t) bp->b_offset + lblocksize) != filesize || in cluster_write()
759 ((u_quad_t) bp->b_offset + lblocksize) != filesize && in cluster_write()
H A Dsubr_scanf.c91 typedef u_quad_t (*ccfntype)(const char *, char **, int);
538 u_quad_t res; in vsscanf()
H A Dsubr_prof.c445 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \
446 (u_quad_t)((prof)->pr_scale)) >> 16) & ~1)
/f-stack/lib/include/sys/
H A Dvnode.h102 u_quad_t va_size; /* file size in bytes */
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode.h187 if (vap->va_size != (u_quad_t)VNOVAL) in vattr_init_mask()
/f-stack/freebsd/i386/i386/
H A Dprof_machdep.c201 u_quad_t event_count; in cputime()
/f-stack/lib/
H A Dff_subr_prf.c437 num = va_arg(ap, u_quad_t); in kvprintf()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h459 u_quad_t ipi_gencnt; /* (l) */

12