Searched defs:c1 (Results 176 - 200 of 649) sorted by last modified time

1234567891011>>

/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp85 size_t c1 = a1.GetCapacity(); local
87 RINOZ_COMP(c1, c2);
88 for (size_t i = 0; i < c1; i++)
93 static int CompareCoders(const CCoderInfo &c1, const CCoderInfo &c2) argument
95 RINOZ_COMP(c1.NumInStreams, c2.NumInStreams);
96 RINOZ_COMP(c1.NumOutStreams, c2.NumOutStreams);
97 RINOZ_COMP(c1.MethodID, c2.MethodID);
98 return CompareBuffers(c1.Props, c2.Props);
/external/lzma/CPP/Common/
H A DMyString.cpp140 wchar_t c1 = *s1++;
142 wchar_t u1 = MyCharUpper(c1);
158 unsigned char c1 = (unsigned char)*s1++; local
160 if (c1 < c2) return -1;
161 if (c1 > c2) return 1;
162 if (c1 == 0) return 0;
170 wchar_t c1 = *s1++; local
172 if (c1 < c2) return -1;
173 if (c1 > c2) return 1;
174 if (c1
182 wchar_t c1 = *s1++; local
[all...]
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c866 mDNSu8 c1 = string[max]; // First byte after cut point local
874 mDNSBool continuation = ((c1 & 0xC0) == 0x80);
875 mDNSBool secondsurrogate = (c1 == 0xED && (c2 & 0xF0) == 0xB0);
877 c2 = c1;
878 c1 = string[--length];
H A DmDNS.c2678 mDNSlocal const CacheRecord *FindSPSInCache1(mDNS *const m, const DNSQuestion *const q, const CacheRecord *const c0, const CacheRecord *const c1) argument
2685 if (cr != c0 && cr != c1) // that's not one we've seen before,
H A DuDNS.c3751 int c1, c2; local
3800 c1 = CountLabels(newRR->resrec.name);
3802 if (c2 > c1)
3809 newRR->zone = SkipLeadingLabels(newRR->resrec.name, c1-c2);
/external/llvm/unittests/ADT/
H A DSmallVectorTest.cpp124 friend bool operator==(const Constructable & c0, const Constructable & c1) { argument
125 return c0.getValue() == c1.getValue();
129 operator!=(const Constructable & c0, const Constructable & c1) { argument
130 return c0.getValue() != c1.getValue();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp678 // reassoc. (op (op x, c1), c2) -> (op x, (op c1, c2))
685 // reassoc. (op (op x, c1), y) -> (op (op x, y), c1) iff x+c1 has one
699 // reassoc. (op c2, (op x, c1)) -> (op x, (op c1, c2))
706 // reassoc. (op y, (op x, c1)) -> (op (op x, y), c1) iff x+c1 ha
4012 uint64_t c1 = N0C1->getZExtValue(); local
4032 uint64_t c1 = N0Op0C1->getZExtValue(); local
4054 uint64_t c1 = N0Op0C1->getZExtValue(); local
4075 uint64_t c1 = N0C1->getZExtValue(); local
4295 uint64_t c1 = N01C->getZExtValue(); local
4308 uint64_t c1 = local
[all...]
/external/llvm/lib/Support/
H A Draw_ostream.cpp249 int c1 = buf[len - 2]; local
251 if (isdigit(static_cast<unsigned char>(c1)) &&
254 buf[len - 3] = c1;
H A Dregcomp.c1268 samesets(struct re_guts *g, int c1, int c2) argument
1273 unsigned uc1 = (uch)c1;
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dcode-reading.c51 char c1, c2; local
61 c1 = line[i++];
69 *(unsigned char *)*buf = (hex(c1) << 4) | hex(c2);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.c251 const struct cmdname *const *c1 = p1, *const *c2 = p2; local
252 const char *s1 = (*c1)->name, *s2 = (*c2)->name;
253 int l1 = (*c1)->len;
/external/lldb/test/pexpect-2.4/examples/
H A Dchess3.py84 c1 = white.term.get_abs(17,58) variable
89 fout.write ('Computer:%s%s%s%s\n' %(c1,c2,c3,c4))
93 c1 = white.term.get_abs(17,58) variable
98 fout.write ('Computer:%s%s%s%s\n' %(c1,c2,c3,c4))
/external/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc38 const int c1 = temp1 - temp2; local
44 op[4] = b1 + c1;
45 op[8] = b1 - c1;
56 const int c1 = temp1 - temp2; local
62 op[1] = (b1 + c1 + 4) >> 3;
63 op[2] = (b1 - c1 + 4) >> 3;
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c34 int a1, b1, c1, d1; local
48 c1 = temp1 - temp2;
57 op[shortpitch*1] = b1 + c1;
58 op[shortpitch*2] = b1 - c1;
74 c1 = temp1 - temp2;
84 op[1] = (b1 + c1 + 4) >> 3;
85 op[2] = (b1 - c1 + 4) >> 3;
144 int a1, b1, c1, d1; local
153 c1 = ip[4] - ip[8];
157 op[4] = c1
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c47 int a1, b1, c1, d1; local
67 c1 = temp1 - temp2;
83 op[4] = b1 + c1;
84 op[8] = b1 - c1;
99 c1 = temp1 - temp2;
115 op[6] = b1 + c1;
116 op[10] = b1 - c1;
137 c1 = temp1 - temp2;
153 op[1] = (b1 + c1 + 4) >> 3;
154 op[2] = (b1 - c1
285 int a1, b1, c1, d1; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Ddct.c17 int a1, b1, c1, d1; local
25 c1 = ((ip[1] - ip[2]) * 8);
31 op[1] = (c1 * 2217 + d1 * 5352 + 14500)>>12;
32 op[3] = (d1 * 2217 - c1 * 5352 + 7500)>>12;
44 c1 = ip[4] - ip[8];
50 op[4] =((c1 * 2217 + d1 * 5352 + 12000)>>16) + (d1!=0);
51 op[12] = (d1 * 2217 - c1 * 5352 + 51000)>>16;
67 int a1, b1, c1, d1; local
77 c1 = ((ip[1] - ip[3]) * 4);
81 op[1] = b1 + c1;
[all...]
H A Dencodemv.c269 const int c1 = events [mv_max + j]; /* positive */ local
271 const int c = c1 + c2;
274 sign_ct [0] += c1;
H A Dssim.c81 int64_t c1, c2; local
84 c1 = (cc1*count*count)>>12;
87 ssim_n = (2*sum_s*sum_r+ c1)*((int64_t) 2*count*sum_sxr-
90 ssim_d = (sum_s*sum_s +sum_r*sum_r+c1)*
119 int64_t c1, c2; local
122 c1 = cc1*16;
126 ssim_n1 = (2*sum_s*sum_r+ c1);
130 ssim_d1 =((int64_t)sum_s*sum_s +(int64_t)sum_r*sum_r+c1);
/external/libvpx/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/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c26 int a1, b1, c1, d1, e1; local
32 c1 = ip[1] >> UNIT_QUANT_SHIFT;
35 a1 += c1;
39 c1 = e1 - c1;
41 d1 += c1;
44 op[2] = c1;
53 c1 = ip[4 * 1];
56 a1 += c1;
60 c1
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c605 int a1, b1, c1, d1, e1; local
612 c1 = ip[2 * stride];
616 d1 = d1 - c1;
619 c1 = e1 - c1;
620 a1 -= c1;
623 op[4] = c1;
636 c1 = ip[2];
640 d1 -= c1;
643 c1
[all...]
H A Dvp9_rdopt.c1686 int c1 = cost_mv_ref(cpi, NEARMV, rfc); local
1691 if (c1 > c3) return 0;
1698 (c3 >= c1 && frame_mv[NEARMV][ref_frame].as_int == 0))
1703 (c3 >= c1 && frame_mv[NEARMV][ref_frame].as_int == 0 &&
H A Dvp9_ssim.c53 int64_t c1, c2; local
56 c1 = (cc1 * count * count) >> 12;
59 ssim_n = (2 * sum_s * sum_r + c1) * ((int64_t) 2 * count * sum_sxr -
62 ssim_d = (sum_s * sum_s + sum_r * sum_r + c1) *
/external/libxml2/
H A Dencoding.c3074 unsigned char c1; local
3082 c1 = *in++;
3083 if ((c1 & 0xC0) != 0x80) {
3084 /* not a trailing byte (c1) */
3096 c1 = c1 & 0x3F;
3099 d = xlattable [48 + c2 + xlattable [48 + c1 +
/external/libxml2/include/libxml/
H A Dtree.h309 struct _xmlElementContent *c1; /* first child */ member in struct:_xmlElementContent

Completed in 457 milliseconds

1234567891011>>