Lines Matching defs:LLONG
311 #ifndef LLONG313 #define LLONG long long int315 #define LLONG long int317 #endif /* !defined(LLONG) */324 #define INTMAX_T LLONG468 LLONG *llongptr;642 value = va_arg(args, LLONG);808 llongptr = va_arg(args, LLONG *);809 *llongptr = (LLONG)len;