Searched refs:cp2 (Results 1 - 25 of 36) sorted by relevance

12

/external/e2fsprogs/lib/uuid/
H A Dcopy.c40 const unsigned char *cp2; local
43 for (i=0, cp1 = dst, cp2 = src; i < 16; i++)
44 *cp1++ = *cp2++;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathTest.java61 CertPath cp2 = new MyCertPath(testEncoding);
63 assertTrue(cp1.hashCode() == cp2.hashCode());
72 CertPath cp2 = new MyCertPath(testEncoding);
73 assertTrue((cp1.hashCode() == cp2.hashCode()) && cp1.equals(cp2));
100 CertPath cp2 = new MyCertPath(testEncoding);
101 assertTrue(cp1.equals(cp2) && cp2.equals(cp1));
H A DCollectionCertStoreParametersTest.java156 CollectionCertStoreParameters cp2 =
159 assertTrue(cp1 != cp2);
172 CollectionCertStoreParameters cp2 =
175 assertTrue(cp1.getCollection() == cp2.getCollection());
186 CollectionCertStoreParameters cp2 =
189 (CollectionCertStoreParameters) cp2.clone();
191 assertTrue(cp1.getCollection() == cp2.getCollection() &&
192 cp3.getCollection() == cp2.getCollection());
H A DLDAPCertStoreParametersTest.java151 LDAPCertStoreParameters cp2 = (LDAPCertStoreParameters) cp1.clone();
153 assertTrue("newObject", cp1 != cp2);
155 cp1.getServerName().equals(cp2.getServerName()));
156 assertTrue("portsTheSame", cp1.getPort() == cp2.getPort());
/external/oprofile/daemon/liblegacy/
H A Dopd_kernel.c152 char * cp, * cp2, * cp3; local
191 cp2 = cp;
192 while ((*cp2) && !!strncmp("_S", cp2+1, 2) && !!strncmp("_O", cp2+1, 2))
193 cp2++;
195 if (!*cp2) {
200 cp2++;
202 modname = xmalloc((size_t)((cp2-cp) + 1));
203 strncpy(modname, cp, (size_t)((cp2
[all...]
/external/clang/test/SemaCXX/
H A Dcomplex-overload.cpp6 char *cp2 = foo(dv); local
16 char *cp2 = foo(dv); local
25 char *cp2 = foo(dv); local
50 char *cp2 = promote_or_convert3(1i); local
/external/f2fs-tools/scripts/
H A Ddumpf2fs.sh14 cp2)
15 echo dump cp2
19 echo dump cp1 and cp2
29 echo dump cp2 all
33 echo dump cp1 and cp2 all
/external/clang/test/Sema/
H A Doverloadable-complex.c6 char *cp2 = foo(dv); local
16 char *cp2 = foo(dv); local
25 char *cp2 = foo(dv); local
/external/chromium_org/google_apis/cup/
H A Dclient_update_protocol_unittest.cc123 std::string cp2;
124 ASSERT_TRUE(CUP().SignRequest(url2, kRequest, &cp2));
127 EXPECT_EQ(kExpectedCP, cp2);
128 EXPECT_NE(cp, cp2);
/external/clang/test/PCH/
H A Dnamespaces.cpp33 N3::C *cp2;
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DMain.java65 public void find(String level, String cp1, String cp2) throws IOException { argument
69 if (cp2 == null) {
70 cp2 = cp1;
82 new DepFind().run(cp1, cp2, handler);
/external/fsck_msdos/
H A Dfat.c337 clustdiffer(cl_t cl, cl_t *cp1, cl_t *cp2, int fatnum) argument
340 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) {
342 && *cp2 != CLUST_FREE && *cp2 < CLUST_BAD)
343 || (*cp1 > CLUST_BAD && *cp2 > CLUST_BAD)) {
347 *cp2 = *cp1;
353 cl, rsrvdcltype(*cp1), rsrvdcltype(*cp2), fatnum);
355 *cp2 = *cp1;
359 *cp1 = *cp2;
[all...]
/external/clang/test/SemaTemplate/
H A Dimplicit-instantiation-1.cpp22 char* cp2 = add(cp, i); local
/external/clang/test/Analysis/
H A Dcall-invalidation.cpp30 int * const cp2 = &x; local
33 useReference(cp2);
/external/chromium_org/third_party/icu/source/common/
H A Dunormcmp.cpp170 UChar32 c1, c2, cp1, cp2; local
300 cp2=c2;
306 /* advance ++s2; only below if cp2 decomposes/case-folds */
307 cp2=U16_GET_SUPPLEMENTARY(c2, c);
311 cp2=U16_GET_SUPPLEMENTARY(c, c2);
367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
369 /* cp2 case-folds to the code point "length" or to p[length] */
453 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
455 /* cp2 decomposes into p[length] */
497 * code point order comparison must not just return cp1-cp2
[all...]
H A Dcaniter.cpp454 UChar32 cp2 = iter.getCodepoint(); local
457 if (extract(&remainder, cp2, segment, segLen, i, status) == NULL) {
463 prefix += cp2;
493 * See if the decomposition of cp2 is at segment starting at segmentPos
H A Dustrcase.c672 UChar32 c1, c2, cp1, cp2; local
790 cp2=c2;
796 /* advance ++s2; only below if cp2 decomposes/case-folds */
797 cp2=U16_GET_SUPPLEMENTARY(c2, c);
801 cp2=U16_GET_SUPPLEMENTARY(c, c2);
857 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
859 /* cp2 case-folds to the code point "length" or to p[length] */
905 * code point order comparison must not just return cp1-cp2
907 * that formed cp1 and cp2 may be from different string indexes
910 * c1=d800 cp1=10001 c2=dc00 cp2
[all...]
/external/icu/icu4c/source/common/
H A Dunormcmp.cpp170 UChar32 c1, c2, cp1, cp2; local
300 cp2=c2;
306 /* advance ++s2; only below if cp2 decomposes/case-folds */
307 cp2=U16_GET_SUPPLEMENTARY(c2, c);
311 cp2=U16_GET_SUPPLEMENTARY(c, c2);
367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
369 /* cp2 case-folds to the code point "length" or to p[length] */
453 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
455 /* cp2 decomposes into p[length] */
497 * code point order comparison must not just return cp1-cp2
[all...]
H A Dustrcase.cpp493 UChar32 c1, c2, cp1, cp2; local
611 cp2=c2;
617 /* advance ++s2; only below if cp2 decomposes/case-folds */
618 cp2=U16_GET_SUPPLEMENTARY(c2, c);
622 cp2=U16_GET_SUPPLEMENTARY(c, c2);
678 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
680 /* cp2 case-folds to the code point "length" or to p[length] */
726 * code point order comparison must not just return cp1-cp2
728 * that formed cp1 and cp2 may be from different string indexes
731 * c1=d800 cp1=10001 c2=dc00 cp2
[all...]
H A Dcaniter.cpp455 UChar32 cp2 = iter.getCodepoint(); local
458 if (extract(&remainder, cp2, segment, segLen, i, status) == NULL) {
464 prefix += cp2;
494 * See if the decomposition of cp2 is at segment starting at segmentPos
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasPathMethods.cpp105 FloatPoint cp2 = FloatPoint(cp2x, cp2y); local
106 if (p1 != m_path.currentPoint() || p1 != cp1 || p1 != cp2)
107 m_path.addBezierCurveTo(cp1, cp2, p1);
/external/qemu/slirp/
H A Dmisc.c203 register const char *cp1, *cp2;
207 for (cp2 = "0123456789abcdefghijklmnopqrstuv"; *cp2; cp2++) {
208 line[9] = *cp2;
/external/qemu/slirp-android/
H A Dmisc.c183 register const char *cp1, *cp2;
187 for (cp2 = "0123456789abcdefghijklmnopqrstuv"; *cp2; cp2++) {
188 line[9] = *cp2;
/external/f2fs-tools/fsck/
H A Dmount.c320 void *cp1, *cp2, *cur_page; local
338 cp2 = validate_checkpoint(sbi, cp_start_blk_no, &cp2_version);
340 if (cp1 && cp2) {
342 cur_page = cp2;
347 } else if (cp2) {
348 cur_page = cp2;
351 free(cp2);
362 if (cur_page == cp2)
372 free(cp2);
/external/fio/
H A Dparse.c545 char *cp2; local
592 cp2 = strchr(ptr, '.');
593 if (cp2 != NULL) {
596 while (*++cp2 != '\0' && *cp2 >= '0' && *cp2 <= '9')

Completed in 3664 milliseconds

12