/prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/ |
addrspace.h | 34 #define _CONST64_(x) x ## LL
|
/prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/ |
addrspace.h | 34 #define _CONST64_(x) x ## LL
|
/prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/ |
addrspace.h | 34 #define _CONST64_(x) x ## LL
|
/prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/asm/ |
addrspace.h | 34 #define _CONST64_(x) x ## LL
|
/prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/asm/ |
addrspace.h | 34 #define _CONST64_(x) x ## LL
|
/prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/asm/ |
addrspace.h | 34 #define _CONST64_(x) x ## LL
|
/prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/asm/ |
addrspace.h | 34 #define _CONST64_(x) x ## LL
|
/prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/asm/ |
addrspace.h | 34 #define _CONST64_(x) x ## LL
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/ |
addrspace.h | 34 #define _CONST64_(x) x ## LL
|
/system/core/libbacktrace/ |
GetPss.cpp | 27 #define _BITS(x, offset, bits) (((x) >> (offset)) & ((1LL << (bits)) - 1))
|
/external/clang/test/Sema/ |
constant-builtins-2.c | 140 char popcount8[__builtin_popcountll(0LL) == 0 ? 1 : -1]; 142 char popcount10[__builtin_popcountll(~0LL) == BITSIZE(long long) ? 1 : -1]; 153 char parity10[__builtin_parityll(1LL << (BITSIZE(long long) - 1)) == 1 ? 1 : -1];
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_format_interceptor_test.cc | 41 static const unsigned LL = sizeof(long long); 115 testScanf("%llu", 1, LL); 116 testScanf("%qd", 1, LL);
|
/frameworks/rs/ |
rsCppUtils.h | 81 return nsecs_t(t.tv_sec)*1000000000LL + t.tv_nsec; 87 return nsecs_t(t.tv_sec)*1000000000LL + nsecs_t(t.tv_usec)*1000LL;
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
SystemZAsmParser.cpp | 343 bool isU32Imm() const { return isImm(0, (1LL << 32) - 1); } 344 bool isS32Imm() const { return isImm(-(1LL << 31), (1LL << 31) - 1); } 474 return parsePCRel(Operands, -(1LL << 16), (1LL << 16) - 1, false); 477 return parsePCRel(Operands, -(1LL << 32), (1LL << 32) - 1, false); 480 return parsePCRel(Operands, -(1LL << 16), (1LL << 16) - 1, true); 483 return parsePCRel(Operands, -(1LL << 32), (1LL << 32) - 1, true) [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/ |
i64operations.c | 4 int64_t tval_a = 1234567890003LL; 5 int64_t tval_b = 2345678901235LL; 6 int64_t tval_c = 1234567890001LL; 7 int64_t tval_d = 10001LL; 8 int64_t tval_e = 10000LL; 599 failed += test_i64_sext_i32(-1, -1LL); 600 failed += test_i64_sext_i32(10, 10LL); 602 failed += test_i64_sext_i16(-1, -1LL); 603 failed += test_i64_sext_i16(10, 10LL); 605 failed += test_i64_sext_i8(-1, -1LL); [all...] |
/frameworks/av/media/libstagefright/ |
FLACExtractor.cpp | 111 return readBuffer(false, 0LL); 501 mCurrentPos(0LL), 624 (getTotalSamples() * 1000000LL) / getSampleRate()); 702 int64_t timeUs = (1000000LL * sampleNumber) / getSampleRate(); 767 if (seekTimeUs <= 0LL) { 768 sample = 0LL; 771 sample = (seekTimeUs * mParser->getSampleRate()) / 1000000LL;
|
/hardware/invensense/6515/libsensors_iio/ |
MPLSensor.cpp | 530 mDelays[i] = 1000000000LL; 531 mBatchDelays[i] = 1000000000LL; 532 mBatchTimeouts[i] = 100000000000LL; 815 inv_set_accel_orientation_and_scale(orient, 1LL << 22); [all...] |
/hardware/invensense/65xx/libsensors_iio/ |
MPLSensor.cpp | 80 #define HW_GYRO_RATE_NS (1000000000LL / rate_request) // to Hz 87 #define HW_COMPASS_RATE_HZ (1000000000LL / hertz_request) 89 #define RATE_200HZ 5000000LL 90 #define RATE_15HZ 66667000LL 91 #define RATE_5HZ 200000000LL 599 mDelays[i] = 1000000000LL; 600 mBatchDelays[i] = 1000000000LL; 601 mBatchTimeouts[i] = 100000000000LL; 873 inv_set_accel_orientation_and_scale(orient, 1LL << 22); [all...] |
/external/stressapptest/src/ |
os.cc | 160 if (!(frame & (1LL << 63)) || (frame & (1LL << 62))) 164 return frame | ((uintptr_t)vaddr & ((1LL << shift) - 1)); 428 if (physsize < 2048LL * kMegabyte) { 508 if ((length >= 1400LL * kMegabyte) && (address_mode_ == 32)) { 643 if ((length >= 1499LL * kMegabyte) && (address_mode_ == 32)) {
|
/frameworks/wilhelm/src/android/ |
android_GenericPlayer.cpp | 632 delayUs = (mMarkerPositionMs - positionMs) * 1000LL; 675 trialDelayUs = (nextVirtualMarkerMs - positionMs) * 1000LL; 700 if (delayUs < 20000LL) { 701 delayUs = 20000LL; 704 if (delayUs > 60000000LL) { 705 delayUs = 60000000LL;
|
/system/extras/ext4_utils/ |
ext4_utils.c | 595 num *= 1024LL; 597 num *= 1024LL * 1024LL; 599 num *= 1024LL * 1024LL * 1024LL;
|
/external/llvm/lib/Support/ |
ScaledNumber.cpp | 28 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); 31 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
|
/external/protobuf/src/google/protobuf/stubs/ |
time.cc | 19 static const int64 kSecondsFromEraToEpoch = 62135596800LL; 21 static const int64 kMinTime = -62135596800LL; // 0001-01-01T00:00:00 22 static const int64 kMaxTime = 253402300799LL; // 9999-12-31T23:59:59
|
/bionic/linker/tests/ |
linker_sleb128_test.cpp | 108 EXPECT_EQ(static_cast<uint64_t>(-9223372036854775807LL - 1), decoder.pop_front());
|
/development/ndk/platforms/android-16/include/ |
stdlib.h | 96 return (__n < 0LL) ? -__n : __n;
|