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

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dmemcmp.c55 *p2 = (unsigned char *)s2; local
57 if (*p1++ != *p2++)
58 return (*--p1 - *--p2);
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/charperf/
H A DCharPerf_r.pl31 my $p2; # Latest
34 $p2 = $ICUPathLatest."/charperf/$WindowsPlatform/Release/charperf.exe";
37 $p2 = $ICUPathLatest."/charperf/charperf";
44 "isAlpha", ["$p1 TestIsAlpha" , "$p2 TestIsAlpha" ],
45 "isUpper", ["$p1 TestIsUpper" , "$p2 TestIsUpper" ],
46 "isLower", ["$p1 TestIsLower" , "$p2 TestIsLower" ],
47 "isDigit", ["$p1 TestIsDigit" , "$p2 TestIsDigit" ],
48 "isSpace", ["$p1 TestIsSpace" , "$p2 TestIsSpace" ],
49 "isAlphaNumeric", ["$p1 TestIsAlphaNumeric" , "$p2 TestIsAlphaNumeric" ],
50 "isPrint", ["$p1 TestIsPrint" , "$p2 TestIsPrin
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collperf/
H A DCollPerf_r.pl29 my $p1, $p2;
33 $p2 = $ICUPathLatest."/collperf/$WindowsPlatform/Release/collperf.exe";
36 $p2 = $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.9.5/ICU-511.35/icuSources/test/perf/normperf/
H A DNormPerf_r.pl31 my $p2; # Latest
35 $p2 = $ICUPathLatest."/normperf/$WindowsPlatform/Release/normperf.exe";
38 $p2 = $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.9.5/ICU-511.35/icuSources/test/perf/strsrchperf/
H A DStrSrchPerf_r.pl34 my $p2; # Latest
38 $p2 = $ICUPathLatest . "/strsrchperf/$WindowsPlatform/Release/strsrchperf.exe -b";
42 $p2 = $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.9.5/ICU-511.35/icuSources/test/perf/usetperf/
H A DUsetPerf.pl31 my $p1, $p2;
34 $p2 = $ICUPathLatest."/usetperf/$WindowsPlatform/Release/usetperf.exe";
37 $p2 = $ICUPathLatest."/usetperf/usetperf";
42 "titlecase_letter/add", ["$p1 titlecase_letter_add", "$p2 titlecase_letter_add"],
43 "titlecase_letter/contains", ["$p1 titlecase_letter_contains", "$p2 titlecase_letter_contains"],
44 "titlecase_letter/iterator", ["$p1 titlecase_letter_iterator", "$p2 titlecase_letter_iterator"],
45 "unassigned/add", ["$p1 unassigned_add", "$p2 unassigned_add"],
46 "unassigned/contains", ["$p1 unassigned_contains", "$p2 unassigned_contains"],
47 "unassigned/iterator", ["$p1 unassigned_iterator", "$p2 unassigned_iterator"],
48 "pattern1", ["$p1 pattern1", "$p2 pattern
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/ustrperf/
H A DStringPerf_r.pl30 my $p2; # Latest
34 $p2 = $ICUPathLatest."/ustrperf/$WindowsPlatform/Release/stringperf.exe -b -u"; # Latest
37 $p2 = $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.9.5/ICU-511.35/icuSources/test/perf/utfperf/
H A DUtfPerf.pl30 my $p2;
34 $p2 = $ICUPathLatest."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Latest
37 $p2 = $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.9.5/ICU-511.35/icuSources/test/perf/utrie2perf/
H A Dutrie2perf.pl30 my $p2;
34 $p2 = $ICUPathLatest."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Latest
37 $p2 = $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.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dtimingsafe_bcmp.c26 const unsigned char *p1 = b1, *p2 = b2; local
30 ret |= *p1++ ^ *p2++;
/macosx-10.9.5/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.9.5/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.9.5/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.9.5/dtrace-118.1/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.9.5/dtrace-118.1/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.9.5/vim-53/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.9.5/autofs-234/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.9.5/shell_cmds-175/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.9.5/ICU-511.35/icuSources/test/perf/ubrkperf/
H A DUBrkPerf.pl44 my $p2; # Previous
49 $p2 = $ICUPathPrevious."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
53 $p2 = $ICUPathPrevious."/ubrkperf/ubrkperf";
80 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward", "$p3 $m1 TestICUForward"],
81 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward", "$p3 $m2 TestICUForward"],
82 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward", "$p3 $m3 TestICUForward"],
83 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward", "$p3 $m4 TestICUForward"],
85 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound", "$p3 $m1 TestICUIsBound"],
86 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound", "$p3 $m2 TestICUIsBound"],
87 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2
[all...]
H A DUBrkPerf_r.pl43 my $p2; # Latest
47 $p2 = $ICUPathLatest."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
50 $p2 = $ICUPathLatest."/ubrkperf/ubrkperf";
72 "TestForwardChar", ["$p1 $m1 TestICUForward", "$p2 $m1 TestICUForward"],
73 "TestForwardWord", ["$p1 $m2 TestICUForward", "$p2 $m2 TestICUForward"],
74 "TestForwardLine", ["$p1 $m3 TestICUForward", "$p2 $m3 TestICUForward"],
75 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward"],
77 "TestIsBoundChar", ["$p1 $m1 TestICUIsBound", "$p2 $m1 TestICUIsBound"],
78 "TestIsBoundWord", ["$p1 $m2 TestICUIsBound", "$p2 $m2 TestICUIsBound"],
79 "TestIsBoundLine", ["$p1 $m3 TestICUIsBound", "$p2
[all...]
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/dyld-239.4/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.9.5/gnutar-452/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;

Completed in 322 milliseconds

1234567891011>>