Searched refs:l3 (Results 1 - 25 of 34) sorted by relevance

12

/external/valgrind/main/none/tests/s390x/
H A Dclcle.c15 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) argument
49 testrun(b1, l1, b1, l3, pa
[all...]
/external/clang/test/SemaCXX/
H A Dexceptions.cpp39 goto l3; // expected-error {{goto into protected scope}}
46 goto l3; // expected-error {{goto into protected scope}}
50 l3:
53 goto l3;
60 goto l3; // expected-error {{goto into protected scope}}
67 goto l3; // expected-error {{goto into protected scope}}
/external/dropbear/libtomcrypt/testprof/
H A Dpkcs_1_test.c9 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, bu
[all...]
/external/eigen/bench/
H A Dcheck_cache_queries.cpp22 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;
50 internal::queryCacheSizes_amd(l1, l2, l3);
51 cout << "Eigen's amd L1, L2, L3 = " << l1 << " " << l2 << " " << l3 << endl;
57 l1 = l2 = l3
[all...]
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
H A DPropertyChangeSupportTest.java76 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp",
79 l3);
87 sup.addPropertyChangeListener(l3);
91 assertNotSame(l3, sup.getPropertyChangeListeners()[0]);
97 assertNotSame(l3, ((PropertyChangeListenerProxy) sup
147 PropertyChangeListener l3 = new PropertyChangeListenerProxy("myProp",
159 sup.addPropertyChangeListener("myProp3", l3);
163 assertNotSame(l3, ((PropertyChangeListenerProxy) listeners[0])
165 assertNotSame(l3, listeners[0]);
177 assertNotSame(l3, ((PropertyChangeListenerProx
[all...]
/external/eigen/Eigen/src/Core/util/
H A DMemory.h763 inline void queryCacheSizes_intel_direct(int& l1, int& l2, int& l3) argument
766 l1 = l2 = l3 = 0;
787 case 3: l3 = cache_size; break;
795 inline void queryCacheSizes_intel_codes(int& l1, int& l2, int& l3) argument
799 l1 = l2 = l3 = 0;
819 case 0x22: l3 = 512; break; // code and data L3 cache, 512 KB, 4 ways (!), 64 byte lines, dual-sectored
820 case 0x23: l3 = 1024; break; // code and data L3 cache, 1024 KB, 8 ways, 64 byte lines, dual-sectored
821 case 0x25: l3 = 2048; break; // code and data L3 cache, 2048 KB, 8 ways, 64 byte lines, dual-sectored
822 case 0x29: l3 = 4096; break; // code and data L3 cache, 4096 KB, 8 ways, 64 byte lines, dual-sectored
835 case 0x46: l3
875 queryCacheSizes_intel(int& l1, int& l2, int& l3, int max_std_funcs) argument
883 queryCacheSizes_amd(int& l1, int& l2, int& l3) argument
898 queryCacheSizes(int& l1, int& l2, int& l3) argument
[all...]
/external/v8/test/mjsunit/
H A Dbreak.js76 l1: l2: l3: break l2; // nop
H A Dlarge-object-allocation.js121 this.l3 = i;
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Ddefault-arguments.cpp19 auto l3 = [](int i = foo) {}; // expected-error{{default argument references local variable 'foo' of enclosing function}} local
/external/libsepol/include/sepol/policydb/
H A Dmls_types.h86 #define mls_level_between(l1, l2, l3) \
87 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
/external/iproute2/include/linux/
H A Datmsap.h122 unsigned char user; /* user specified l3 information */
135 } l3; member in struct:atm_blli
/external/kernel-headers/original/linux/
H A Datmsap.h122 unsigned char user; /* user specified l3 information */
135 } l3; member in struct:atm_blli
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator64.h40 static const uptr l3 = 1 << 15; member in class:__sanitizer::DefaultSizeClassMap
52 static const uptr u2 = u1 + (l3 - l2) / s2;
53 static const uptr u3 = u2 + (l4 - l3) / s3;
75 if (class_id <= u3) return l3 + s3 * (class_id - u2);
82 if (size <= l3) return u1 + (size - l2 + s2 - 1) / s2;
83 if (size <= l4) return u2 + (size - l3 + s3 - 1) / s3;
/external/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl100 $D="%l3";
169 ld [$inp+12],%l3
195 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+4`],%l3
340 or %l3,$tmp0,$tmp0
345 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+4`],%l3
529 ld [$ctx+`1*$SZ+4`],%l3
538 or %l3,$tmp1,$tmp1
555 ld [$ctx+`5*$SZ+4`],%l3
564 or %l3,$tmp1,$tmp1
/external/llvm/unittests/ADT/
H A DHashingTest.cpp403 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]));
/external/opencv/cvaux/src/
H A Dcvlmeds.cpp408 double l1, l2, l3, d1, d2, value; local
425 l3 = F[6] * mr[i3] + F[7] * mr[i3 + 1] + F[8];
427 d1 = (l1 * ml[i3] + l2 * ml[i3 + 1] + l3) / sqrt( l1 * l1 + l2 * l2 );
431 l3 = F[2] * ml[i3] + F[5] * ml[i3 + 1] + F[8];
433 d2 = (l1 * mr[i3] + l2 * mr[i3 + 1] + l3) / sqrt( l1 * l1 + l2 * l2 );
491 double l1, l2, l3, d1, d2, sigma; local
511 l3 = F[6] * mr[i] + F[7] * mr[i + 1] + F[8];
513 d1 = (l1 * ml[i] + l2 * ml[i + 1] + l3) / sqrt( l1 * l1 + l2 * l2 );
517 l3 = F[2] * ml[i] + F[5] * ml[i + 1] + F[8];
519 d2 = (l1 * mr[i] + l2 * mr[i + 1] + l3) / sqr
[all...]
/external/valgrind/main/callgrind/
H A Dmain.c1657 void branchsim_printstat(int l1, int l2, int l3) argument
1672 l1, l2, l3);
1688 VG_(percentify)(Bi_total_mp, Bi_total_b, 1, l3+1, buf3);
1698 Int l1, l2, l3; local
1797 l2 = l3 = 0;
1800 l3 = ULong_width( total[fullOffset(EG_DW)] );
1806 if (l3b > l3) l3 = l3b;
1816 (*CLG_(cachesim).printstat)(l1, l2, l3);
1819 branchsim_printstat(l1, l2, l3);
[all...]
H A Dsim.c1499 void cachesim_printstat(Int l1, Int l2, Int l3) argument
1549 commify(total[fullOffset(EG_DW)], l3, buf3);
1555 commify(total[fullOffset(EG_DW)+1], l3, buf3);
1561 commify(total[fullOffset(EG_DW)+2], l3, buf3);
1575 total[fullOffset(EG_DW)], p, l3+1, buf3);
1583 total[fullOffset(EG_DW)], p, l3+1, buf3);
1602 commify(LL_total_w, l3, buf3);
1616 commify(LL_total_mw, l3, buf3);
1626 total[fullOffset(EG_DW)], p, l3+1, buf3);
/external/mksh/src/
H A Deval.c1689 int l1, l2, l3; local
1697 l3 = end - brace_end;
1698 news = alloc(l1 + l2 + l3 + 1, ATEMP);
1701 memcpy(news + l1 + l2, brace_end, l3);
1702 news[l1 + l2 + l3] = '\0';
1704 news + l1 + l2 + l3, fdo);
/external/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl54 $acc12="%l3";
545 ldub [%i0+3],%l3
552 or %l3,%l2,%l2
567 ldub [%i0+11],%l3
574 or %l3,%l2,%l2
1091 ldub [%i0+3],%l3
1098 or %l3,%l2,%l2
1113 ldub [%i0+11],%l3
1120 or %l3,%l2,%l2
/external/valgrind/main/cachegrind/
H A Dcg_main.c1466 Int l1, l2, l3; local
1480 l3 = ULong_width(CG_MAX(Dw_total.a, Bi_total.b));
1510 l1, l2, l3);
1524 VG_(percentify)(Dw_total.m1, Dw_total.a, 1, l3+1, buf3);
1529 VG_(percentify)(Dw_total.mL, Dw_total.a, 1, l3+1, buf3);
1549 VG_(percentify)(LL_total_mw, Dw_total.a, 1, l3+1, buf3);
1557 l1, l2, l3);
1573 VG_(percentify)(Bi_total.mp, Bi_total.b, 1, l3+1, buf3);
/external/grub/stage2/
H A Dxfs.h194 * l1:0-8, l2:0-31, and l3:21-31 are startblock.
195 * l3:0-20 are blockcount.
207 xfs_uint32_t l0, l1, l2, l3; member in struct:xfs_bmbt_rec_32
H A Dfsys_xfs.c139 (((xfs_fsblock_t)le32 (r->l3)) >> 21);
153 return le32(r->l3) & mask32lo(21);
/external/openssl/crypto/
H A Dsparccpuid.S90 clr %l3
158 clr %l3
/external/icu4c/test/intltest/
H A Dicusvtst.cpp1011 ServiceListener l3 = new ServiceListener() {
1021 ls.addListener(l3);

Completed in 1207 milliseconds

12