Home
last modified time | relevance | path

Searched refs:LLONG (Results 1 – 3 of 3) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-snprintf.c130 # define LLONG long long macro
132 # define LLONG long macro
185 LLONG value, int base, int min, int max, int flags);
193 LLONG value; in dopr()
316 value = va_arg (args, LLONG); in dopr()
330 value = (long)va_arg (args, unsigned LLONG); in dopr()
344 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
360 value = (LLONG)va_arg (args, unsigned LLONG); in dopr()
429 LLONG *num; in dopr()
430 num = va_arg (args, LLONG *); in dopr()
[all …]
/external/openssl/crypto/bio/
Db_print.c120 # define LLONG __int64 macro
122 # define LLONG long long macro
125 #define LLONG long macro
131 LLONG, int, int, int, int);
179 LLONG value; in _dopr()
303 value = va_arg(args, LLONG); in _dopr()
324 value = (LLONG) va_arg(args, in _dopr()
328 value = va_arg(args, unsigned LLONG); in _dopr()
331 value = (LLONG) va_arg(args, in _dopr()
393 LLONG *num; in _dopr()
[all …]
/external/clang/lib/Frontend/
DInitPreprocessor.cpp595 DEFINE_LOCK_FREE_MACRO(LLONG, LongLong); in InitializePredefinedMacros()