/external/chromium_org/third_party/icu/source/test/intltest/ |
itrbnf.cpp | 24 //#include "llong.h" 442 LLAssert(llong(llong::kD32).asDouble() == llong::kD32); 445 LLAssert(llong(0, 1).asDouble() == 1); 446 LLAssert(llong(1, 0).asDouble() == llong::kD32); 447 LLAssert(llong((uint32_t)-1, (uint32_t)-1).asDouble() == -1); 450 LLAssert(llong().asDouble() == 0); 453 LLAssert(llong((int32_t)0).asInt() == (int32_t)0) [all...] |
itrbnf.h | 38 * Perform API tests on llong
|
/external/icu4c/test/intltest/ |
itrbnf.cpp | 24 //#include "llong.h" 443 LLAssert(llong(llong::kD32).asDouble() == llong::kD32); 446 LLAssert(llong(0, 1).asDouble() == 1); 447 LLAssert(llong(1, 0).asDouble() == llong::kD32); 448 LLAssert(llong((uint32_t)-1, (uint32_t)-1).asDouble() == -1); 451 LLAssert(llong().asDouble() == 0); 454 LLAssert(llong((int32_t)0).asInt() == (int32_t)0) [all...] |
itrbnf.h | 38 * Perform API tests on llong
|
/external/openssh/openbsd-compat/ |
bsd-snprintf.c | 130 # define LLONG long long 132 # define LLONG long 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/llvm/test/MC/PowerPC/ |
ppc-llong.s | 8 .llong 0
|
/external/chromium_org/third_party/openssl/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...] |
/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) */ 166 (*fmt == 'd') ? LLONG : 167 (*fmt == 'i') ? LLONG : 168 (*fmt == 'o') ? LLONG : 169 (*fmt == 'u') ? LLONG : 170 (*fmt == 'x') ? LLONG : 184 flags |= LLONG; 190 flags |= LLONG; /* deprecated */ 292 else if (flags & LLONG) 587 else if (flags & LLONG) [all...] |
/ndk/sources/android/support/src/stdio/ |
vfwprintf.c | 161 LLONG, SIZET, IMAX, UMAX, PDIFF, UIPTR, 163 #define LLONG ULLONG 165 #define IMAX LLONG 194 S('d') = LLONG, S('i') = LLONG, 253 break; case LLONG: arg->i = va_arg(*ap, long long);
|
/external/chromium_org/third_party/icu/source/i18n/ |
nfrs.h | 82 // utilities from old llong.h
|
/external/icu4c/i18n/ |
nfrs.h | 77 // utilities from old llong.h
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_snprintf.c | 311 #ifndef LLONG 313 #define LLONG long long int 315 #define LLONG long int 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; [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_snprintf.c | 311 #ifndef LLONG 313 #define LLONG long long int 315 #define LLONG long int 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; [all...] |
/external/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 96 * something other than "long long", #define Llong to be the name, 97 * and if "unsigned Llong" does not work as an unsigned version of 98 * Llong, #define #ULLong to be the corresponding unsigned type. 504 #ifndef Llong 505 #define Llong long long 508 #define ULLong unsigned Llong [all...] |
/external/chromium_org/base/third_party/dmg_fp/ |
dtoa.cc | 96 * something other than "long long", #define Llong to be the name, 97 * and if "unsigned Llong" does not work as an unsigned version of 98 * Llong, #define #ULLong to be the corresponding unsigned type. 510 #ifndef Llong 511 #define Llong long long 514 #define ULLong unsigned Llong [all...] |
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | 597 DEFINE_LOCK_FREE_MACRO(LLONG, LongLong); [all...] |
/external/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | [all...] |