Searched defs:c1 (Results 1 - 25 of 221) sorted by relevance

123456789

/external/clang/test/CXX/temp/temp.param/
H A Dp12.cpp39 C1<> c1; // expected-note{{while checking a default template argument}} variable
/external/clang/test/Parser/
H A Dc1x-alignas.c3 _Alignas(4) char c1; variable
/external/oprofile/libutil++/tests/
H A Dcomma_list_tests.cpp28 comma_list<int> c1; local
30 check(c1, 1, true);
32 c1.set("2");
34 check(c1, 2, true);
35 check(c1, 3, false);
37 c1.set("3");
39 check(c1, 2, false);
40 check(c1, 3, true);
42 c1.set("2,3");
44 check(c1,
[all...]
/external/valgrind/main/exp-ptrcheck/tests/
H A Djustify.c14 char *c0, *c1; local
17 c1 = malloc(10000);
18 assert(c0 && c1);
H A Dzero.c8 char c, *c0 = malloc(0), *c1; local
17 c1 = c0;
21 c = *c1; // bad, dangling
H A Dunaligned.c10 char c0[8], c1[8], c2[8], c3[8], c4[8]; local
13 char** p0 = (char**)&c0[0]; char** p1 = (char**)&c1[1];
/external/clang/test/SemaCXX/
H A Dcxx-member-pointer-op.cpp12 C c1; local
13 c1.*pmfc(); // expected-error {{invalid use of pointer to member type after .*}}
15 c1.*((pmfc())); // expected-error {{invalid use of pointer to member type after .*}}
H A Dbuiltin-ptrtomember-overload-1.cpp37 void foo1(C1 c1, int A::* pmf) { argument
38 int i = c1->*pmf;
39 c1->*pmf = 10;
42 void foo1(C1 c1, int E::* pmf) { argument
43 int i = c1->*pmf; // expected-error {{use of overloaded operator '->*' is ambiguous}} \
/external/libvpx/vp8/encoder/x86/
H A Dfwalsh_sse2.asm49 psllw xmm2, 2 ; c1 b1
53 punpckhqdq xmm1, xmm2 ; c1 d1
59 paddw xmm7, [GLOBAL(c1)]
62 paddw xmm0, xmm1 ; b1+c1 a1+d1
63 psubw xmm2, xmm1 ; b1-c1 a1-d1
64 paddw xmm0, xmm7 ; b1+c1 a1+d1+(a1!=0)
78 pmaddwd xmm0, [GLOBAL(c1)] ; d11 a11 d10 a10
81 pmaddwd xmm1, [GLOBAL(c1)] ; d12 a12 d13 a13
154 c1: label
/external/valgrind/main/massif/tests/
H A Dnew-cpp.cpp21 char* c1 = new char[2000]; local
25 delete [] c1;
/external/apache-http/src/org/apache/http/cookie/
H A DCookieIdentityComparator.java51 public int compare(final Cookie c1, final Cookie c2) { argument
52 int res = c1.getName().compareTo(c2.getName());
55 String d1 = c1.getDomain();
H A DCookiePathComparator.java66 public int compare(final Cookie c1, final Cookie c2) { argument
67 String path1 = normalizePath(c1);
/external/clang/test/CodeGen/
H A Dconstant-comparison.c5 int *c1 = 1 < 2 ? &a : &b; variable
/external/clang/test/SemaTemplate/
H A Dinstantiation-default-2.cpp6 Constant<int, 5> *c1; variable
H A Dattributes.cpp17 check_alignment<1>::t c1; member in namespace:attribute_aligned
/external/skia/tests/
H A DColorTest.cpp11 SkColor c1 = SkUnPreMultiply::PMColorToColor(p0); local
12 SkPMColor p1 = SkPreMultiplyColor(c1);
14 // we can't promise that c0 == c1, since c0 -> p0 is a many to one
15 // function, however, we can promise that p0 -> c1 -> p1 : p0 == p1
/external/doclava/res/assets/templates/assets/
H A Dsearch_autocomplete.js11 var c1 = row.cells[0];
14 c1.className = "jd-autocomplete jd-selected";
17 c1.className = "jd-autocomplete";
48 var c1 = r.insertCell(-1);
50 c1.className = "jd-autocomplete";
53 c1.onmousedown = function() {
56 c1.onmouseover = function() {
59 c1.onmouseout = function() {
62 c1.appendChild(link);
65 var c1
[all...]
/external/clang/test/Sema/
H A Dattr-deprecated-message.c21 Color c1; // expected-warning {{'Color' is deprecated: Please avoid Color}} variable
/external/libffi/testsuite/libffi.call/
H A Dstruct5.c11 char c1; member in struct:__anon6113
17 ts1.c1 += ts2.c1;
52 ts5_arg1.c1 = 2;
54 ts5_arg2.c1 = 5;
59 CHECK(ts5_result->c1 == 7);
/external/openssl/crypto/
H A Do_str.c105 const unsigned char *c1=v1,*c2=v2; local
108 while(n && (ret=*c1-*c2)==0) n--,c1++,c2++;
/external/skia/src/utils/
H A DSkCubicInterval.cpp3 static SkScalar eval_cubic(SkScalar c1, SkScalar c2, SkScalar c3, argument
5 return SkScalarMul(SkScalarMul(SkScalarMul(c3, t) + c2, t) + c1, t);
8 static SkScalar find_cubic_t(SkScalar c1, SkScalar c2, SkScalar c3, argument
16 SkScalar x = eval_cubic(c1, c2, c3, t);
/external/valgrind/main/memcheck/tests/
H A Dleak-cycle.c39 struct n *volatile c1, *volatile c2; local
44 c1 = mkcycle();
47 c1 = c2 = 0;
50 c1 = mkcycle();
55 if (c1 < c2)
56 c2->r = c1;
58 c1->r = c2;
60 c1 = c2 = 0;
63 c1 = mkcycle();
66 c1
[all...]
H A Dvarinfo4.c36 typedef struct { short c1; char* c2[3]; } XX; member in struct:__anon11382
47 croak(1 + (char*)(&a[3].xyzzy[x*y].c1));
51 return a[3].xyzzy[x*y].c1;
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnClassifier.cpp40 const FloatPoint& c1,
49 FloatPoint3D b1(c1.x(), c1.y(), 1.0f);
39 classify(const FloatPoint& c0, const FloatPoint& c1, const FloatPoint& c2, const FloatPoint& c3) argument
/external/webkit/Source/WebCore/rendering/style/
H A DStyleRareInheritedData.cpp131 static bool cursorDataEquivalent(const CursorList* c1, const CursorList* c2) argument
133 if (c1 == c2)
135 if ((!c1 && c2) || (c1 && !c2))
137 return (*c1 == *c2);

Completed in 446 milliseconds

123456789