HomeSort by relevance Sort by last modified time
    Searched refs:c1 (Results 26 - 50 of 648) sorted by null

12 3 4 5 6 7 8 91011>>

  /bootable/bootloader/legacy/arch_armv6/
dcc.S 35 mrc 14, 0, r0, c0, c1, 0
43 mrc 14, 0, r15, c0, c1, 0
  /external/libffi/testsuite/libffi.call/
struct5.c 11 char c1; member in struct:__anon8302
17 ts1.c1 += ts2.c1;
52 ts5_arg1.c1 = 2;
54 ts5_arg2.c1 = 5;
59 CHECK(ts5_result->c1 == 7);
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetTest.java 75 Charset c1 = Charset.forName("US-ASCII"); local
89 // assertSame(Charset.forName("US-ASCII"), c1);
444 MockCharset c1 = new MockCharset("mock", null); local
445 assertEquals(0, c1.compareTo(c1));
448 assertEquals(0, c1.compareTo(c2));
451 assertTrue(c1.compareTo(c2) < 0);
452 assertTrue(c2.compareTo(c1) > 0);
455 assertTrue(c1.compareTo(c2) > 0);
456 assertTrue(c2.compareTo(c1) < 0)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair.c 73 int c1 = pData[i+1]; local
76 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
77 pData[i+1] = (OMX_S16)(c0+c1-c2-c3);
78 pData[i+2] = (OMX_S16)(c0-c1-c2+c3);
79 pData[i+3] = (OMX_S16)(c0-c1+c2-c3);
86 int c1 = pData[i+4]; local
89 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
90 pData[i+4] = (OMX_S16)(c0+c1-c2-c3);
91 pData[i+8] = (OMX_S16)(c0-c1-c2+c3);
92 pData[i+12] = (OMX_S16)(c0-c1+c2-c3)
    [all...]
  /external/libvpx/vp8/common/
idctllm.c 31 int a1, b1, c1, d1; local
45 c1 = temp1 - temp2;
54 op[shortpitch*1] = b1 + c1;
55 op[shortpitch*2] = b1 - c1;
71 c1 = temp1 - temp2;
81 op[1] = (b1 + c1 + 4) >> 3;
82 op[2] = (b1 - c1 + 4) >> 3;
136 int a1, b1, c1, d1; local
145 c1 = ip[4] - ip[8];
149 op[4] = c1 + d1
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertificateCertificateRepTest.java 32 MyCertificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
33 MyCertificateRep rep = c1.new MyCertificateRep("TEST_TYPE", new byte[] {
41 c1.new MyCertificateRep(null, null);
47 MyCertificate.MyCertificateRep rep1 = c1.new MyCertificateRep(
60 MyCertificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
61 MyCertificateRep rep = c1.new MyCertificateRep("TEST_TYPE", new byte[] {
71 MyCertificateRep rep1 = c1.new MyCertificateRep("X509", TestUtils
  /external/openssl/crypto/bn/asm/
co-586.pl 18 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
34 &adc($c1,"edx");
46 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
64 &adc($c1,"edx");
75 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
96 &adc($c1,"edx");
108 local($a,$b,$c0,$c1,$c2);
115 $c1="ecx";
135 &xor($c1,$c1);
    [all...]
bn-mips.s 759 multu $12,$8 # mul_add_c(a[0],b[0],c1,c2,c3);
769 multu $12,$9 # mul_add_c(a[0],b[1],c2,c3,c1);
778 multu $13,$8 # mul_add_c(a[1],b[0],c2,c3,c1);
782 sw $2,0($4) # r[0]=c1;
787 multu $14,$8 # mul_add_c(a[2],b[0],c3,c1,c2);
797 multu $13,$9 # mul_add_c(a[1],b[1],c3,c1,c2);
804 multu $12,$10 # mul_add_c(a[0],b[2],c3,c1,c2);
812 multu $12,$11 # mul_add_c(a[0],b[3],c1,c2,c3);
823 multu $13,$10 # mul_add_c(a[1],b[2],c1,c2,c3);
831 multu $14,$9 # mul_add_c(a[2],b[1],c1,c2,c3)
    [all...]
  /external/openssl/crypto/bn/asm/x86/
comba.pl 6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
22 &adc($c1,"edx");
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
52 &adc($c1,"edx");
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
84 &adc($c1,"edx");
96 local($a,$b,$c0,$c1,$c2);
103 $c1="ecx";
123 &xor($c1,$c1);
    [all...]
  /external/icu4c/common/
unormcmp.cpp 63 * get one code unit c1 from s1 (-1 if end of source)
69 * if(c1==c2) {
73 * // c1!=c2
74 * try to decompose/case-fold c1/c2, and continue if one does;
76 * // still c1!=c2 and neither decomposes/case-folds, return result
77 * return c1-c2;
170 UChar32 c1, c2, cp1, cp2; local
211 c1=c2=-1;
220 if(c1<0) {
223 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE))))
    [all...]
  /external/libvpx/vp8/encoder/x86/
dct_sse2.asm 87 psubw xmm3, xmm1 ;c1 d1 c1 d1 c1 d1 c1 d1
89 psllw xmm3, 3 ;c1 <<= 3 d1 <<= 3
95 pmaddwd xmm3, XMMWORD PTR[GLOBAL(_5352_2217)] ;c1*2217 + d1*5352
96 pmaddwd xmm4, XMMWORD PTR[GLOBAL(_2217_neg5352)];d1*2217 - c1*5352
100 psrad xmm3, 12 ;(c1 * 2217 + d1 * 5352 + 14500)>>12
101 psrad xmm4, 12 ;(d1 * 2217 - c1 * 5352 + 7500)>>12
124 psubw xmm3, xmm2 ;c1 c1 c1 c1 d1 d1 d1 d
    [all...]
dct_mmx.asm 70 psubw mm4, mm2 ; c1 = 1 - 2
86 ; interleave c1, d1
88 punpcklwd mm1, mm4 ; c1 d1
89 punpckhwd mm5, mm4 ; c1 d1
94 pmaddwd mm1, MMWORD PTR[GLOBAL (_5352_2217)] ; c1*2217 + d1*5352
95 pmaddwd mm4, MMWORD PTR[GLOBAL (_5352_2217)] ; c1*2217 + d1*5352
97 pmaddwd mm3, MMWORD PTR[GLOBAL(_2217_neg5352)] ; d1*2217 - c1*5352
98 pmaddwd mm5, MMWORD PTR[GLOBAL(_2217_neg5352)] ; d1*2217 - c1*5352
105 psrad mm1, 12 ; (c1 * 2217 + d1 * 5352 + 14500)>>12
106 psrad mm4, 12 ; (c1 * 2217 + d1 * 5352 + 14500)>>1
    [all...]
  /external/embunit/src/
stdImpl.c 103 char c1,c2; local
105 c1 = *s1++;
107 } while ((c1) && (c2) && (c1==c2));
108 return c1 - c2;
  /external/openssl/crypto/
o_str.c 105 const unsigned char *c1=v1,*c2=v2; local
108 while(n && (ret=*c1-*c2)==0) n--,c1++,c2++;
  /external/valgrind/main/memcheck/tests/
varinfo4.c 36 typedef struct { short c1; char* c2[3]; } XX; member in struct:__anon14326
47 croak(1 + (char*)(&a[3].xyzzy[x*y].c1));
51 return a[3].xyzzy[x*y].c1;
  /external/icu4c/samples/uciter8/
uciter8.c 48 UChar32 c1, c2; local
74 c1=iter1->current(iter1);
76 if(c1!=c2) {
77 log_err("%s->current()=U+%04x != U+%04x=%s->current() at middle=%d\n", n1, c1, c2, n2, middle);
83 c1=iter1->next(iter1);
85 if(c1!=c2) {
86 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
93 c1=iter1->previous(iter1);
95 if(c1!=c2) {
96 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT))
308 UChar32 c1, c2; local
    [all...]
  /external/llvm/test/MC/ARM/
arm_instructions.s 63 @ CHECK: cdp p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xee]
64 cdp p7, #1, c1, c1, c1, #4
65 @ CHECK: cdp2 p7, #1, c1, c1, c1, #4 @ encoding: [0x81,0x17,0x11,0xfe]
66 cdp2 p7, #1, c1, c1, c1, #
    [all...]
  /external/apache-http/src/org/apache/http/cookie/
CookiePathComparator.java 66 public int compare(final Cookie c1, final Cookie c2) {
67 String path1 = normalizePath(c1);
  /external/chromium/base/
string16.h 73 static void assign(char_type& c1, const char_type& c2) {
74 c1 = c2;
77 static bool eq(const char_type& c1, const char_type& c2) {
78 return c1 == c2;
80 static bool lt(const char_type& c1, const char_type& c2) {
81 return c1 < c2;
121 static bool eq_int_type(const int_type& c1, const int_type& c2) {
122 return c1 == c2;
  /external/chromium/googleurl/base/
string16.h 86 static void assign(char_type& c1, const char_type& c2) {
87 c1 = c2;
90 static bool eq(const char_type& c1, const char_type& c2) {
91 return c1 == c2;
93 static bool lt(const char_type& c1, const char_type& c2) {
94 return c1 < c2;
134 static bool eq_int_type(const int_type& c1, const int_type& c2) {
135 return c1 == c2;
  /external/webkit/Source/WebCore/platform/text/
BidiContext.cpp 93 bool operator==(const BidiContext& c1, const BidiContext& c2)
95 if (&c1 == &c2)
97 if (c1.level() != c2.level() || c1.override() != c2.override() || c1.dir() != c2.dir() || c1.source() != c2.source())
99 if (!c1.parent())
101 return c2.parent() && *c1.parent() == *c2.parent();
  /external/regex-re2/util/
rune.cc 51 int c, c1, c2, c3; local
68 c1 = *(unsigned char*)(str+1) ^ Tx;
69 if(c1 & Testx)
74 l = ((c << Bitx) | c1) & Rune2;
89 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
104 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
233 long c1; local
241 c1 = *(unsigned char*)s;
242 if(c1 < Runeself) { /* one byte rune */
243 if(c1 == 0
    [all...]
  /external/bzip2/
blocksort.c 355 UChar c1, c2; local
360 c1 = block[i1]; c2 = block[i2];
361 if (c1 != c2) return (c1 > c2);
364 c1 = block[i1]; c2 = block[i2];
365 if (c1 != c2) return (c1 > c2);
368 c1 = block[i1]; c2 = block[i2];
369 if (c1 != c2) return (c1 > c2)
764 UChar c1; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
Collections2Test.java 344 Collection<Object> c1 = new ArrayList<Object>(); local
346 Collections.addAll(c1, arr1);
348 assertTrue(Collections.disjoint(c1, c2));
349 c1.add(arr2[10]);
350 assertFalse(Collections.disjoint(c1, c2));
352 c1 = new LinkedList<Object>();
354 Collections.addAll(c1, arr1);
356 assertTrue(Collections.disjoint(c1, c2));
357 c1.add(arr2[10]);
358 assertFalse(Collections.disjoint(c1, c2))
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
CertificateTest.java 77 Certificate c1 = new MyCertificate("DUMMY", new byte[] {(byte)0, (byte)1}); local
81 SerializationTest.copySerializable(c1);
94 Certificate c1 = new MyCertificate("DUMMY", null); local
98 SerializationTest.copySerializable(c1);

Completed in 615 milliseconds

12 3 4 5 6 7 8 91011>>