Searched defs:l3 (Results 1 - 25 of 50) sorted by relevance

12

/external/annotation-tools/annotation-file-utilities/tests/source-extension/
H A DWildcards.java7 Map<?, ?> l3; field in class:Wildcards
/external/clang/test/Sema/
H A Dswitch-1.c59 unsigned long long l3 = 65536 * 65536ULL; variable
/external/annotation-tools/asmx/test/conform/annotations/
H A DExtendedValuesDump.class ... .Label l2 org.objectweb.asm.Label l3 org.objectweb.asm.Label l0 org. ...
/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/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/
H A Dlock.pass.cpp396 L0 l3; local
397 std::lock(l0, l1, l2, l3);
401 assert(l3.locked());
407 L1 l3; local
408 std::lock(l0, l1, l2, l3);
412 assert(l3.locked());
418 L0 l3; local
419 std::lock(l0, l1, l2, l3);
423 assert(l3.locked());
429 L0 l3; local
440 L0 l3; local
452 L2 l3; local
470 L0 l3; local
488 L0 l3; local
506 L0 l3; local
[all...]
H A Dtry_lock.pass.cpp474 L0 l3; local
475 assert(std::try_lock(l0, l1, l2, l3) == -1);
479 assert(l3.locked());
485 L0 l3; local
486 assert(std::try_lock(l0, l1, l2, l3) == 0);
490 assert(!l3.locked());
496 L0 l3; local
497 assert(std::try_lock(l0, l1, l2, l3) == 1);
501 assert(!l3.locked());
507 L0 l3; local
518 L1 l3; local
[all...]
/external/ltp/testcases/kernel/syscalls/sysinfo/
H A Dsysinfo01.c86 float l1, l2, l3; local
120 l3 = sys_buf->loads[2] / 60000.0;
123 l3_up = l3 * 100;
133 printf("l3 %lu\n", l3_up);
/external/wayland/tests/
H A Dsignal-test.c58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; local
66 wl_signal_add(&signal, &l3);
70 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3);
76 assert(wl_signal_get(&signal, (wl_notify_func_t) 0x3) == &l3);
106 struct wl_listener l3 = {.notify = signal_notify}; local
111 wl_signal_add(&signal, &l3);
/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/eigen/test/
H A Dproduct_large.cpp66 std::ptrdiff_t l3 = internal::random<int>(1000000,2000000); local
67 setCpuCacheSizes(l1,l2,l3);
/external/valgrind/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/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3-generic-lambda-1y.cpp27 auto l3 = [](auto &&ur, local
43 l3(3, lval, d, lval, &lval, &A::i, &A::f, 'c', &d, arr);
68 auto l3 = [](char (auto::*pmf)()) { }; //expected-error{{'auto' not allowed}}\ local
/external/clang/test/CodeGen/
H A Ddebug-info-packed-struct.c91 struct layout3 l3; variable in typeref:struct:layout3
H A Dpartial-reinitialization1.c45 // CHECK: @l3 = global %struct.P3 { %struct.Q3 { %struct.R1 { i32 1, i32 2, i32 3 }, %struct.R2 { i32 0, i32 10, i32 0 } } }
46 struct P3 l3 = { variable in typeref:struct:P3
H A Dpartial-reinitialization2.c12 struct LLP3 { struct LP3 l3; }; member in struct:LLP3
13 union ULP3 { struct LP3 l3; }; member in union:ULP3
78 // .l3 = g3
81 // .l3.p1 = { [0] = g1 } implicitly sets [1] to zero
86 // .l3.p1[1].x[1] = 'x'
89 struct LLP3 var = { .l3 = g3, .l3.p1 = { [0] = g1 }, .l3.p1[1].x[1] = 'x' };
H A Drenderscript.c132 typedef struct {long l1, l2, l3, l4, l5, l6, l7, l8, l9; } sLong9; member in struct:__anon2611
/external/eigen/Eigen/src/Core/products/
H A DParallelizer.h52 std::ptrdiff_t l1, l2, l3; local
53 internal::manage_caching_sizes(GetAction, &l1, &l2, &l3);
H A DTriangularSolverMatrix.h84 std::ptrdiff_t l1, l2, l3; local
85 manage_caching_sizes(GetAction, &l1, &l2, &l3);
/external/clang/test/Analysis/
H A Dlambdas.cpp45 auto l3 = [&i] { local
52 l3();
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cc146 uptr l3 = d.newNode(3); local
157 // l3=>l4=>l5
158 d.onLock(&dtls, l3);
162 d.onUnlock(&dtls, l3);
169 locks.insert(l3);
185 // l4=>l3
187 EXPECT_TRUE(d.onLock(&dtls, l3));
189 d.onUnlock(&dtls, l3);
194 d.removeNode(l3);
231 // l2 and l3 shoul
374 uptr l3 = d.newNode(0); local
394 uptr l3 = d.newNode(0); local
424 uptr l3 = d.newNode(0); local
[all...]
/external/libvpx/libvpx/vp8/encoder/x86/
H A Ddenoising_sse2.c57 const __m128i l3 = _mm_set1_epi8( local
90 adj = _mm_sub_epi8(l3, adj2);
202 const __m128i l3 = _mm_set1_epi8( local
266 adj = _mm_sub_epi8(l3, adj2);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_denoiser_sse2.c42 const __m128i *k_16, const __m128i *l3, const __m128i *l32,
69 adj = _mm_sub_epi8(*l3, adj2);
138 const __m128i l3 = _mm_set1_epi8( local
156 &k_16, &l3, &l32, &l21, acc_diff);
225 const __m128i l3 = _mm_set1_epi8( local
244 sig, mc_running_avg_y, running_avg_y, &k_0, &k_4, &k_8, &k_16, &l3,
39 vp9_denoiser_16x1_sse2( const uint8_t *sig, const uint8_t *mc_running_avg_y, uint8_t *running_avg_y, const __m128i *k_0, const __m128i *k_4, const __m128i *k_8, const __m128i *k_16, const __m128i *l3, const __m128i *l32, const __m128i *l21, __m128i acc_diff) argument
/external/syslinux/lzo/src/
H A Dlzo1x_9x.c376 min_gain(lzo_uint ahead, lzo_uint lit1, lzo_uint lit2, lzo_uint l1, lzo_uint l2, lzo_uint l3) argument
384 if (l3)
394 if (l3)
395 lazy_match_min_gain -= (ahead - l3) * 2;
600 lzo_uint l1, l2, l3; local
715 l3 = (op == out) ? 0 : len_of_coded_match(ahead,m_off,lit);
717 l3 = len_of_coded_match(ahead,m_off,lit);
720 lazy_match_min_gain = min_gain(ahead,lit,lit+ahead,l1,l2,l3);
726 if (l3)
/external/iproute2/include/uapi/linux/
H A Datmsap.h123 unsigned char user; /* user specified l3 information */
136 } l3; member in struct:atm_blli
/external/kernel-headers/original/uapi/linux/
H A Datmsap.h123 unsigned char user; /* user specified l3 information */
136 } l3; member in struct:atm_blli

Completed in 665 milliseconds

12