Home | History | Annotate | Download | only in openbsd-compat

Lines Matching defs:LLONG

130 # define LLONG long long
132 # define LLONG long
326 value = va_arg (args, LLONG);
344 value = (long)va_arg (args, unsigned LLONG);
364 value = (LLONG)va_arg (args, unsigned LLONG);
386 value = (LLONG)va_arg (args, unsigned LLONG);
462 LLONG *num;
463 num = va_arg (args, LLONG *);
464 *num = (LLONG)currlen;
559 unsigned LLONG uvalue;
664 static LLONG ROUND(LDOUBLE value)
666 LLONG intpart;
668 intpart = (LLONG)value;