Searched refs:quad_t (Results 1 – 7 of 7) sorted by relevance
119 typedef int64_t quad_t; typedef120 typedef quad_t * qaddr_t;189 typedef quad_t rlim_t; /* resource limit */
68 typedef __int64_t quad_t; typedef69 typedef quad_t *qaddr_t;
74 #define QUAD_MAX ((quad_t)(UQUAD_MAX >> 1))
233 quad_t __syscall(quad_t, ...);
100 flags&QUADINT ? va_arg(ap, quad_t) : \ in __weak_alias()272 if ((quad_t)_uquad < 0) {286 *va_arg(ap, quad_t *) = ret;
51 typedef int64_t quad_t; typedef386 *(va_arg(ap, quad_t *)) = retval; in kvprintf()477 num = va_arg(ap, quad_t); in kvprintf()
2381 quad_t = int64_t variable2382 qaddr_t = POINTER(quad_t)