| /f-stack/freebsd/libkern/ |
| H A D | quad.h | 68 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 D | moddi3.c | 47 quad_t 48 __moddi3(quad_t a, quad_t b) in __moddi3()
|
| H A D | divdi3.c | 45 quad_t 46 __divdi3(quad_t a, quad_t b) in __divdi3()
|
| H A D | cmpdi2.c | 47 __cmpdi2(quad_t a, quad_t b) in __cmpdi2()
|
| H A D | lshrdi3.c | 44 quad_t 45 __lshrdi3(quad_t a, qshift_t shift) in __lshrdi3()
|
| H A D | ashrdi3.c | 44 quad_t 45 __ashrdi3(quad_t a, qshift_t shift) in __ashrdi3()
|
| H A D | ashldi3.c | 45 quad_t 47 quad_t a; in __ashldi3()
|
| H A D | strtoq.c | 49 quad_t
|
| /f-stack/freebsd/libkern/arm/ |
| H A D | muldi3.c | 106 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 D | libkern.h | 97 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 D | types.h | 73 typedef __int64_t quad_t; typedef 74 typedef quad_t * qaddr_t;
|
| H A D | kernel.h | 413 quad_t *var;
|
| H A D | systm.h | 337 quad_t strtoq(const char *, char **, int); 473 int getenv_quad(const char *name, quad_t *data);
|
| /f-stack/lib/ |
| H A D | ff_kern_environment.c | 129 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 D | ff_subr_prf.c | 364 *(va_arg(ap, quad_t *)) = retval; in kvprintf() 455 num = va_arg(ap, quad_t); in kvprintf()
|
| /f-stack/freebsd/i386/include/ |
| H A D | perfmon.h | 88 quad_t pmcd_value; 93 quad_t pmct_value; 112 int perfmon_read(int, quad_t *);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_environment.c | 813 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 D | subr_scanf.c | 271 *va_arg(ap, quad_t *) = nread; in vsscanf() 552 *va_arg(ap, quad_t *) = res; in vsscanf()
|
| H A D | kern_mbuf.c | 124 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 D | kern_xxx.c | 149 quad_t pad14;
|
| H A D | subr_prf.c | 793 (void)va_arg(ap, quad_t *); in kvprintf() 889 num = va_arg(ap, quad_t); in kvprintf()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | perfmon.c | 53 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 D | initcpu.c | 856 quad_t size; in enable_K6_wt_alloc() 906 quad_t size; in enable_K6_2_wt_alloc()
|
| H A D | trap.c | 1080 params += sizeof(quad_t); in cpu_fetch_syscall_args()
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_syscall.c | 177 params += sizeof(quad_t); in ia32_fetch_syscall_args()
|