Searched defs:l1 (Results 1 - 25 of 169) sorted by path

1234567

/external/aac/libAACenc/src/
H A Dintensity.cpp165 l1
175 const INT l1,
183 for (i=l1; i<l2; i++) {
174 calcSfbMaxScale(const FIXP_DBL *mdctSpectrum, const INT l1, const INT l2) argument
/external/bison/lib/
H A Dlocalcharset.c192 size_t l1, l2; local
213 l1 = strlen (buf1);
218 res_size = l1 + 1 + l2 + 1;
223 res_size += l1 + 1 + l2 + 1;
233 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
/external/boringssl/src/crypto/fipsmodule/des/
H A Ddes.c638 uint32_t l0, l1; local
644 c2l(in, l1);
646 ll[1] = l1;
653 l1 = ll[1];
655 l2c(l1, out);
/external/boringssl/src/crypto/x509/
H A Dx509_obj.c81 int n, lold, l, l1, l2, num, j, type; local
119 l1 = strlen(s);
153 l += 1 + l1 + 1 + l2;
167 OPENSSL_memcpy(p, s, (unsigned int)l1);
168 p += l1;
/external/clang/test/Analysis/
H A Dlambdas.cpp36 auto l1 = [i]() mutable { local
50 l1();
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
H A Dp1.cpp28 auto l1 = [](int n [[carries_dependency]]) {}; variable
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3-generic-lambda-1y.cpp23 auto l1 = [](auto a) -> int { return a + 5; }; local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp149 long l1 = 1; local
150 Agg<int> i1 = {l1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}}
H A Dp7-cxx11-nowarn.cpp147 long l1 = 1; local
148 Agg<int> i1 = {l1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}}
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Ddefault-arguments.cpp4 auto l1 = [](int i, int j = 17, int k = 18) { return i + j + k; }; local
5 int i1 = l1(1);
6 int i2 = l1(1, 2);
7 int i3 = l1(1, 2, 3);
12 auto l1 = [](int i, local
36 auto l1 = [](const T& value = T()) { }; // expected-error{{no matching constructor for initialization of 'NoDefaultCtor'}} local
37 l1(t);
45 auto l1 = [](const T& value = T()) { }; // expected-error{{no matching constructor for initialization of 'NoDefaultCtor'}} \ local
48 l1(); // expected-error{{no matching function for call to object of type '(lambda at }}
H A Dp23.cpp40 auto l1 = [x...] {}; // expected-error{{pack expansion does not contain any unexpanded parameter packs}} local
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp230 A<T> l1; local
231 l1.foo();
236 return l1;
/external/clang/test/CodeGen/
H A Ddebug-info-packed-struct.c89 struct layout1 l1; variable in typeref:struct:layout1
H A Dle32-libcall-pow.c18 double l1 = pow(a1, a1); local
H A Dlibcalls.c19 double l1 = sqrt(a1); local
45 double l1 = pow(a1, a1); local
68 double l1 = fma(a1, a1, a1); local
H A Dpartial-reinitialization1.c11 struct P1 l1 = { variable in typeref:struct:P1
H A Drenderscript.c104 typedef struct {long l1, l2; char c; } sLong2Char; member in struct:__anon2289
132 typedef struct {long l1, l2, l3, l4, l5, l6, l7, l8, l9; } sLong9; member in struct:__anon2290
/external/clang/test/CodeGenCXX/
H A Dexceptions-seh-filter-captures.cpp9 int l1 = 13; local
13 } __except(basic_filter(p1, l1, s1)) {
30 // CHECK: %[[l1:[^ ]*]] = load i32, i32* %[[l1_ptr]]
32 // CHECK: call i32 (i32, ...) @basic_filter(i32 %[[p1]], i32 %[[l1]], i32 %[[s1]])
40 int l1 = 13; local
43 } __except(basic_filter(l1)) {
57 // CHECK: %[[l1:[^ ]*]] = load i32, i32* %[[l1_ptr]]
58 // CHECK: call i32 (i32, ...) @basic_filter(i32 %[[l1]])
61 int l1 = 13; local
67 // FIXME: Test 'l1' whe
[all...]
H A Dmangle-ms-string-literals.cpp258 const char *l1 = "\x1"; variable
H A Dstatic-local-in-local-class.cpp50 // Referring to l1 before emitting it used to crash.
52 static int l1 = 0;
53 return [] { return l1; };
62 // Taking the address of l1 in a constant expression used to crash.
64 static int l1 = 0;
66 static int *l2 = &l1;
76 // Lambda-less reduction that references l1 before emitting it. This didn't
80 static int l1 = 0; local
82 int operator()() { return l1; }
/external/clang/test/PCH/
H A Ddesignated-init.c.h51 struct P1 l1 = { variable in typeref:struct:P1
/external/clang/test/Sema/
H A Dattr-used.c4 __private_extern__ int l1 __attribute__((used)); // expected-warning {{'used' attribute ignored}} variable
/external/clang/test/SemaCXX/
H A Doverloaded-builtin-operators.cpp92 long l1 = lr--; local
/external/compiler-rt/include/sanitizer/
H A Ddfsan_interface.h34 dfsan_label l1; member in struct:dfsan_label_info
45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in
47 dfsan_label dfsan_union(dfsan_label l1, dfsan_label l2);
/external/compiler-rt/lib/dfsan/
H A Ddfsan.cc129 static atomic_dfsan_label *union_table(dfsan_label l1, dfsan_label l2) { argument
130 return &(*(dfsan_union_table_t *) UnionTableAddr())[l1][l2];
144 dfsan_label __dfsan_union(dfsan_label l1, dfsan_label l2) { argument
145 DCHECK_NE(l1, l2);
147 if (l1 == 0)
150 return l1;
152 if (l1 > l2)
153 Swap(l1, l2);
155 atomic_dfsan_label *table_ent = union_table(l1, l2);
163 // Check whether l2 subsumes l1
226 dfsan_union(dfsan_label l1, dfsan_label l2) argument
[all...]

Completed in 673 milliseconds

1234567