HomeSort by relevance Sort by last modified time
    Searched defs:c1 (Results 276 - 300 of 635) sorted by null

<<11121314151617181920>>

  /external/linux-tools-perf/util/
help.c 256 const struct cmdname *const *c1 = p1, *const *c2 = p2; local
257 const char *s1 = (*c1)->name, *s2 = (*c2)->name;
258 int l1 = (*c1)->len;
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 88 GLubyte c1 = mask[v1], c2 = mask[v2]; \
89 GLubyte ormask = c1|c2; \
92 else if (!(c1 & c2 & CLIPMASK)) \
98 GLubyte c1 = mask[v1], c2 = mask[v2], c3 = mask[v3]; \
99 GLubyte ormask = c1|c2|c3; \
102 else if (!(c1 & c2 & c3 & CLIPMASK)) \
108 GLubyte c1 = mask[v1], c2 = mask[v2]; \
110 GLubyte ormask = c1|c2|c3|c4; \
113 else if (!(c1 & c2 & c3 & c4 & CLIPMASK)) \
166 GLubyte c1 = mask[elt[j]] local
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 73 BN_ULONG c1=0; local
76 if (num <= 0) return(c1);
81 mul_add(rp[0],ap[0],w,c1);
82 mul_add(rp[1],ap[1],w,c1);
83 mul_add(rp[2],ap[2],w,c1);
84 mul_add(rp[3],ap[3],w,c1);
90 mul_add(rp[0],ap[0],w,c1);
94 return(c1);
99 BN_ULONG c1=0; local
102 if (num <= 0) return(c1);
565 BN_ULONG c1,c2,c3; local
674 BN_ULONG c1,c2,c3; local
719 BN_ULONG c1,c2,c3; local
800 BN_ULONG c1,c2,c3; local
849 BN_ULONG c0,c1,ml,*tp,n0; local
988 BN_ULONG c0,c1,*tp,n0=*n0p; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdjpgcom.c 88 int c1, c2; local
90 c1 = NEXTBYTE();
91 if (c1 == EOF)
96 return (((unsigned int) c1) << 8) + ((unsigned int) c2);
175 int c1, c2; local
177 c1 = NEXTBYTE();
179 if (c1 != 0xFF || c2 != M_SOI)
wrjpgcom.c 107 int c1, c2; local
109 c1 = NEXTBYTE();
110 if (c1 == EOF)
115 return (((unsigned int) c1) << 8) + ((unsigned int) c2);
224 int c1, c2; local
226 c1 = NEXTBYTE();
228 if (c1 != 0xFF || c2 != M_SOI)
  /external/sfntly/cpp/src/test/
cmap_test.cc 147 int32_t c1 = uchar; local
149 c1 = TestUtils::EncodeOneChar(encoder1_, (int16_t)uchar);
153 int32_t glyph_id1 = cmap1_->GlyphId(c1);
157 fprintf(stderr, "%x: g1=%x, %x: g2=%x\n", c1, glyph_id1, c2, glyph_id2);
  /external/skia/tests/
RegionTest.cpp 149 bool c1 = slow_contains(a, b); local
150 REPORTER_ASSERT(reporter, c0 == c1);
156 c1 = slow_contains(a, r);
157 REPORTER_ASSERT(reporter, c0 == c1);
177 bool c1 = slow_intersects(a, b); local
178 REPORTER_ASSERT(reporter, c0 == c1);
  /external/sonivox/arm-fm-22k/host_src/
eas_hostmm.c 340 EAS_U8 c1, c2; local
343 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS)
350 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2;
352 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1;
369 EAS_U8 c1, c2,c3,c4; local
372 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS)
383 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
385 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
  /external/sonivox/arm-hybrid-22k/host_src/
eas_hostmm.c 340 EAS_U8 c1, c2; local
343 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS)
350 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2;
352 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1;
369 EAS_U8 c1, c2,c3,c4; local
372 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS)
383 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
385 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 370 EAS_U8 c1, c2; local
373 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS)
380 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2;
382 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1;
399 EAS_U8 c1, c2,c3,c4; local
402 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS)
413 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
415 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
  /external/v8/src/
regexp-macro-assembler.cc 232 unibrow::uchar c1 = substring1[i]; local
234 if (c1 != c2) {
235 unibrow::uchar s1[1] = { c1 };
236 canonicalize->get(c1, '\0', s1);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 523 uint8 *c1 = qpel_cand; local
544 *c1 = (c + a + 1) >> 1;
545 *(c1 += 384) = (b + a + 1) >> 1; /* c2 */
546 *(c1 += 384) = (b + c + 1) >> 1; /* c3 */
547 *(c1 += 384) = (b + d + 1) >> 1; /* c4 */
551 *(c1 += 384) = (c + d + 1) >> 1; /* c5 */
552 *(c1 += 384) = (b + d + 1) >> 1; /* c6 */
553 *(c1 += 384) = (b + c + 1) >> 1; /* c7 */
554 *(c1 += 384) = (b + a + 1) >> 1; /* c8 */
556 c1 += offset
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp 828 int32_t c1 = coefs[offset]; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/http/
HttpResponseCacheTest.java 120 URLConnection c1 = server.getUrl("/").openConnection(); local
121 assertEquals('A', c1.getInputStream().read());
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 198 int c1 = bm1.getPixel(i % 16, i / 16); local
202 assertEquals("getPixel", c1, c2);
208 int a1 = Color.alpha(c1);
212 int r1 = Color.red(c1);
217 int g1 = Color.green(c1);
222 int b1 = Color.blue(c1);
229 " set+get " + Integer.toHexString(c1) +
  /frameworks/base/services/java/com/android/server/wm/
Watermark.java 69 int c1 = mTokens[0].charAt(i); local
71 if (c1 >= 'a' && c1 <= 'f') c1 = c1 - 'a' + 10;
72 else if (c1 >= 'A' && c1 <= 'F') c1 = c1 - 'A' + 10;
73 else c1 -= '0'
    [all...]
  /frameworks/rs/
rsMatrix4x4.cpp 45 int c1 = (i+2) % 4; local
52 (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r1]))
53 - (m[c0 + 4*r1] * (m[c1 + 4*r0] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r0]))
54 + (m[c0 + 4*r2] * (m[c1 + 4*r0] * m[c2 + 4*r1] - m[c1 + 4*r1] * m[c2 + 4*r0]));
87 int c1 = (i+2) % 4; local
93 float minor = (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r1])
    [all...]
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 366 int c1 = read(); local
368 if (c1 <= '7' && c1 >= '0') {
369 int digitValue = c1 - '0';
370 c1 = read();
371 if (c1 > '7' || c1 < '0') {
374 digitValue = digitValue * 8 + (c1 - '0');
375 c1 = read();
377 if (digitValue > 037 || c1 > '7' || c1 < '0')
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java 352 X509Certificate c1 = getCertificate(f, CERT_RSA); local
355 assertEquals(c1, c2);
358 assertFalse(c1.equals(c3));
359 assertFalse(c3.equals(c1));
363 X509Certificate c1 = getCertificate(f, CERT_RSA); local
365 String output1 = c1.toString();
370 assertEquals(c1.toString(), c2.toString());
373 assertFalse(c3.toString().equals(c1.toString()));
377 X509Certificate c1 = getCertificate(f, CERT_RSA); local
380 assertEquals(c1.hashCode(), c2.hashCode())
    [all...]
  /libcore/luni/src/test/java/tests/java/security/
IdentityTest.java 126 CertificateStub c1 = new CertificateStub("fff", null, null, pk1); local
127 i.addCertificate(c1);
128 assertSame(c1, i.certificates()[0]);
143 CertificateStub c1 = new CertificateStub("fff", null, null, pk1); local
144 i.addCertificate(c1);
145 assertSame(c1, i.certificates()[0]);
169 // CertificateStub c1 = new CertificateStub("fff", null, null, pk1);
170 // i.addCertificate(c1);
171 // assertSame(c1, i.certificates()[0]);
172 // i.removeCertificate(c1);
194 CertificateStub c1 = new CertificateStub("fff", null, null, pk1); local
298 CertificateStub c1 = new CertificateStub("fff", null, null, pk1); local
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 108 X509Certificate c1 = (X509Certificate)cf.generateCertificate(bis); local
110 return new TrustAnchor(c1, null);
607 * f9:b9:c8:c5:1a:b0:c1:4f:0f:1d:1c:e8:c4:cf:c7:87:52:19:
    [all...]
  /packages/apps/Camera2/src/com/android/camera/crop/
GeometryMathUtils.java 59 float c1 = line2[1]; local
67 float t5 = c1 - d1;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGrad.java 139 float[] c1 = new float[] { mGradRep.getPoint1X(), mGradRep.getPoint1Y() }; local
142 if (c1[0] == -1) {
149 c1[0] = cx;
150 c1[1] = cy-rx;
151 mToScr.mapPoints(c1);
153 mEllipse.setPoint1(c1[0], c1[1]);
161 mToScr.mapPoints(c1);
163 mEllipse.setPoint1(c1[0], c1[1])
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 939 Cursor c1 = mDatabase.rawQuery(s1, new String[]{"2", "201", "900"}); local
    [all...]
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CharsetTest.java 324 Charset c1 = Charset.forName("US-ASCII"); local
337 // assertSame(Charset.forName("US-ASCII"), c1);
567 MockCharset c1 = new MockCharset("mock", null); local
568 assertEquals(0, c1.compareTo(c1));
571 assertEquals(0, c1.compareTo(c2));
574 assertTrue(c1.compareTo(c2) < 0);
575 assertTrue(c2.compareTo(c1) > 0);
578 assertTrue(c1.compareTo(c2) > 0);
579 assertTrue(c2.compareTo(c1) < 0)
    [all...]

Completed in 533 milliseconds

<<11121314151617181920>>