/external/libffi/testsuite/libffi.call/ |
return_ll1.c | 10 static long long return_ll(int ll0, long long ll1, int ll2) 12 return ll0 + ll1 + ll2; 22 unsigned ll0, ll2; local 29 values[2] = &ll2; 37 ll2 = 11111111; 40 printf("res: %" PRIdLL ", %" PRIdLL "\n", rlonglong, ll0 + ll1 + ll2);
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
return_ll1.c | 10 static long long return_ll(int ll0, long long ll1, int ll2) 12 return ll0 + ll1 + ll2; 22 unsigned ll0, ll2; local 29 values[2] = &ll2; 37 ll2 = 11111111; 40 printf("res: %" PRIdLL ", %" PRIdLL "\n", rlonglong, ll0 + ll1 + ll2);
|
/external/clang/test/CodeGen/ |
atomics-inlining.c | 11 unsigned long long ll1, ll2; variable 30 (void)__atomic_load(&ll1, &ll2, memory_order_seq_cst); 31 (void)__atomic_store(&ll1, &ll2, memory_order_seq_cst);
|
/external/llvm/utils/ |
findoptdiff | 65 ll2="${bc2}.ll"
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
findoptdiff | 65 ll2="${bc2}.ll"
|
/external/swiftshader/third_party/LLVM/utils/ |
findoptdiff | 65 ll2="${bc2}.ll"
|
/external/libyuv/files/util/ |
ssim.cc | 181 const int ll2 = rec[dy2 - x]; local 185 ym += Wxy * (ul2 + ur2 + ll2 + lr2); 187 xym += Wxy * (ul1 * ul2 + ur1 * ur2 + ll1 * ll2 + lr1 * lr2); 188 yym += Wxy * (ul2 * ul2 + ur2 * ur2 + ll2 * ll2 + lr2 * lr2);
|
/cts/tests/tests/view/src/android/view/cts/ |
View_FocusHandlingTest.java | 377 LinearLayout ll2 = new LinearLayout(activity); local 378 ll2.setFocusable(true); 379 ll2.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS); 382 ll2.addView(zeroButInAfter, 40, 0); 383 layout.addView(ll2, 100, 100); 384 assertTrue(ll2.requestFocus()); 390 assertTrue(ll2.isFocused());
|
/external/clang/lib/Headers/ |
__clang_cuda_intrinsics.h | 186 typedef long long ll2 __attribute__((ext_vector_type(2))); typedef 187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr));
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
p7-0x.cpp | 177 unsigned long long ll2 = { 1 }; // OK local
|
/external/fonttools/Tests/ttLib/tables/ |
otConverters_test.py | 393 ll2 = otConverters._LazyList([2]) 395 l3 = ll1 + ll2 417 ll2 = otConverters._LazyList([2]) 419 l3 = l1 + ll2
|
/external/clang/test/CXX/expr/expr.const/ |
p2-0x.cpp | 248 constexpr long long ll2 = ll1 + 1; // expected-error {{constant}} expected-note {{ 9223372036854775808 }} member in namespace:UndefinedBehavior::Overflow
|