/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/install-tools/include/ |
limits.h | 140 # define LLONG_MIN (-LLONG_MAX - 1LL) 152 # define LONG_LONG_MIN (-LONG_LONG_MAX - 1LL)
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/ |
limits.h | 140 # define LLONG_MIN (-LLONG_MAX - 1LL) 152 # define LONG_LONG_MIN (-LONG_LONG_MAX - 1LL)
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include-fixed/ |
limits.h | 140 # define LLONG_MIN (-LLONG_MAX - 1LL) 152 # define LONG_LONG_MIN (-LONG_LONG_MAX - 1LL)
|
/toolchain/binutils/binutils-2.25/include/gdb/ |
fileio.h | 93 #define FILEIO_LONG_MIN -9223372036854775808LL 94 #define FILEIO_LONG_MAX 9223372036854775807LL
|
/frameworks/av/services/audioflinger/ |
FastCapture.cpp | 139 mPeriodNs = (frameCount * 1000000000LL) / mSampleRate; // 1.00 140 mUnderrunNs = (frameCount * 1750000000LL) / mSampleRate; // 1.75 141 mOverrunNs = (frameCount * 500000000LL) / mSampleRate; // 0.50 142 mForceNs = (frameCount * 950000000LL) / mSampleRate; // 0.95 143 mWarmupNsMin = (frameCount * 750000000LL) / mSampleRate; // 0.75 144 mWarmupNsMax = (frameCount * 1250000000LL) / mSampleRate; // 1.25
|
/prebuilts/go/darwin-x86/src/runtime/internal/atomic/ |
asm_mips64x.s | 9 #define LL(base, rt) WORD $((060<<26)|((base)<<21)|((rt)<<16)) 29 LL(1, 4) // R4 = *R1 107 LL(2, 1) // R1 = *R2 135 LL(2, 1) // R1 = *R2 196 LL(3, 4) // R4 = *R3 226 LL(3, 4) // R4 = *R3
|
/prebuilts/go/linux-x86/src/runtime/internal/atomic/ |
asm_mips64x.s | 9 #define LL(base, rt) WORD $((060<<26)|((base)<<21)|((rt)<<16)) 29 LL(1, 4) // R4 = *R1 107 LL(2, 1) // R1 = *R2 135 LL(2, 1) // R1 = *R2 196 LL(3, 4) // R4 = *R3 226 LL(3, 4) // R4 = *R3
|
/external/clang/lib/Frontend/ |
ASTUnit.cpp | 206 /// reparses during which we'll skip even trying to precompile the 280 Contexts |= (1LL << CodeCompletionContext::CCC_TopLevel) 281 | (1LL << CodeCompletionContext::CCC_ObjCIvarList) 282 | (1LL << CodeCompletionContext::CCC_ClassStructUnion) 283 | (1LL << CodeCompletionContext::CCC_Statement) 284 | (1LL << CodeCompletionContext::CCC_Type) 285 | (1LL << CodeCompletionContext::CCC_ParenthesizedExpression); 289 Contexts |= (1LL << CodeCompletionContext::CCC_Expression); 294 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCMessageReceiver); 298 Contexts |= (1LL << CodeCompletionContext::CCC_ObjCInterfaceName) [all...] |
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 1385 long2 ll = *c; local 1390 long3 ll = *c; local 1395 long4 ll = *c; local 1400 unsigned long long ll = l; local 1409 ulong2 ll = *c; local 1414 ulong3 ll = *c; local 1419 ulong4 ll = *c; local 1437 long2 ll = *(const long2 *)c; local 1442 long3 ll = *(const long3 *)c; local 1447 long4 ll = *(const long4 *)c; local 1452 ulong2 ll = *(const ulong2 *)c; local 1457 ulong3 ll = *(const ulong3 *)c; local 1462 ulong4 ll = *(const ulong4 *)c; local [all...] |
/external/protobuf/src/google/protobuf/util/ |
time_util_test.cc | 122 EXPECT_EQ(315576000000LL, d.seconds()); 125 EXPECT_EQ(-315576000000LL, d.seconds()); 281 TimeUtil::ToString((one_second - one_nano) * 315576000000LL)); 283 TimeUtil::ToString((one_nano - one_second) * 315576000000LL)); 285 TimeUtil::ToString((one_second - one_nano) * (-315576000000LL))); 290 Duration large = TimeUtil::SecondsToDuration(315576000000LL) - one_nano; 292 EXPECT_EQ("0.999999999s", TimeUtil::ToString(large / 315576000000LL)); 293 EXPECT_EQ("-0.999999999s", TimeUtil::ToString((-large) / 315576000000LL)); 294 EXPECT_EQ("-0.999999999s", TimeUtil::ToString(large / (-315576000000LL)));
|
/hardware/invensense/6515/libsensors_iio/ |
sensors.h | 353 #define HW_GYRO_RATE_NS (1000000000LL / rate_request) // to Hz 360 #define HW_COMPASS_RATE_HZ (1000000000LL / hertz_request) 362 #define RATE_200HZ 5000000LL 363 #define RATE_15HZ 66667000LL 364 #define RATE_5HZ 200000000LL
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
profile-mode.rb | 19 * alternatives is not LL(k) for a fixed k. However, it is 20 * LL(*). The LL(*) algorithm simply scans ahead until it sees
|
/external/clang/test/CodeGenCXX/ |
mangle-ms-templates.cpp | 147 LongLongTemplate<-9223372036854775807LL-1LL> int64_min; 150 LongLongTemplate<9223372036854775807LL> int64_max;
|
/external/llvm/unittests/Support/ |
DataExtractorTest.cpp | 87 EXPECT_EQ(-9182558167379214336LL, DE.getSigned(&offset, 8)); 108 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset)); 116 EXPECT_EQ(-29839268287359830LL, BDE.getSLEB128(&offset));
|
MathExtrasTest.cpp | 127 EXPECT_EQ(-32768LL, minIntN(16)); 128 EXPECT_EQ(-64LL, minIntN(7)); 157 EXPECT_TRUE(isPowerOf2_64(1LL << 46)); 158 EXPECT_TRUE(isPowerOf2_64(1LL << 12)); 159 EXPECT_FALSE(isPowerOf2_64((1LL << 53) + 3)); 180 EXPECT_EQ(63u - i, countLeadingOnes(0xFFFFFFFFFFFFFFFFULL ^ (1LL << i))); 214 EXPECT_EQ(0u, alignTo(~0LL, 8)); 218 EXPECT_EQ(3u, alignTo(~0LL, 8, 3));
|
/frameworks/av/media/libcpustats/ |
ThreadCpuUsage.cpp | 63 long long delta = (ts.tv_sec - mPreviousTs.tv_sec) * 1000000000LL + 108 long long delta = (ts.tv_sec - mPreviousTs.tv_sec) * 1000000000LL + 139 elapsed = (ts.tv_sec - mMonotonicTs.tv_sec) * 1000000000LL +
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/ |
stdint.h | 122 #define INT64_MAX 9223372036854775807LL 243 #define INT64_C(v) (v ## LL) 250 #define INTMAX_C(v) (v ## LL)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
stdint.h | 153 # define __INT64_C(c) c ## LL 296 # define INT64_C(c) c ## LL 314 # define INTMAX_C(c) c ## LL
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
stdint.h | 153 # define __INT64_C(c) c ## LL 296 # define INT64_C(c) c ## LL 314 # define INTMAX_C(c) c ## LL
|
/system/core/libsync/ |
sync_test.c | 58 int ts_sec = pt_info->timestamp_ns / 1000000000LL; 59 int ts_usec = (pt_info->timestamp_ns % 1000000000LL) / 1000LL;
|
/external/libcxx/test/std/utilities/ratio/ratio.arithmetic/ |
ratio_add.pass.cpp | 56 static_assert(R::num == 127970191639601LL && R::den == 5177331081415LL, "");
|
ratio_subtract.pass.cpp | 56 static_assert(R::num == -126708206685271LL && R::den == 5177331081415LL, "");
|
/external/libcxx/test/std/utilities/ratio/ratio.comparison/ |
ratio_less.pass.cpp | 89 typedef std::ratio<1291640, 2694141LL> R2; 93 typedef std::ratio<1291640, 2694141LL> R1;
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/ |
ratio_add.pass.cpp | 56 static_assert(R::num == 127970191639601LL && R::den == 5177331081415LL, "");
|
ratio_subtract.pass.cpp | 56 static_assert(R::num == -126708206685271LL && R::den == 5177331081415LL, "");
|