Home
last modified time | relevance | path

Searched refs:quad_t (Results 1 – 25 of 32) sorted by relevance

12

/f-stack/freebsd/libkern/
H A Dquad.h68 quad_t q; /* as a (signed) quad */
69 quad_t uq; /* as an unsigned quad */
85 #define QUAD_BITS (sizeof(quad_t) * CHAR_BIT)
104 quad_t __ashldi3(quad_t, qshift_t);
105 quad_t __ashrdi3(quad_t, qshift_t);
106 int __cmpdi2(quad_t a, quad_t b);
107 quad_t __divdi3(quad_t a, quad_t b);
108 quad_t __lshrdi3(quad_t, qshift_t);
109 quad_t __moddi3(quad_t a, quad_t b);
H A Dmoddi3.c47 quad_t
48 __moddi3(quad_t a, quad_t b) in __moddi3()
H A Ddivdi3.c45 quad_t
46 __divdi3(quad_t a, quad_t b) in __divdi3()
H A Dcmpdi2.c47 __cmpdi2(quad_t a, quad_t b) in __cmpdi2()
H A Dlshrdi3.c44 quad_t
45 __lshrdi3(quad_t a, qshift_t shift) in __lshrdi3()
H A Dashrdi3.c44 quad_t
45 __ashrdi3(quad_t a, qshift_t shift) in __ashrdi3()
H A Dashldi3.c45 quad_t
47 quad_t a; in __ashldi3()
H A Dstrtoq.c49 quad_t
/f-stack/freebsd/libkern/arm/
H A Dmuldi3.c106 static quad_t __lmulq(u_int, u_int);
108 quad_t __muldi3(quad_t, quad_t);
109 quad_t
110 __muldi3(quad_t a, quad_t b) in __muldi3()
193 static quad_t
/f-stack/freebsd/sys/
H A Dlibkern.h97 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax()
98 static __inline quad_t qmin(quad_t a, quad_t b) { return (a < b ? a : b); } in qmin()
117 static __inline quad_t qabs(quad_t a) { return (a < 0 ? -a : a); } in qabs()
H A Dtypes.h73 typedef __int64_t quad_t; typedef
74 typedef quad_t * qaddr_t;
H A Dkernel.h413 quad_t *var;
H A Dsystm.h337 quad_t strtoq(const char *, char **, int);
473 int getenv_quad(const char *name, quad_t *data);
/f-stack/lib/
H A Dff_kern_environment.c129 quad_t tmp; in getenv_int()
144 quad_t tmp; in getenv_uint()
159 quad_t tmp; in getenv_long()
174 quad_t tmp; in getenv_ulong()
187 getenv_quad(const char *name, quad_t *data) in getenv_quad()
191 quad_t iv; in getenv_quad()
H A Dff_subr_prf.c364 *(va_arg(ap, quad_t *)) = retval; in kvprintf()
455 num = va_arg(ap, quad_t); in kvprintf()
/f-stack/freebsd/i386/include/
H A Dperfmon.h88 quad_t pmcd_value;
93 quad_t pmct_value;
112 int perfmon_read(int, quad_t *);
/f-stack/freebsd/kern/
H A Dkern_environment.c813 quad_t tmp; in getenv_int()
828 quad_t tmp; in getenv_uint()
843 quad_t tmp; in getenv_int64()
858 quad_t tmp; in getenv_uint64()
873 quad_t tmp; in getenv_long()
888 quad_t tmp; in getenv_ulong()
901 getenv_quad(const char *name, quad_t *data) in getenv_quad()
905 quad_t iv; in getenv_quad()
H A Dsubr_scanf.c271 *va_arg(ap, quad_t *) = nread; in vsscanf()
552 *va_arg(ap, quad_t *) = res; in vsscanf()
H A Dkern_mbuf.c124 static quad_t maxmbufmem; /* overall real memory limit for all mbufs */
139 quad_t realmem; in tunable_mbinit()
147 realmem = qmin((quad_t)physmem * PAGE_SIZE, vm_kmem_size); in tunable_mbinit()
149 realmem = (quad_t)physmem * PAGE_SIZE; in tunable_mbinit()
H A Dkern_xxx.c149 quad_t pad14;
H A Dsubr_prf.c793 (void)va_arg(ap, quad_t *); in kvprintf()
889 num = va_arg(ap, quad_t); in kvprintf()
/f-stack/freebsd/i386/i386/
H A Dperfmon.c53 static quad_t pmc_shadow[NPMC]; /* used when ctr is stopped on P5 */
213 perfmon_read(int pmc, quad_t *val) in perfmon_read()
269 quad_t newval = 0; in writectl5()
H A Dinitcpu.c856 quad_t size; in enable_K6_wt_alloc()
906 quad_t size; in enable_K6_2_wt_alloc()
H A Dtrap.c1080 params += sizeof(quad_t); in cpu_fetch_syscall_args()
/f-stack/freebsd/amd64/ia32/
H A Dia32_syscall.c177 params += sizeof(quad_t); in ia32_fetch_syscall_args()

12