/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
jmp64-1.asm | 4 jc l3 5 l3: label
|
jmp64-2.asm | 4 jc short l3 5 l3: label
|
jmp64-3.asm | 4 jc short l3 6 l3: label
|
jmp64-4.asm | 4 jc l3 6 l3: label
|
jmp64-5.asm | 4 jc l3 6 l3: label
|
jmp64-6.asm | 5 jc short l3 7 l3: label
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
default-arguments.cpp | 19 auto l3 = [](int i = foo) {}; // expected-error{{default argument references local variable 'foo' of enclosing function}} local
|
/external/valgrind/main/none/tests/s390x/ |
clcle.c | 15 register unsigned long l3 asm ("5") = *_l3; 23 :"=d" (cc), "+d" (a1),"+d" (l1), "+d" (a3), "+d" (l3) 29 *_l3 = l3; 37 unsigned long a1,a3,l1,l3; local 40 a1 = (unsigned long) _a1; l1 = _l1; a3 = (unsigned long) _a3; l3 = _l3; 41 cc = clcle(&a1, &l1, &a3, &l3, pad); 42 printf("cc: %d, l1: %lu(%lu) l3: %lu(%lu) diff1: %lu diff3: %lu\n", 43 cc, l1, _l1, l3, _l3, a1-(unsigned long) _a1, a3-(unsigned long) _a3); 47 void multiplex(unsigned long l1, unsigned long l3, char pad) 49 testrun(b1, l1, b1, l3, pad) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock.algorithm/ |
lock.pass.cpp | 12 // template <class L1, class L2, class... L3> 13 // void lock(L1&, L2&, L3&...); 381 L0 l3; local 382 std::lock(l0, l1, l2, l3); 386 assert(l3.locked()); 392 L1 l3; local 393 std::lock(l0, l1, l2, l3); 397 assert(l3.locked()); 403 L0 l3; local 404 std::lock(l0, l1, l2, l3); 414 L0 l3; local 425 L0 l3; local 436 L2 l3; local 454 L0 l3; local 472 L0 l3; local 490 L0 l3; local [all...] |
try_lock.pass.cpp | 12 // template <class L1, class L2, class... L3> 13 // int try_lock(L1&, L2&, L3&...); 462 L0 l3; local 463 assert(std::try_lock(l0, l1, l2, l3) == -1); 467 assert(l3.locked()); 473 L0 l3; local 474 assert(std::try_lock(l0, l1, l2, l3) == 0); 478 assert(!l3.locked()); 484 L0 l3; local 485 assert(std::try_lock(l0, l1, l2, l3) == 1) 495 L0 l3; local 506 L1 l3; local [all...] |
/external/dropbear/libtomcrypt/testprof/ |
pkcs_1_test.c | 9 unsigned long x, y, l1, l2, l3, i1, i2, lparamlen, saltlen, modlen; local 27 l3 = (rand() & 31) + 8; 28 for (y = 0; y < l3; y++) buf[0][y] = rand() & 255; 41 DO(pkcs_1_oaep_encode(buf[0], l3, lparam, lparamlen, modlen, &yarrow_prng, prng_idx, hash_idx, buf[1], &l1)); 47 if (res1 != 1 || l2 != l3 || memcmp(buf[2], buf[0], l3) != 0) { 48 fprintf(stderr, "Outsize == %lu, should have been %lu, res1 = %d, lparamlen = %lu, msg contents follow.\n", l2, l3, res1, lparamlen); 50 for (x = 0; x < l3; x++) { 63 DO(pkcs_1_pss_encode(buf[0], l3, saltlen, &yarrow_prng, prng_idx, hash_idx, modlen, buf[1], &l1)); 64 DO(pkcs_1_pss_decode(buf[0], l3, buf[1], l1, saltlen, hash_idx, modlen, &res1)) [all...] |
/external/eigen/bench/ |
check_cache_queries.cpp | 21 cout << "Eigen's L2/L3 = " << internal::queryTopLevelCacheSize() << endl; 22 int l1, l2, l3; local 23 internal::queryCacheSizes(l1, l2, l3); 24 cout << "Eigen's L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; 43 internal::queryCacheSizes_intel_codes(l1, l2, l3); 44 cout << "Eigen's intel codes L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl; 47 internal::queryCacheSizes_intel_direct(l1, l2, l3); 48 cout << "Eigen's intel direct L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
full_lambda.hpp | 183 typedef lambda< typename if_<is_le,arity_,Arity>::type,Tag2 > l3; typedef in struct:boost::mpl::lambda 185 typedef aux::le_result3<is_le, Tag2, mpl::lambda, l1, l2, l3> le_result_;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
full_lambda.hpp | 243 , typename L1, typename L2, typename L3 248 typename L1::type, typename L2::type, typename L3::type 257 , typename L1, typename L2, typename L3 259 struct le_result3< true_,Tag,F,L1,L2,L3 > 263 , typename L1::result_, typename L2::result_, typename L3::result_ 284 typedef lambda< T3,Tag > l3; typedef in struct:boost::mpl::lambda 288 typedef typename l3::is_le is_le3; 296 is_le, Tag, F, l1, l2, l3 327 , typename L1, typename L2, typename L3, typename L4 332 typename L1::type, typename L2::type, typename L3::typ 370 typedef lambda< T3,Tag > l3; typedef in struct:boost::mpl::lambda 462 typedef lambda< T3,Tag > l3; typedef in struct:boost::mpl::lambda 549 typedef lambda< typename if_< is_le,arity_,Arity >::type, Tag2 > l3; typedef in struct:boost::mpl::lambda [all...] |
/external/libvpx/libvpx/vp8/encoder/x86/ |
denoising_sse2.c | 43 const __m128i l3 = _mm_set1_epi8( local 77 adj = _mm_sub_epi8(l3, adj2);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
FatType.java | 95 final long l3 = data[idx + 2] & 0xFF; local 97 return (l4 << 24) | (l3 << 16) | (l2 << 8) | l1;
|
/external/llvm/unittests/ADT/ |
HashingTest.cpp | 403 const LargeTestInteger l3 = { { local 413 hash_combine(bigarr[0], bigarr[1], l3)); 417 hash_combine(li, bigarr[0], bigarr[1], l3)); 419 hash_combine(bigarr[0], l2, bigarr[9], l3)); 421 hash_combine(bigarr[0], l2, bigarr[9], l3, bigarr[18], bigarr[19]));
|
/bionic/libc/kernel/common/linux/ |
atmsap.h | 109 } l3; member in struct:atm_blli
|
/development/ndk/platforms/android-3/include/linux/ |
atmsap.h | 99 } l3; member in struct:atm_blli
|
/external/iproute2/include/linux/ |
atmsap.h | 44 #define ATM_L3_NONE 0 /* L3 not specified */ 122 unsigned char user; /* user specified l3 information */ 135 } l3; member in struct:atm_blli
|
/external/kernel-headers/original/linux/ |
atmsap.h | 44 #define ATM_L3_NONE 0 /* L3 not specified */ 122 unsigned char user; /* user specified l3 information */ 135 } l3; member in struct:atm_blli
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmsap.h | 44 #define ATM_L3_NONE 0 /* L3 not specified */ 122 unsigned char user; /* user specified l3 information */ 135 } l3; member in struct:atm_blli
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmsap.h | 44 #define ATM_L3_NONE 0 /* L3 not specified */ 122 unsigned char user; /* user specified l3 information */ 135 } l3; member in struct:atm_blli
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmsap.h | 44 #define ATM_L3_NONE 0 /* L3 not specified */ 122 unsigned char user; /* user specified l3 information */ 135 } l3; member in struct:atm_blli
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
atmsap.h | 99 } l3; member in struct:atm_blli
|