Searched defs:LLONG (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/openssl/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);
179 LLONG value;
303 value = va_arg(args, LLONG);
324 value = (LLONG) va_arg(args,
328 value = va_arg(args, unsigned LLONG);
331 value = (LLONG) va_arg(args,
393 LLONG *nu
[all...]
/external/openssh/openbsd-compat/
H A 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;
316 value = va_arg (args, LLONG);
330 value = (long)va_arg (args, unsigned LLONG);
344 value = (LLONG)va_arg (args, unsigned LLONG);
360 value = (LLONG)va_arg (args, unsigned LLONG);
[all...]
/external/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);
179 LLONG value;
303 value = va_arg(args, LLONG);
324 value = (LLONG) va_arg(args,
328 value = va_arg(args, unsigned LLONG);
331 value = (LLONG) va_arg(args,
393 LLONG *nu
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c311 #ifndef LLONG
313 #define LLONG long long int macro
315 #define LLONG long int macro
317 #endif /* !defined(LLONG) */
324 #define INTMAX_T LLONG
468 LLONG *llongptr;
642 value = va_arg(args, LLONG);
808 llongptr = va_arg(args, LLONG *);
809 *llongptr = (LLONG)len;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c311 #ifndef LLONG
313 #define LLONG long long int macro
315 #define LLONG long int macro
317 #endif /* !defined(LLONG) */
324 #define INTMAX_T LLONG
468 LLONG *llongptr;
642 value = va_arg(args, LLONG);
808 llongptr = va_arg(args, LLONG *);
809 *llongptr = (LLONG)len;

Completed in 68 milliseconds