HomeSort by relevance Sort by last modified time
    Searched refs:LLONG (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bio/
b_print.c 120 # define LLONG __int64
122 # define LLONG long long
125 #define LLONG long
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 *num
    [all...]
  /bionic/libc/stdio/
vfscanf.c 55 #define LLONG 0x00010 /* ll: long long (+ deprecated q: quad) */
175 flags |= LLONG;
181 flags |= LLONG; /* deprecated */
283 else if (flags & LLONG)
577 else if (flags & LLONG)

Completed in 1330 milliseconds