HomeSort by relevance Sort by last modified time
    Searched refs:c0 (Results 1 - 25 of 387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libutf/
runestrstr.c 28 int c0, c; local
30 c0 = *s2;
31 if(c0 == 0)
34 for(p=runestrchr(s1, c0); p; p=runestrchr(p+1, c0)) {
runestrchr.c 23 Rune c0 = c; local
33 if(c1 == c0)
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec_unittest.cc 47 Codec c0(96, "D", 1000, 0);
48 c0.SetParam("a", 1);
50 Codec c1 = c0;
51 EXPECT_TRUE(c1 == c0);
55 EXPECT_TRUE(c0.GetParam("a", &param_value0));
60 EXPECT_TRUE(c0 != c1);
62 c1 = c0;
64 EXPECT_TRUE(c0 != c1);
66 c1 = c0;
68 EXPECT_TRUE(c0 != c1)
    [all...]
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
assign_copy.pass.cpp 29 C c0(std::begin(t0), std::end(t0), A(10));
31 c1 = c0;
32 assert(c1 == c0);
41 C c0(std::begin(t0), std::end(t0), A(10));
43 c1 = c0;
44 assert(c1 == c0);
53 C c0(std::begin(t0), std::end(t0), A(10));
55 c1 = c0;
56 assert(c1 == c0);
65 C c0(std::begin(t0), std::end(t0), A(10))
    [all...]
copy.pass.cpp 28 C c0(std::begin(t), std::end(t), A(10));
29 C c = c0;
34 assert(c == c0);
43 C c0(std::begin(t), std::end(t), A(10));
44 C c = c0;
49 assert(c == c0);
59 C c0(std::begin(t), std::end(t), A());
60 C c = c0;
65 assert(c == c0);
copy_alloc.pass.cpp 28 C c0(std::begin(t), std::end(t), A(10));
29 C c(c0, A(9));
34 assert(c == c0);
42 C c0(std::begin(t), std::end(t), A(10));
43 C c(c0, A(9));
48 assert(c == c0);
57 C c0(std::begin(t), std::end(t), A());
58 C c(c0, A());
63 assert(c == c0);
move.pass.cpp 31 C c0(I(std::begin(t)), I(std::end(t)), A(10));
32 C c = std::move(c0);
37 assert(c0.empty());
46 C c0(I(std::begin(t)), I(std::end(t)), A(10));
47 C c = std::move(c0);
52 assert(c0.empty());
62 C c0(I(std::begin(t)), I(std::end(t)), A());
63 C c = std::move(c0);
68 assert(c0.empty());
move_alloc.pass.cpp 31 C c0(I(std::begin(t)), I(std::end(t)), A(10));
32 C c(std::move(c0), A(10));
37 assert(c0.empty());
46 C c0(I(std::begin(t)), I(std::end(t)), A(10));
47 C c(std::move(c0), A(9));
52 assert(!c0.empty());
62 C c0(I(std::begin(t)), I(std::end(t)), A());
63 C c(std::move(c0), A());
68 assert(c0.empty());
assign_move.pass.cpp 32 C c0(I(std::begin(t0)), I(std::end(t0)), A(10));
34 c1 = std::move(c0);
40 assert(c0.empty());
49 C c0(I(std::begin(t0)), I(std::end(t0)), A(10));
51 c1 = std::move(c0);
57 assert(!c0.empty());
66 C c0(I(std::begin(t0)), I(std::end(t0)), A(10));
68 c1 = std::move(c0);
74 assert(c0.empty());
83 C c0(I(std::begin(t0)), I(std::end(t0)), A(10))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
assign_copy.pass.cpp 29 C c0(std::begin(t0), std::end(t0), A(10));
31 c1 = c0;
32 assert(c1 == c0);
41 C c0(std::begin(t0), std::end(t0), A(10));
43 c1 = c0;
44 assert(c1 == c0);
53 C c0(std::begin(t0), std::end(t0), A(10));
55 c1 = c0;
56 assert(c1 == c0);
65 C c0(std::begin(t0), std::end(t0), A(10))
    [all...]
copy.pass.cpp 28 C c0(std::begin(t), std::end(t), A(10));
29 C c = c0;
34 assert(c == c0);
43 C c0(std::begin(t), std::end(t), A(10));
44 C c = c0;
49 assert(c == c0);
59 C c0(std::begin(t), std::end(t), A());
60 C c = c0;
65 assert(c == c0);
copy_alloc.pass.cpp 28 C c0(std::begin(t), std::end(t), A(10));
29 C c(c0, A(9));
34 assert(c == c0);
42 C c0(std::begin(t), std::end(t), A(10));
43 C c(c0, A(9));
48 assert(c == c0);
57 C c0(std::begin(t), std::end(t), A());
58 C c(c0, A());
63 assert(c == c0);
move.pass.cpp 31 C c0(I(std::begin(t)), I(std::end(t)), A(10));
32 C c = std::move(c0);
37 assert(c0.empty());
46 C c0(I(std::begin(t)), I(std::end(t)), A(10));
47 C c = std::move(c0);
52 assert(c0.empty());
62 C c0(I(std::begin(t)), I(std::end(t)), A());
63 C c = std::move(c0);
68 assert(c0.empty());
move_alloc.pass.cpp 31 C c0(I(std::begin(t)), I(std::end(t)), A(10));
32 C c(std::move(c0), A(10));
37 assert(c0.empty());
46 C c0(I(std::begin(t)), I(std::end(t)), A(10));
47 C c(std::move(c0), A(9));
52 assert(!c0.empty());
62 C c0(I(std::begin(t)), I(std::end(t)), A());
63 C c(std::move(c0), A());
68 assert(c0.empty());
assign_move.pass.cpp 32 C c0(I(std::begin(t0)), I(std::end(t0)), A(10));
34 c1 = std::move(c0);
40 assert(c0.empty());
49 C c0(I(std::begin(t0)), I(std::end(t0)), A(10));
51 c1 = std::move(c0);
57 assert(!c0.empty());
66 C c0(I(std::begin(t0)), I(std::end(t0)), A(10));
68 c1 = std::move(c0);
74 assert(c0.empty());
83 C c0(I(std::begin(t0)), I(std::end(t0)), A(10))
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
co-586.pl 18 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
30 &add($c0,"eax");
40 &mov(&DWP($i*4,"eax","",0),$c0) if $pos > 0; # save r[];
46 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
61 &add($c0,"eax");
69 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
75 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
95 &add($c0,"eax");
100 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
108 local($a,$b,$c0,$c1,$c2)
    [all...]
  /external/openssl/crypto/bn/asm/
co-586.pl 18 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
30 &add($c0,"eax");
40 &mov(&DWP($i*4,"eax","",0),$c0) if $pos > 0; # save r[];
46 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
61 &add($c0,"eax");
69 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
75 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
95 &add($c0,"eax");
100 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
108 local($a,$b,$c0,$c1,$c2)
    [all...]
  /external/openssl/crypto/bn/asm/x86/
comba.pl 6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
18 &add($c0,"eax");
28 &mov(&DWP($i*4,"eax","",0),$c0) if $pos > 0; # save r[];
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
49 &add($c0,"eax");
57 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
83 &add($c0,"eax");
88 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
96 local($a,$b,$c0,$c1,$c2)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/shaders/compiled/
flipyvs.h 15 // halfPixelSize c0 1
21 add oPos, v0, c0
standardvs.h 15 // halfPixelSize c0 1
21 add oPos, v0, c0
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
mct.h 58 @param c0 Samples for red component
63 void opj_mct_encode(OPJ_INT32 *c0, OPJ_INT32 *c1, OPJ_INT32 *c2, OPJ_UINT32 n);
66 @param c0 Samples for luminance component
71 void opj_mct_decode(OPJ_INT32 *c0, OPJ_INT32 *c1, OPJ_INT32 *c2, OPJ_UINT32 n);
81 @param c0 Samples for red component
86 void opj_mct_encode_real(OPJ_INT32 *c0, OPJ_INT32 *c1, OPJ_INT32 *c2, OPJ_UINT32 n);
89 @param c0 Samples for luminance component
94 void opj_mct_decode_real(OPJ_FLOAT32* c0, OPJ_FLOAT32* c1, OPJ_FLOAT32* c2, OPJ_UINT32 n);
  /external/sepolicy/
mls_macros 5 # declares categores c0 to c(N-1)
40 # levels from s0 to (N-1) with categories c0 to (M-1)
43 level s$1:c0.c$3;
54 define(`mls_systemhigh',`s`'decr(mls_num_sens):c0.c`'decr(mls_num_cats)')
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair.c 87 int c0 = pData[i+0]; local
91 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
92 pData[i+1] = (OMX_S16)(c0+c1-c2-c3);
93 pData[i+2] = (OMX_S16)(c0-c1-c2+c3);
94 pData[i+3] = (OMX_S16)(c0-c1+c2-c3);
100 int c0 = pData[i+0]; local
104 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
105 pData[i+4] = (OMX_S16)(c0+c1-c2-c3);
106 pData[i+8] = (OMX_S16)(c0-c1-c2+c3);
107 pData[i+12] = (OMX_S16)(c0-c1+c2-c3)
    [all...]
  /art/runtime/
dex_instruction_visitor_test.cc 45 const uint16_t c0[] = {}; local
46 v0.Visit(c0, sizeof(c0));
  /external/clang/test/CXX/expr/
p9.cpp 17 signed char c0; variable
18 __typeof__(c0 + c0) c1;

Completed in 737 milliseconds

1 2 3 4 5 6 7 8 91011>>