Searched refs:LLONG (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c130 # define LLONG long long macro
132 # define LLONG long macro
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 *);
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Db_print.c120 # define LLONG __int64 macro
122 # define LLONG long long macro
125 # define LLONG long macro
131 LLONG, int, int, int, int);
175 LLONG value;
300 value = va_arg(args, LLONG);
322 value = (LLONG) va_arg(args, unsigned long int);
325 value = va_arg(args, unsigned LLONG);
328 value = (LLONG) va_arg(args, unsigned int);
394 LLONG *nu
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsnprintf.c411 #ifndef LLONG
413 #define LLONG long long int macro
415 #define LLONG long int macro
417 #endif /* !defined(LLONG) */
424 #define INTMAX_T LLONG
562 LLONG *llongptr;
736 value = va_arg(args, LLONG);
903 llongptr = va_arg(args, LLONG *);
904 *llongptr = (LLONG)len;
2007 LLONG llong_va
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp669 DEFINE_LOCK_FREE_MACRO(LLONG, LongLong);

Completed in 108 milliseconds