Searched refs:p2 (Results 1 - 25 of 637) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dmemcmp.c55 *p2 = (unsigned char *)s2; local
57 if (*p1++ != *p2++)
58 return (*--p1 - *--p2);
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dtimingsafe_bcmp.c26 const unsigned char *p1 = b1, *p2 = b2; local
30 ret |= *p1++ ^ *p2++;
/macosx-10.10/uucp-11/uucp/lib/
H A Dmemcmp.c13 const char *p2 = (const char *) p2arg; local
16 if (*p1++ != *p2++)
17 return BUCHAR (*--p1) - BUCHAR (*--p2);
/macosx-10.10/uucp-11/uucp/uuconf/
H A Dmrgblk.c38 _uuconf_pmalloc_block_merge (p1, p2)
40 pointer p2;
43 struct sblock *q2 = (struct sblock *) p2;
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/am_conf/
H A Dbt_compare2.cs24 u_char *p1, *p2;
32 for (p1 = a-__GT__data, p2 = b-__GT__data, len = 5; len--; ++p1, ++p2)
33 if (*p1 != *p2)
34 return ((long)*p1 - (long)*p2);
/macosx-10.10/dtrace-147/test/tst/common/struct/
H A Derr.D_PROTO_ARG.DupStructAssoc.d53 struct pirate p2;
66 p2.position = 2;
67 p2.content = 'b';
72 assoc_array[p2] = 4444;
77 printf("assoc_array[p2]: %d\n", assoc_array[p2]);
/macosx-10.10/dtrace-147/test/tst/common/union/
H A Derr.D_PROTO_ARG.DupUnionAssoc.d53 union pirate p2;
66 p2.position = 2;
67 p2.content = 'b';
72 assoc_array[p2] = 4444;
77 printf("assoc_array[p2]: %d\n", assoc_array[p2]);
/macosx-10.10/vim-55/runtime/doc/
H A Ddoctags.c22 char *p1, *p2; local
46 p2 = strchr(p1 + 1, '*'); /* find second '*' */
47 if (p2 != NULL && p2 > p1 + 1) /* skip "*" and "**" */
49 for (p = p1 + 1; p < p2; ++p)
57 if (p == p2
62 *p2 = '\0';
74 p2 = strchr(p2 + 1, '*'); /* find next '*' */
77 p1 = p2;
[all...]
/macosx-10.10/autofs-246/automountd/
H A Dnfs_subr.c78 char *p1, *p2; local
119 p2 = host;
138 if (*p2 == '\0') {
142 *p1 = *p2;
144 p2++;
156 p2 = newpath;
164 if (*p2 == '\0') {
167 *p1 = *p2;
169 p2++;
176 p2
[all...]
/macosx-10.10/shell_cmds-179/w/
H A Dproc_compare.c52 * Returns 1 if p2 is "better" than p1
86 proc_compare(struct kinfo_proc *p1, struct kinfo_proc *p2) argument
93 struct extern_proc* p2 = &arg2->kp_proc;
101 switch (TESTAB(ISRUN(p1), ISRUN(p2))) {
110 if (p2->ki_estcpu > p1->ki_estcpu)
112 if (p1->ki_estcpu > p2->ki_estcpu)
114 return (p2->ki_pid > p1->ki_pid); /* tie - return highest pid */
119 switch (TESTAB(p1->ki_stat == SZOMB, p2->ki_stat == SZOMB)) {
125 return (p2->ki_pid > p1->ki_pid); /* tie - return highest pid */
130 if (p2
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/charperf/
H A DCharPerf_r.pl31 my $p2; # Latest
34 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/charperf/$WindowsPlatform/Release/charperf.exe";
37 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest."/charperf/charperf";
43 "isAlpha", ["$p1 TestIsAlpha" , "$p2 TestIsAlpha" ],
44 "isUpper", ["$p1 TestIsUpper" , "$p2 TestIsUpper" ],
45 "isLower", ["$p1 TestIsLower" , "$p2 TestIsLower" ],
46 "isDigit", ["$p1 TestIsDigit" , "$p2 TestIsDigit" ],
47 "isSpace", ["$p1 TestIsSpace" , "$p2 TestIsSpace" ],
48 "isAlphaNumeric", ["$p1 TestIsAlphaNumeric" , "$p2 TestIsAlphaNumeric" ],
49 "isPrint", ["$p1 TestIsPrint" , "$p2 TestIsPrin
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/collperf/
H A DCollPerf_r.pl29 my $p1, $p2;
33 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/collperf/$WindowsPlatform/Release/collperf.exe";
36 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest."/collperf/collperf";
41 "Key Gen ICU null", ["$p1,TestIcu_KeyGen_null", "$p2,TestIcu_KeyGen_null"],
42 "Key Gen ICU len", ["$p1,TestIcu_KeyGen_len", "$p2,TestIcu_KeyGen_len"],
43 "Iteration icu forward null", ["$p1,TestIcu_ForwardIter_null", "$p2,TestIcu_ForwardIter_null"],
44 "Iteration icu forward len", ["$p1,TestIcu_ForwardIter_len", "$p2,TestIcu_ForwardIter_len"],
45 "Iteration icu backward null", ["$p1,TestIcu_BackwardIter_null", "$p2,TestIcu_BackwardIter_null"],
46 "Iteration icu backward len", ["$p1,TestIcu_BackwardIter_len", "$p2,TestIcu_BackwardIter_len"],
47 "Iteration/all icu forward null", ["$p1,TestIcu_ForwardIter_all_null", "$p2,TestIcu_ForwardIter_all_nul
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/collperf2/
H A DCollPerf2_r.pl50 my $p1, $p2;
54 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/collperf2/$WindowsPlatform/Release/collperf2.exe";
57 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/lib:".$ICULatest."/tools/ctestfw ".$ICULatest."/test/perf/collperf2/collperf2";
61 "ucol_strcoll/len", ["$p1,TestStrcoll", "$p2,TestStrcoll"],
62 "ucol_strcoll/null", ["$p1,TestStrcollNull", "$p2,TestStrcollNull"],
63 "ucol_strcoll/len/similar", ["$p1,TestStrcollSimilar", "$p2,TestStrcollSimilar"],
65 "ucol_strcollUTF8/len", ["$p1,TestStrcollUTF8", "$p2,TestStrcollUTF8"],
66 "ucol_strcollUTF8/null", ["$p1,TestStrcollUTF8Null", "$p2,TestStrcollUTF8Null"],
67 "ucol_strcollUTF8/len/similar", ["$p1,TestStrcollUTF8Similar", "$p2,TestStrcollUTF8Similar"],
69 "ucol_getSortKey/len", ["$p1,TestGetSortKey", "$p2,TestGetSortKe
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/normperf/
H A DNormPerf_r.pl31 my $p2; # Latest
35 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/normperf/$WindowsPlatform/Release/normperf.exe";
38 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest."/normperf/normperf";
63 "NFC_NFD_Text", ["$p1,TestICU_NFC_NFD_Text" , "$p2,TestICU_NFC_NFD_Text" ],
64 "NFC_NFC_Text", ["$p1,TestICU_NFC_NFC_Text" , "$p2,TestICU_NFC_NFC_Text" ],
65 "NFC_Orig_Text", ["$p1,TestICU_NFC_Orig_Text" , "$p2,TestICU_NFC_Orig_Text"],
66 "NFD_NFD_Text", ["$p1,TestICU_NFD_NFD_Text" , "$p2,TestICU_NFD_NFD_Text" ],
67 "NFD_NFC_Text", ["$p1,TestICU_NFD_NFC_Text" , "$p2,TestICU_NFD_NFC_Text" ],
68 "NFD_Orig_Text", ["$p1,TestICU_NFD_Orig_Text" , "$p2,TestICU_NFD_Orig_Text"],
70 "QC_NFC_NFD_Text", ["$p1,TestQC_NFC_NFD_Text" , "$p2,TestQC_NFC_NFD_Tex
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/strsrchperf/
H A DStrSrchPerf_r.pl34 my $p2; # Latest
38 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest . "/strsrchperf/$WindowsPlatform/Release/strsrchperf.exe -b";
42 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest . "/strsrchperf/strsrchperf -b";
56 "ICU Forward Search", [ "$p1 Test_ICU_Forward_Search", "$p2 Test_ICU_Forward_Search" ],
57 "ICU Backward Search",[ "$p1 Test_ICU_Backward_Search", "$p2 Test_ICU_Backward_Search" ],
/macosx-10.10/ICU-531.30/icuSources/test/perf/ubrkperf/
H A DUBrkPerf_r.pl43 my $p2; # Latest
47 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
50 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest."/ubrkperf/ubrkperf";
82 "TestForwardChar", ["$p1,$m1,TestICUForward", "$p2,$m1,TestICUForward"],
83 "TestForwardWord", ["$p1,$m2,TestICUForward", "$p2,$m2,TestICUForward"],
84 "TestForwardLine", ["$p1,$m3,TestICUForward", "$p2,$m3,TestICUForward"],
85 "TestForwardSentence", ["$p1,$m4,TestICUForward", "$p2,$m4,TestICUForward"],
87 "TestIsBoundChar", ["$p1,$m1,TestICUIsBound", "$p2,$m1,TestICUIsBound"],
88 "TestIsBoundWord", ["$p1,$m2,TestICUIsBound", "$p2,$m2,TestICUIsBound"],
89 "TestIsBoundLine", ["$p1,$m3,TestICUIsBound", "$p2,
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/usetperf/
H A DUsetPerf.pl31 my $p1, $p2;
34 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/usetperf/$WindowsPlatform/Release/usetperf.exe";
37 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest."/usetperf/usetperf";
41 "titlecase_letter/add", ["$p1,titlecase_letter_add", "$p2,titlecase_letter_add"],
42 "titlecase_letter/contains", ["$p1,titlecase_letter_contains", "$p2,titlecase_letter_contains"],
43 "titlecase_letter/iterator", ["$p1,titlecase_letter_iterator", "$p2,titlecase_letter_iterator"],
44 "unassigned/add", ["$p1,unassigned_add", "$p2,unassigned_add"],
45 "unassigned/contains", ["$p1,unassigned_contains", "$p2,unassigned_contains"],
46 "unassigned/iterator", ["$p1,unassigned_iterator", "$p2,unassigned_iterator"],
47 "pattern1", ["$p1,pattern1", "$p2,pattern
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/ustrperf/
H A DStringPerf_r.pl30 my $p2; # Latest
34 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/ustrperf/$WindowsPlatform/Release/stringperf.exe -b -u"; # Latest
37 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest."/ustrperf/stringperf -b -u"; # Latest
62 "Object Construction(empty string)", ["$p1,TestCtor" , "$p2,TestCtor" ],
63 "Object Construction(single char)", ["$p1,TestCtor1" , "$p2,TestCtor1" ],
64 "Object Construction(another string)", ["$p1,TestCtor2" , "$p2,TestCtor2" ],
65 "Object Construction(string literal)", ["$p1,TestCtor3" , "$p2,TestCtor3" ],
66 "String Assignment(helper)", ["$p1,TestAssign" , "$p2,TestAssign" ],
67 "String Assignment(string literal)", ["$p1,TestAssign1" , "$p2,TestAssign1" ],
68 "String Assignment(another string)", ["$p1,TestAssign2" , "$p2,TestAssign
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/utfperf/
H A DUtfPerf.pl30 my $p2;
34 $p2 = "cd ".$ICULatest."/bin && ".$ICUPathLatest."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Latest
37 $p2 = "LD_LIBRARY_PATH=".$ICULatest."/source/lib:".$ICULatest."/source/tools/ctestfw ".$ICUPathLatest."/utfperf/utfperf -e gb18030"; # Latest
41 "Roundtrip", ["$p1,Roundtrip", "$p2,Roundtrip"],
42 "FromUnicode", ["$p1,FromUnicode", "$p2,FromUnicode"],
43 "FromUTF8", ["$p1,FromUTF8", "$p2,FromUTF8"],
/macosx-10.10/tcl-105/tk/tk/tests/
H A Dbugs.tcl19 image create photo p2
20 catch {image create photo p2 -file bogus}
21 p1 copy p2
/macosx-10.10/tcl-105/tk84/tk/tests/
H A Dbugs.tcl19 image create photo p2
20 catch {image create photo p2 -file bogus}
21 p1 copy p2
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/lazy-pointer-binding/
H A Dfoo.c25 bool floattest(double p1, float p2, double p3, float p4, double p5, float p6, argument
31 if ( p2 != 2.0 )
60 bool inttest(long long p1, long long p2, long long p3, long long p4, long long p5) argument
64 if ( p2 != 0x300000004)
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dstrcasecmp.c37 const unsigned char *p2 = (const unsigned char *) s2; local
40 if (p1 == p2)
46 c2 = TOLOWER (*p2);
52 ++p2;
H A Dstrncasecmp.c37 register const unsigned char *p2 = (const unsigned char *) s2; local
40 if (p1 == p2 || n == 0)
46 c2 = TOLOWER (*p2);
52 ++p2;
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtcusto1.cpp79 c4_IntProp p2("p2");
87 v2.Add(p2[111]);
88 v2.Add(p2[222]);
93 A(p2(v3[0]) == 111);
95 A(p2(v3[1]) == 222);
97 A(p2(v3[2]) == 111);
99 A(p2(v3[3]) == 222);
101 A(p2(v3[4]) == 111);
103 A(p2(v
[all...]

Completed in 143 milliseconds

1234567891011>>