/external/clang/test/Sema/ |
arm64-inline-asm.c | 4 asm volatile("USE(%0)" :: "z"(0LL)); 5 asm volatile("USE(%x0)" :: "z"(0LL));
|
const-eval-64.c | 7 EVAL_EXPR(1, ((char*)-1LL) + 1 == 0 ? 1 : -1) 8 EVAL_EXPR(2, ((char*)-1LL) + 1 < (char*) -1 ? 1 : -1)
|
/external/compiler-rt/test/builtins/Unit/ |
muldi3_test.c | 42 if (test__muldi3(0, 81985529216486895LL, 0)) 44 if (test__muldi3(81985529216486895LL, 0, 0)) 55 if (test__muldi3(0, -81985529216486895LL, 0)) 57 if (test__muldi3(-81985529216486895LL, 0, 0)) 66 if (test__muldi3(1, 81985529216486895LL, 81985529216486895LL)) 68 if (test__muldi3(81985529216486895LL, 1, 81985529216486895LL)) 77 if (test__muldi3(1, -81985529216486895LL, -81985529216486895LL)) [all...] |
mulvdi3_test.c | 44 if (test__mulvdi3(0, 81985529216486895LL, 0)) 46 if (test__mulvdi3(81985529216486895LL, 0, 0)) 57 if (test__mulvdi3(0, -81985529216486895LL, 0)) 59 if (test__mulvdi3(-81985529216486895LL, 0, 0)) 68 if (test__mulvdi3(1, 81985529216486895LL, 81985529216486895LL)) 70 if (test__mulvdi3(81985529216486895LL, 1, 81985529216486895LL)) 79 if (test__mulvdi3(1, -81985529216486895LL, -81985529216486895LL)) [all...] |
mulodi4_test.c | 47 if (test__mulodi4(0, 81985529216486895LL, 0, 0)) 49 if (test__mulodi4(81985529216486895LL, 0, 0, 0)) 60 if (test__mulodi4(0, -81985529216486895LL, 0, 0)) 62 if (test__mulodi4(-81985529216486895LL, 0, 0, 0)) 71 if (test__mulodi4(1, 81985529216486895LL, 81985529216486895LL, 0)) 73 if (test__mulodi4(81985529216486895LL, 1, 81985529216486895LL, 0)) 82 if (test__mulodi4(1, -81985529216486895LL, -81985529216486895LL, 0) [all...] |
multi3_test.c | 59 if (test__multi3(0, 81985529216486895LL, 0)) 61 if (test__multi3(81985529216486895LL, 0, 0)) 72 if (test__multi3(0, -81985529216486895LL, 0)) 74 if (test__multi3(-81985529216486895LL, 0, 0)) 83 if (test__multi3(1, 81985529216486895LL, 81985529216486895LL)) 85 if (test__multi3(81985529216486895LL, 1, 81985529216486895LL)) 94 if (test__multi3(1, -81985529216486895LL, -81985529216486895LL)) [all...] |
mulvti3_test.c | 61 if (test__mulvti3(0, 81985529216486895LL, 0)) 63 if (test__mulvti3(81985529216486895LL, 0, 0)) 74 if (test__mulvti3(0, -81985529216486895LL, 0)) 76 if (test__mulvti3(-81985529216486895LL, 0, 0)) 85 if (test__mulvti3(1, 81985529216486895LL, 81985529216486895LL)) 87 if (test__mulvti3(81985529216486895LL, 1, 81985529216486895LL)) 96 if (test__mulvti3(1, -81985529216486895LL, -81985529216486895LL)) [all...] |
muloti4_test.c | 81 if (test__muloti4(0, 81985529216486895LL, 0, 0)) 83 if (test__muloti4(81985529216486895LL, 0, 0, 0)) 94 if (test__muloti4(0, -81985529216486895LL, 0, 0)) 96 if (test__muloti4(-81985529216486895LL, 0, 0, 0)) 105 if (test__muloti4(1, 81985529216486895LL, 81985529216486895LL, 0)) 107 if (test__muloti4(81985529216486895LL, 1, 81985529216486895LL, 0)) 116 if (test__muloti4(1, -81985529216486895LL, -81985529216486895LL, 0) [all...] |
/external/clang/test/Parser/ |
extension.c | 17 __extension__ (j = 10LL); 18 __extension__ j = 10LL; /* expected-warning {{'long long' is an extension}} */
|
/external/elfutils/tests/ |
testfile_const_type.c | 13 return f1 (4LL) - f1 (4LL);
|
/external/clang/test/Preprocessor/ |
expr_usual_conversions.c | 3 #define INTMAX_MIN (-9223372036854775807LL -1)
|
/external/cros/system_api/constants/ |
cryptohome.h | 13 const int64_t kMinFreeSpaceInBytes = 512 * 1LL << 20;
|
/external/google-benchmark/src/ |
sleep.h | 7 const int64_t kNumMillisPerSecond = 1000LL; 8 const int64_t kNumMicrosPerMilli = 1000LL; 9 const int64_t kNumMicrosPerSecond = kNumMillisPerSecond * 1000LL; 10 const int64_t kNumNanosPerMicro = 1000LL;
|
/external/libcxx/utils/google-benchmark/src/ |
sleep.h | 7 const int64_t kNumMillisPerSecond = 1000LL; 8 const int64_t kNumMicrosPerMilli = 1000LL; 9 const int64_t kNumMicrosPerSecond = kNumMillisPerSecond * 1000LL; 10 const int64_t kNumNanosPerMicro = 1000LL;
|
/libcore/ojluni/src/main/native/ |
java_lang_Long.h | 38 #define java_lang_Long_serialVersionUID -8742448824652078965LL 40 #define java_lang_Long_MIN_VALUE -9223372036854775808LL 42 #define java_lang_Long_MAX_VALUE 9223372036854775807LL 46 #define java_lang_Long_serialVersionUID 4290774380558885855LL
|
/external/toybox/generated/ |
tags.h | 76 #define _PS_GID (1LL<<32) 78 #define _PS_GROUP (1LL<<33) 80 #define _PS_RGID (1LL<<34) 82 #define _PS_RGROUP (1LL<<35) 84 #define _PS_TIME (1LL<<36) 86 #define _PS_ELAPSED (1LL<<37) 88 #define _PS_TIME_ (1LL<<38) 90 #define _PS_C (1LL<<39) 92 #define _PS__VSZ (1LL<<40) 94 #define _PS__MEM (1LL<<41 [all...] |
/external/clang/test/Lexer/ |
long-long.cpp | 21 #if 1 > 2LL
|
/hardware/invensense/6515/libsensors_iio/software/core/mpl/ |
quaternion_supervisor.h | 17 #define ACCELERATION_SQUARE_1P5G 9663676416LL 18 #define ACCELERATION_SQUARE_1P2G 6184752906LL
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/ |
quaternion_supervisor.h | 17 #define ACCELERATION_SQUARE_1P5G 9663676416LL 18 #define ACCELERATION_SQUARE_1P2G 6184752906LL
|
/external/clang/test/CodeGen/ |
builtins-ppc-p7.c | 29 long long a = 74LL; 30 long long b = 32LL; 47 long long a = 74LL; 48 long long b = 32LL;
|
/external/clang/test/SemaCXX/ |
warn-c++11-extensions.cpp | 4 -42LL; // expected-warning {{'long long' is a C++11 extension}}
|
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/ |
limits.h | 10 #define __LONG_MIN (-9223372036854775807LL - 1LL) // -(2^63 - 2)
13 #define __LONG_MAX (9223372036854775807LL) // 2^63 - 1
|
/device/linaro/bootloader/edk2/StdLib/Include/x86/ |
limits.h | 50 #define __LLONG_MIN (-9223372036854775807LL - 1LL) // -(2^63 - 1)
53 #define __LLONG_MAX 9223372036854775807LL // 2^63 - 1
|
/external/valgrind/cachegrind/tests/ |
chdir.stderr.exp | 15 LL refs: 16 LL misses: 17 LL miss rate:
|
dlclose.stderr.exp | 15 LL refs: 16 LL misses: 17 LL miss rate:
|