/external/ltp/testcases/kernel/mem/shmt/ |
D | shmt03.c | 59 char *cp1, *cp2; in main() local 93 if ((cp2 = shmat(shmid, NULL, 0)) == (char *)-1) { in main() 99 if ((*cp2 != '1' || *(cp2 + 5 * K_1) != '2') && in main() 112 if (*cp2 != '1' || *(cp2 + 5 * K_1) != '2' || in main()
|
/external/fsck_msdos/ |
D | fat.c | 337 clustdiffer(cl_t cl, cl_t *cp1, cl_t *cp2, int fatnum) in clustdiffer() argument 340 if (*cp2 == CLUST_FREE || *cp2 >= CLUST_RSRVD) { in clustdiffer() 342 && *cp2 != CLUST_FREE && *cp2 < CLUST_BAD) in clustdiffer() 343 || (*cp1 > CLUST_BAD && *cp2 > CLUST_BAD)) { in clustdiffer() 347 *cp2 = *cp1; in clustdiffer() 353 cl, rsrvdcltype(*cp1), rsrvdcltype(*cp2), fatnum); in clustdiffer() 355 *cp2 = *cp1; in clustdiffer() 359 *cp1 = *cp2; in clustdiffer() 365 cl, rsrvdcltype(*cp1), *cp2, fatnum); in clustdiffer() 367 *cp1 = *cp2; in clustdiffer() [all …]
|
/external/libxml2/os400/ |
D | wrappers.c | 47 char const * cp2; in _lx_inet_ntop() local 53 if (!(cp2 = xmlTranscodeString(cp1, NULL, NULL))) in _lx_inet_ntop() 54 return cp2; in _lx_inet_ntop() 56 i = strlen(cp2); in _lx_inet_ntop() 59 xmlFree((char *) cp2); in _lx_inet_ntop() 64 memcpy(dst, cp2, i + 1); in _lx_inet_ntop() 65 xmlFree((char *) cp2); in _lx_inet_ntop()
|
/external/f2fs-tools/scripts/ |
D | dumpf2fs.sh | 14 cp2) 15 echo dump cp2 19 echo dump cp1 and cp2 29 echo dump cp2 all 33 echo dump cp1 and cp2 all
|
/external/openssh/ |
D | hostfile.c | 680 char *cp, *cp2; in hostkeys_foreach() local 728 for (cp2 = cp; *cp2 && *cp2 != ' ' && *cp2 != '\t'; cp2++) in hostkeys_foreach() 731 *cp2++ = '\0'; in hostkeys_foreach() 771 for (; *cp2 == ' ' || *cp2 == '\t'; cp2++) in hostkeys_foreach() 773 if (*cp2 == '\0' || *cp2 == '#') { in hostkeys_foreach() 778 lineinfo.rawkey = cp = cp2; in hostkeys_foreach() 832 cp2 += l; /* Skip past key type */ in hostkeys_foreach() 833 for (; *cp2 == ' ' || *cp2 == '\t'; cp2++) in hostkeys_foreach() 835 if (*cp2 == '\0' || *cp2 == '#') { in hostkeys_foreach()
|
/external/clang/test/SemaCXX/ |
D | complex-overload.cpp | 6 char *cp2 = foo(dv); in test_foo_1() local 16 char *cp2 = foo(dv); in test_foo_2() local 25 char *cp2 = foo(dv); in test_foo_3() local 50 char *cp2 = promote_or_convert3(1i); in test_promote_or_convert3() local
|
/external/e2fsprogs/lib/uuid/ |
D | copy.c | 41 const unsigned char *cp2; in uuid_copy() local 44 for (i=0, cp1 = dst, cp2 = src; i < 16; i++) in uuid_copy() 45 *cp1++ = *cp2++; in uuid_copy()
|
/external/curl/packages/OS400/ |
D | os400sys.c | 1110 char * cp2; in Curl_ldap_get_dn_a() local 1119 if(!(cp2 = malloc(i + 1))) in Curl_ldap_get_dn_a() 1120 return cp2; in Curl_ldap_get_dn_a() 1122 QadrtConvertE2A(cp2, cp, i, i); in Curl_ldap_get_dn_a() 1123 cp2[i] = '\0'; in Curl_ldap_get_dn_a() 1129 strcpy(cp, cp2); in Curl_ldap_get_dn_a() 1130 free(cp2); in Curl_ldap_get_dn_a() 1142 char * cp2; in Curl_ldap_first_attribute_a() local 1151 if(!(cp2 = malloc(i + 1))) in Curl_ldap_first_attribute_a() 1152 return cp2; in Curl_ldap_first_attribute_a() [all …]
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
D | Main.java | 65 public void find(String level, String cp1, String cp2) throws IOException { in find() argument 69 if (cp2 == null) { in find() 70 cp2 = cp1; in find() 82 new DepFind().run(cp1, cp2, handler); in find()
|
/external/clang/test/Sema/ |
D | overloadable-complex.c | 6 char *cp2 = foo(dv); in test_foo_1() local 16 char *cp2 = foo(dv); in test_foo_2() local 25 char *cp2 = foo(dv); in test_foo_3() local
|
/external/icu/icu4c/source/common/ |
D | unormcmp.cpp | 170 UChar32 c1, c2, cp1, cp2; in unorm_cmpEquivFold() local 300 cp2=c2; in unorm_cmpEquivFold() 307 cp2=U16_GET_SUPPLEMENTARY(c2, c); in unorm_cmpEquivFold() 311 cp2=U16_GET_SUPPLEMENTARY(c, c2); in unorm_cmpEquivFold() 367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0 in unorm_cmpEquivFold() 453 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length)) in unorm_cmpEquivFold()
|
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 1789 uint32* cp2 = cp1+w+toskew; in putcontig8bitYCbCrGenericTile() local 1790 uint32* cp3 = cp2+w+toskew; in putcontig8bitYCbCrGenericTile() 1826 YCbCrtoRGB(cp2[0], pp[ 8]); in putcontig8bitYCbCrGenericTile() 1827 YCbCrtoRGB(cp2[1], pp[ 9]); in putcontig8bitYCbCrGenericTile() 1828 YCbCrtoRGB(cp2[2], pp[10]); in putcontig8bitYCbCrGenericTile() 1829 YCbCrtoRGB(cp2[3], pp[11]); in putcontig8bitYCbCrGenericTile() 1835 cp += 4, cp1 += 4, cp2 += 4, cp3 += 4; in putcontig8bitYCbCrGenericTile() 1838 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr; in putcontig8bitYCbCrGenericTile() 1850 uint32* cp2 = cp1+w+toskew; in DECLAREContigPutFunc() local 1851 uint32* cp3 = cp2+w+toskew; in DECLAREContigPutFunc() [all …]
|
/external/python/cpython2/Modules/ |
D | audioop.c | 505 short *cp1, *cp2; in audioop_findfit() local 516 (char**)&cp1, &len1, (char**)&cp2, &len2) ) in audioop_findfit() 529 sum_ri_2 = _sum2(cp2, cp2, len2); in audioop_findfit() 531 sum_aij_ri = _sum2(cp1, cp2, len2); in audioop_findfit() 543 sum_aij_ri = _sum2(cp1+j, cp2, len2); in audioop_findfit() 555 factor = _sum2(cp1+best_j, cp2, len2) / sum_ri_2; in audioop_findfit() 567 short *cp1, *cp2; in audioop_findfactor() local 572 (char**)&cp1, &len1, (char**)&cp2, &len2) ) in audioop_findfactor() 583 sum_ri_2 = _sum2(cp2, cp2, len2); in audioop_findfactor() 584 sum_aij_ri = _sum2(cp1, cp2, len2); in audioop_findfactor() [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | merge-cleanuppads.ll | 22 %cp2 = cleanuppad within none [] 23 tail call void @may_throw(i32 1) #2 [ "funclet"(token %cp2) ] 24 cleanupret from %cp2 unwind to caller
|
/external/llvm/test/CodeGen/WinEH/ |
D | wineh-demotion.ll | 170 %cp2 = catchpad within %cs2 [] 171 call void @h(i32 %phi.outer) [ "funclet"(token %cp2) ] 172 catchret from %cp2 to label %exit 243 %cp2 = catchpad within %cs1 [] 244 call void @h(i32 %phi.catch) [ "funclet"(token %cp2) ] 245 catchret from %cp2 to label %exit 269 %cp2 = cleanuppad within none [] 270 call void @h(i32 %x) [ "funclet"(token %cp2) ] 271 cleanupret from %cp2 unwind to caller
|
/external/llvm/test/CodeGen/X86/ |
D | win-catchpad-nested.ll | 27 %cp2 = catchpad within %cs2 [i32 2] 28 catchret from %cp2 to label %outer.ret
|
/external/curl/lib/ |
D | x509asn1.c | 888 char *cp2; in Curl_extract_certinfo() local 1018 cp2 = malloc(i + 1); in Curl_extract_certinfo() 1019 if(!cp2) { in Curl_extract_certinfo() 1024 i = copySubstring(cp2, "-----BEGIN CERTIFICATE-----"); in Curl_extract_certinfo() 1026 i += copySubstring(cp2 + i, cp1 + j); in Curl_extract_certinfo() 1027 i += copySubstring(cp2 + i, "-----END CERTIFICATE-----"); in Curl_extract_certinfo() 1028 cp2[i] = '\0'; in Curl_extract_certinfo() 1031 Curl_ssl_push_certinfo(data, certnum, "Cert", cp2); in Curl_extract_certinfo() 1033 infof(data, "%s\n", cp2); in Curl_extract_certinfo() 1034 free(cp2); in Curl_extract_certinfo()
|
/external/clang/test/SemaObjC/ |
D | nonnull.m | 30 foo (int i1, int i2, int i3, void (^cp1)(), void (^cp2)(), void (^cp3)()) 32 func1(cp1, cp2, i1); 34 …func1(0, cp2, i1); // expected-warning {{null passed to a callee that requires a non-null argumen… 36 func1(cp1, cp2, 0);
|
/external/jarjar/res/com/tonicsystems/jarjar/ |
D | help.txt | 15 java -jar jarjar.jar find <level> <cp1> [<cp2>] 17 Prints dependencies on classpath <cp2> in classpath <cp1>. If <cp2>
|
/external/clang/test/Analysis/ |
D | call-invalidation.cpp | 30 int * const cp2 = &x; in testPointer() local 33 useReference(cp2); in testPointer()
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 1968 static void mark_dirty_variable(struct cpuset *cp1, const struct cpuset *cp2) in mark_dirty_variable() argument 1971 cp1->cpu_exclusive != cp2->cpu_exclusive) in mark_dirty_variable() 1975 cp1->mem_exclusive != cp2->mem_exclusive) in mark_dirty_variable() 1978 if (cp1->mem_hardwall_valid && cp1->mem_hardwall != cp2->mem_hardwall) in mark_dirty_variable() 1982 cp1->notify_on_release != cp2->notify_on_release) in mark_dirty_variable() 1986 cp1->memory_migrate != cp2->memory_migrate) in mark_dirty_variable() 1990 cp1->memory_pressure_enabled != cp2->memory_pressure_enabled) in mark_dirty_variable() 1994 cp1->memory_spread_page != cp2->memory_spread_page) in mark_dirty_variable() 1998 cp1->memory_spread_slab != cp2->memory_spread_slab) in mark_dirty_variable() 2002 cp1->sched_load_balance != cp2->sched_load_balance) in mark_dirty_variable() [all …]
|
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/ |
D | placeholders.pass.cpp | 48 constexpr decltype(std::placeholders::_2) cp2 = std::placeholders::_2; variable 62 ((void)cp2); in use_placeholders_to_prevent_unused_warning()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CanonicalIterator.java | 310 int cp2 = iter.codepoint; in getEquivalents2() local 311 Set<String> remainder = extract(cp2, segment, i, workingBuffer); in getEquivalents2() 318 prefix += UTF16.valueOf(cp2); in getEquivalents2()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CanonicalIterator.java | 306 int cp2 = iter.codepoint; in getEquivalents2() local 307 Set<String> remainder = extract(cp2, segment, i, workingBuffer); in getEquivalents2() 314 prefix += UTF16.valueOf(cp2); in getEquivalents2()
|
/external/clang/test/PCH/ |
D | namespaces.cpp | 33 N3::C *cp2; variable
|