HomeSort by relevance Sort by last modified time
    Searched defs:c1 (Results 651 - 675 of 1289) sorted by null

<<21222324252627282930>>

  /bionic/libc/dns/resolv/
res_cache.c 875 int c1, c2; local
881 c1 = *p1++;
883 if (c1 != c2)
886 if (c1 == 0) {
891 if (c1 >= 64) {
895 if ((p1+c1 > end1) || (p2+c1 > end2)) {
900 if (memcmp(p1, p2, c1) != 0)
902 p1 += c1;
903 p2 += c1;
    [all...]
  /external/bison/lib/
vasnprintf.c 675 mp_limb_t c1; local
683 c1 = num % b_msd;
697 || (c1 = r_ptr[j + b_len - 1] + b_msd) < b_msd)
704 c1 = (r[j+n]*beta+r[j+n-1]) - q* * b[n-1] (>=0, <beta). */
706 mp_twolimb_t c2 = /* c1*beta+r[j+n-2] */
707 ((mp_twolimb_t) c1 << GMP_LIMB_BITS) | r_ptr[j + b_len - 2];
    [all...]
  /external/clang/test/SemaCXX/
uninitialized.cpp 1184 C c1 = { 0, num, 0 }; member in namespace:U::init_list
1273 C c1 = { 0, num, 0 }; member in struct:U::init_list::Cwrapper
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 250 const Vec4& c1,
257 const Vec4 i0 = c0*(1.0f - fBounds[0]) + c1*fBounds[0];
258 const Vec4 i1 = c0*(1.0f - fBounds[1]) + c1*fBounds[1];
306 const Vec4 c1 = quad.p01*(1.0f - a) + quad.p11*a; local
308 if (isLinearRangeValid(prec, c0, c1, yBounds, result))
342 const Vec4 c1 = quad1.p00*(1.0f-a)*(1.0f-b) + quad1.p10*a*(1.0f-b) + quad1.p01*(1.0f-a)*b + quad1.p11*a*b; local
344 if (isLinearRangeValid(prec, c0, c1, zBounds, result))
379 const Vec4 c1 = line1.p0*(1.0f-a1) + line1.p1*a1; local
381 if (isLinearRangeValid(prec, c0, c1, zBounds, result))
430 const Vec4 c1 = quad1.p00*(1.0f-a1)*(1.0f-b1) + quad1.p10*a1*(1.0f-b1) + quad1.p01*(1.0f-a1)*b1 + quad1.p11*a1*b (…) local
504 const float c1 = de::min(z1, zBounds1.y()); local
822 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), coordY, 0); local
870 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ); local
931 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), wrap(sampler.wrapR, k1, d1)); local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 597 tcu::Vec4 c1; member in struct:deqp::gles2::Functional::__anon10135::LineRenderTestCase::ColoredLineData
719 r.c1 = tcu::Vec4(1, 1, 1, 1);
845 tcu::Vec4 c1; member in struct:deqp::gles2::Functional::__anon10135::TriangleCaseBase::TriangleData
1117 tcu::Vec4 c1; member in struct:deqp::gles2::Functional::__anon10135::TriangleFillTest::FillTriangle
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 600 tcu::Vec4 c1; member in struct:deqp::gles3::Functional::__anon10264::LineRenderTestCase::ColoredLineData
722 r.c1 = tcu::Vec4(1, 1, 1, 1);
849 tcu::Vec4 c1; member in struct:deqp::gles3::Functional::__anon10264::TriangleCaseBase::TriangleData
1121 tcu::Vec4 c1; member in struct:deqp::gles3::Functional::__anon10264::TriangleFillTest::FillTriangle
    [all...]
es3fMultisampleTests.cpp 211 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
213 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
215 void renderQuad (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec2& p3, const Vec4& c0, const Vec4& c1, const Vec4& c2, const Vec4& c3) const;
317 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
328 c1.x(), c1.y(), c1.z(), c1.w(),
347 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
352 c0, c1, c2) local
    [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 1482 int32 c1 = GetJpegChar (); local
1488 getBuffer = (getBuffer << 8) | c1;
3214 int c1 = -1; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 
  /external/expat/lib/
xmltok.c 976 char c1 = *s1++; local
978 if (ASCII_a <= c1 && c1 <= ASCII_z)
979 c1 += ASCII_A - ASCII_a;
982 if (c1 != c2)
984 if (!c1)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneNamesImpl.java 623 char c1 = key.charAt(1); local
625 return c1 == 'g' ? NameType.LONG_GENERIC :
626 c1 == 's' ? NameType.LONG_STANDARD :
627 c1 == 'd' ? NameType.LONG_DAYLIGHT : null;
629 return c1 == 'g' ? NameType.SHORT_GENERIC :
630 c1 == 's' ? NameType.SHORT_STANDARD :
631 c1 == 'd' ? NameType.SHORT_DAYLIGHT : null;
632 } else if (c0 == 'e' && c1 == 'c') {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java 1348 RuleBasedCollator c1 = (RuleBasedCollator)Collator.getInstance(); local
    [all...]
CollationTest.java 481 int c1 = ci.nextCodePoint(); local
483 if (c1 != c2) {
484 errln(name + ".nextCodePoint(to limit, 1st pass) = U+" + Utility.hex(c1)
485 + " != U+" + Utility.hex(c1) + " at " + cpi.getIndex());
488 if (c1 < 0) {
495 int c1 = ci.previousCodePoint(); local
497 if (c1 != c2) {
498 errln(name + ".previousCodePoint() = U+" + Utility.hex(c1) +
506 int c1 = ci.nextCodePoint(); local
508 if (c1 != c2)
520 int c1 = ci.previousCodePoint(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java 151 int c1, c2, c3; // The code points at p0, p1, p2 & p3. local
159 c1 = c2 = 0;
164 p1 = p2; c1 = c2;
184 if (c1==0x0D && c2==0x0A && p1==(p2-1)) {
189 if (fControlSet.contains(c1) ||
190 c1 == 0x0D ||
191 c1 == 0x0A) {
205 if (fLSet.contains(c1) &&
214 if ((fLVSet.contains(c1) || fVSet.contains(c1)) &
365 int c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
1367 int c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 2305 RuleBasedCollator* c1 = (RuleBasedCollator*)Collator::createInstance(status); local
    [all...]
numrgts.cpp 567 UChar c1[] = { local
570 UnicodeString cc1(c1, 10, 10);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneNamesImpl.java 621 char c1 = key.charAt(1); local
623 return c1 == 'g' ? NameType.LONG_GENERIC :
624 c1 == 's' ? NameType.LONG_STANDARD :
625 c1 == 'd' ? NameType.LONG_DAYLIGHT : null;
627 return c1 == 'g' ? NameType.SHORT_GENERIC :
628 c1 == 's' ? NameType.SHORT_STANDARD :
629 c1 == 'd' ? NameType.SHORT_DAYLIGHT : null;
630 } else if (c0 == 'e' && c1 == 'c') {
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java 1344 RuleBasedCollator c1 = (RuleBasedCollator)Collator.getInstance(); local
    [all...]
CollationTest.java 477 int c1 = ci.nextCodePoint(); local
479 if (c1 != c2) {
480 errln(name + ".nextCodePoint(to limit, 1st pass) = U+" + Utility.hex(c1)
481 + " != U+" + Utility.hex(c1) + " at " + cpi.getIndex());
484 if (c1 < 0) {
491 int c1 = ci.previousCodePoint(); local
493 if (c1 != c2) {
494 errln(name + ".previousCodePoint() = U+" + Utility.hex(c1) +
502 int c1 = ci.nextCodePoint(); local
504 if (c1 != c2)
516 int c1 = ci.previousCodePoint(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java 147 int c1, c2, c3; // The code points at p0, p1, p2 & p3. local
155 c1 = c2 = 0;
160 p1 = p2; c1 = c2;
180 if (c1==0x0D && c2==0x0A && p1==(p2-1)) {
185 if (fControlSet.contains(c1) ||
186 c1 == 0x0D ||
187 c1 == 0x0A) {
201 if (fLSet.contains(c1) &&
210 if ((fLVSet.contains(c1) || fVSet.contains(c1)) &
361 int c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
1363 int c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [all...]
  /external/libcxx/src/
locale.cpp 1964 uint8_t c1 = *frm_nxt; local
2085 uint8_t c1 = *frm_nxt; local
2205 uint8_t c1 = *frm_nxt; local
2362 uint8_t c1 = static_cast<uint8_t>(*frm_nxt); local
2475 uint8_t c1 = static_cast<uint8_t>(*frm_nxt); local
2620 uint8_t c1 = static_cast<uint8_t>(*frm_nxt); local
2700 uint8_t c1 = static_cast<uint8_t>(*frm_nxt); local
2814 uint16_t c1 = static_cast<uint16_t>(frm_nxt[0] << 8 | frm_nxt[1]); local
2858 uint16_t c1 = static_cast<uint16_t>(frm_nxt[0] << 8 | frm_nxt[1]); local
2946 uint16_t c1 = static_cast<uint16_t>(frm_nxt[1] << 8 | frm_nxt[0]); local
2990 uint16_t c1 = static_cast<uint16_t>(frm_nxt[1] << 8 | frm_nxt[0]); local
3061 uint16_t c1 = static_cast<uint16_t>(frm_nxt[0] << 8 | frm_nxt[1]); local
3084 uint16_t c1 = static_cast<uint16_t>(frm_nxt[0] << 8 | frm_nxt[1]); local
3135 uint16_t c1 = static_cast<uint16_t>(frm_nxt[1] << 8 | frm_nxt[0]); local
3159 uint16_t c1 = static_cast<uint16_t>(frm_nxt[1] << 8 | frm_nxt[0]); local
    [all...]
  /external/libjpeg-turbo/
jquant2.c 298 int c0,c1,c2; local
309 for (c1 = c1min; c1 <= c1max; c1++) {
310 histp = & histogram[c0][c1][c2min];
320 for (c1 = c1min; c1 <= c1max; c1++) {
321 histp = & histogram[c0][c1][c2min];
330 for (c1 = c1min; c1 <= c1max; c1++
407 int c0,c1,c2,cmax; local
486 int c0,c1,c2; local
902 register int c0, c1, c2; local
    [all...]
  /external/libmtp/src/
ptp-pack.c 1188 uint32_t l, s1, c1, s2 = 0, c2 = 0; local
    [all...]
  /external/libxml2/
encoding.c 3088 unsigned char c1; local
    [all...]
  /external/libxml2/include/libxml/
tree.h 310 struct _xmlElementContent *c1; /* first child */ member in struct:_xmlElementContent
    [all...]

Completed in 1310 milliseconds

<<21222324252627282930>>