Lines Matching refs:LLONG
118 # define LLONG long long macro
120 # define LLONG long macro
314 value = va_arg (args, LLONG); in dopr()
332 value = (long)va_arg (args, unsigned LLONG); in dopr()
352 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
374 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
450 LLONG *num; in dopr()
451 num = va_arg (args, LLONG *); in dopr()
452 *num = (LLONG)currlen; in dopr()
547 unsigned LLONG uvalue; in fmtint()
652 static LLONG ROUND(LDOUBLE value) in ROUND()
654 LLONG intpart; in ROUND()
656 intpart = (LLONG)value; in ROUND()