Searched refs:LL (Results 176 - 200 of 565) sorted by relevance

1234567891011>>

/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediacodeccommon.h83 return webrtc::TickTime::Now().Ticks() / 1000000LL;
/external/tensorflow/tensorflow/core/kernels/
H A Dsummary_image_op.cc36 OP_REQUIRES(context, max_images_tmp < (1LL << 31),
67 tensor.dim_size(0) < (1LL << 31) &&
68 tensor.dim_size(1) < (1LL << 31) &&
69 tensor.dim_size(2) < (1LL << 31) &&
70 (tensor.dim_size(1) * tensor.dim_size(2)) < (1LL << 29),
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp805 ASSERT_EQUAL(345678901234567890LL, fd.decimalDigits);
806 ASSERT_EQUAL(34567890123456789LL, fd.decimalDigitsWithoutTrailingZeros);
817 ASSERT_EQUAL(123456789012345678LL, fd.decimalDigits);
818 ASSERT_EQUAL(123456789012345678LL, fd.decimalDigitsWithoutTrailingZeros);
819 ASSERT_EQUAL(345678901234567890LL, fd.intValue);
867 ASSERT_EQUAL(100000000000000000LL, fd.intValue);
878 ASSERT_EQUAL(50000LL, fd.intValue);
883 fable.setInt64(4503599627370496LL);
890 ASSERT_EQUAL(4503599627370496LL, fd.intValue);
894 fable.setInt64(4503599627370497LL);
[all...]
/external/libmojo/base/android/
H A Djni_array_unittest.cc168 const int64_t kInt64s[] = {0LL, 1LL, -1LL};
196 const int64_t kInt64s[] = {0LL, 1LL, -1LL};
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dpad_insertion.cc61 std::max<int64>(0LL, conv_window.dimensions(i).padding_low()));
63 std::max<int64>(0LL, conv_window.dimensions(i).padding_high()));
95 std::max<int64>(0LL, -conv_window.dimensions(i).padding_low());
97 std::max<int64>(0LL, -conv_window.dimensions(i).padding_high());
347 0LL);
351 std::vector<int64> strides(new_backward_conv->shape().dimensions_size(), 1LL);
/external/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc667 #define LL(x) GOOGLE_LONGLONG(x) macro
696 EXPECT_EQ(ULL(0x000000007FFFFFFE), ZigZagEncode64(LL(0x000000003FFFFFFF)));
697 EXPECT_EQ(ULL(0x000000007FFFFFFF), ZigZagEncode64(LL(0xFFFFFFFFC0000000)));
698 EXPECT_EQ(ULL(0x00000000FFFFFFFE), ZigZagEncode64(LL(0x000000007FFFFFFF)));
699 EXPECT_EQ(ULL(0x00000000FFFFFFFF), ZigZagEncode64(LL(0xFFFFFFFF80000000)));
700 EXPECT_EQ(ULL(0xFFFFFFFFFFFFFFFE), ZigZagEncode64(LL(0x7FFFFFFFFFFFFFFF)));
701 EXPECT_EQ(ULL(0xFFFFFFFFFFFFFFFF), ZigZagEncode64(LL(0x8000000000000000)));
707 EXPECT_EQ(LL(0x000000003FFFFFFF), ZigZagDecode64(ULL(0x000000007FFFFFFE)));
708 EXPECT_EQ(LL(0xFFFFFFFFC0000000), ZigZagDecode64(ULL(0x000000007FFFFFFF)));
709 EXPECT_EQ(LL(
[all...]
/external/boringssl/src/crypto/fipsmodule/des/
H A Dinternal.h218 #define D_ENCRYPT(ks, LL, R, S) \
222 (LL) ^= \
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp103 static_assert((std::is_same<decltype(lldiv(0LL,0LL)), lldiv_t>::value), "");
/external/libffi/testsuite/libffi.call/
H A Dnested_struct3.c61 struct A e_dbl = { 1LL, 7};
62 struct B f_dbl = {{12LL , 127}, 99};
/external/libusb/msvc/
H A Dstdint.h130 #define INT64_MIN (-9223372036854775807LL - 1)
135 #define INT64_MAX 9223372036854775807LL
/external/llvm/include/llvm/Support/
H A DDataTypes.h.cmake72 // GCC is strict about defining large constants: they must have LL modifier.
122 # define INT64_MAX 9223372036854775807LL
H A DDataTypes.h194 # define INT64_MAX 9223372036854775807LL
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dnested_struct3.c61 struct A e_dbl = { 1LL, 7};
62 struct B f_dbl = {{12LL , 127}, 99};
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dnested_struct3.c61 struct A e_dbl = { 1LL, 7};
62 struct B f_dbl = {{12LL , 127}, 99};
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DDataExtractorTest.cpp86 EXPECT_EQ(-9182558167379214336LL, DE.getSigned(&offset, 8));
107 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset));
/external/syslinux/core/fs/xfs/
H A Dxfs_sb.h129 #define XFS_SB_MVAL(x) (1LL << XFS_SBS_ ## x)
148 #define XFS_SB_ALL_BITS ((1LL << XFS_SB_NUM_BITS) - 1)
/external/ImageMagick/MagickCore/
H A Dmagick-type.h35 # define MagickLLConstant(c) (MagickOffsetType) (c ## LL)
/external/clang/test/Analysis/
H A Dswitch-case.c180 case -1U ... 400000000LL:
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp87 struct LL : KK {}; struct in namespace:destructor_tests
104 LL l;
120 const LL& ll = LL();
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h50 #define INT64_C(x) x ## LL
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h50 #define INT64_C(x) x##LL
/external/protobuf/src/google/protobuf/util/
H A Dtime_util.h58 static const int64 kTimestampMinSeconds = -62135596800LL;
60 static const int64 kTimestampMaxSeconds = 253402300799LL;
61 static const int64 kDurationMinSeconds = -315576000000LL;
62 static const int64 kDurationMaxSeconds = 315576000000LL;
/external/strace/tests/
H A Ddelete_module.c57 { -1LL, "O_NONBLOCK|O_TRUNC", 0, -1U & ~(O_NONBLOCK | O_TRUNC)},
H A Dfinit_module.c60 { -1LL, "MODULE_INIT_IGNORE_MODVERSIONS|"
/external/strace/tests-m32/
H A Ddelete_module.c57 { -1LL, "O_NONBLOCK|O_TRUNC", 0, -1U & ~(O_NONBLOCK | O_TRUNC)},

Completed in 1431 milliseconds

1234567891011>>