/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
mlos_linux.c | 186 return (long)((tv.tv_sec * 1000000LL + tv.tv_usec) / 1000LL);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/ |
ratio_divide.pass.cpp | 56 static_assert(R::num == 630992477165LL && R::den == 127339199162436LL, "");
|
ratio_multiply.pass.cpp | 56 static_assert(R::num == 15519594064236LL && R::den == 5177331081415LL, "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cast/ |
duration_cast.pass.cpp | 40 test(std::chrono::milliseconds(7265000), std::chrono::microseconds(7265000000LL)); 41 test(std::chrono::milliseconds(7265000), std::chrono::nanoseconds(7265000000000LL));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/ |
time_point_cast.pass.cpp | 42 test(std::chrono::milliseconds(7265000), std::chrono::microseconds(7265000000LL)); 43 test(std::chrono::milliseconds(7265000), std::chrono::nanoseconds(7265000000000LL));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
limits.h | 105 # define LLONG_MAX 9223372036854775807LL 106 # define LLONG_MIN (-LLONG_MAX - 1LL)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
limits.h | 105 # define LLONG_MAX 9223372036854775807LL 106 # define LLONG_MIN (-LLONG_MAX - 1LL)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
limits.h | 105 # define LLONG_MAX 9223372036854775807LL 106 # define LLONG_MIN (-LLONG_MAX - 1LL)
|
/prebuilts/sdk/renderscript/clang-include/ |
limits.h | 98 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL) 113 #define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL)
|
/external/chromium_org/sync/syncable/ |
directory_backing_store_unittest.cc | 97 #define LEGACY_META_PROTO_TIMES_1 129079956640320000LL 98 #define LEGACY_META_PROTO_TIMES_2 128976886618480000LL 99 #define LEGACY_META_PROTO_TIMES_4 129002163642690000LL 100 #define LEGACY_META_PROTO_TIMES_5 129001555500000000LL 101 #define LEGACY_META_PROTO_TIMES_6 129053976170000000LL 102 #define LEGACY_META_PROTO_TIMES_7 128976864758480000LL 103 #define LEGACY_META_PROTO_TIMES_8 128976864758480000LL 104 #define LEGACY_META_PROTO_TIMES_9 128976864758480000LL 105 #define LEGACY_META_PROTO_TIMES_10 128976864758480000LL 106 #define LEGACY_META_PROTO_TIMES_11 129079956948440000LL [all...] |
/external/llvm/unittests/ADT/ |
APIntTest.cpp | 225 EXPECT_EQ(APInt(32, uint64_t(-0LL)), APInt(32, "-0", 2)); 226 EXPECT_EQ(APInt(32, uint64_t(-1LL)), APInt(32, "-1", 2)); 227 EXPECT_EQ(APInt(32, uint64_t(-2LL)), APInt(32, "-10", 2)); 228 EXPECT_EQ(APInt(32, uint64_t(-3LL)), APInt(32, "-11", 2)); 229 EXPECT_EQ(APInt(32, uint64_t(-4LL)), APInt(32, "-100", 2)); 246 EXPECT_EQ(APInt(32, uint64_t(-0LL)), APInt(32, "-0", 8)); 247 EXPECT_EQ(APInt(32, uint64_t(-1LL)), APInt(32, "-1", 8)); 248 EXPECT_EQ(APInt(32, uint64_t(-7LL)), APInt(32, "-7", 8)); 249 EXPECT_EQ(APInt(32, uint64_t(-8LL)), APInt(32, "-10", 8)); 250 EXPECT_EQ(APInt(32, uint64_t(-15LL)), APInt(32, "-17", 8)) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
ll-star.rb | 24 * alternatives is not LL(k) for a fixed k. However, it is 25 * LL(*). The LL(*) algorithm simply scans ahead until it sees 119 example "parsing with a LL(*) grammar" do
|
/external/compiler-rt/test/Unit/ppc/ |
fixtfdi_test.c | 21 { 0.0, 0.0, 0LL }, 22 { -0.0, 0.0, 0LL }, 23 { 1.0, 0.0, 1LL }, 24 { -1.0, 0.0, -1LL }, 25 { 2.0, 0.0, 2LL }, 26 { -2.0, 0.0, -2LL }, 27 { 3.0, 0.0, 3LL }, 28 { -3.0, 0.0, -3LL }, 29 { 4.0, 0.0, 4LL }, 30 { -4.0, 0.0, -4LL }, [all...] |
/external/chromium/base/ |
port.h | 16 #define GG_LONGLONG(x) x##LL
|
/external/chromium_org/base/ |
port.h | 15 #define GG_LONGLONG(x) x##LL
|
/external/chromium_org/third_party/cld/base/ |
port.h | 15 #define GG_LONGLONG(x) x##LL
|
/external/clang/test/CodeGen/ |
blocks.c | 51 long long ll = 0; 53 f4_helper(^{ if (b) return ll; return 0LL; });
|
ppc64-complex-parms.c | 169 foo_long_long(2LL - 3LLi);
|
/external/clang/test/FixIt/ |
fixit.c | 72 LL // expected-warning {{unused label}}
|
/external/clang/test/Sema/ |
128bitint.c | 9 int a[(u128)-1 > 1LL ? 1 : -1];
|
shift.c | 52 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2);
|
types.c | 41 extern int i[1LL];
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
basic_types.h | 47 #define INT64_C(x) x ## LL 52 #define INT64_F "ll"
|
/external/llvm/test/MC/AsmParser/ |
directive_values.s | 29 .quad 4294967295LL+1
|
/external/stressapptest/src/ |
sattypes.h | 191 static const int kMegabyte = (1024LL*1024LL); 194 static const int kSatPageSize = (1024LL*1024LL);
|