HomeSort by relevance Sort by last modified time
    Searched refs:p1 (Results 1 - 25 of 805) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/test/perf/collperf/
CollPerf_r.pl 29 my $p1, $p2;
32 $p1 = $ICUPathPrevious."/collperf/$WindowsPlatform/Release/collperf.exe";
35 $p1 = $ICUPathPrevious."/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_null"]
    [all...]
  /external/icu4c/test/perf/normperf/
NormPerf_r.pl 30 my $p1; # Previous
34 $p1 = $ICUPathPrevious."/normperf/$WindowsPlatform/Release/normperf.exe";
37 $p1 = $ICUPathPrevious."/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_Text" ]
    [all...]
  /bionic/libc/string/
memcmp.c 32 const unsigned char* p1 = s1; local
33 const unsigned char* end1 = p1 + n;
38 if (d || p1 >= end1) break;
39 d = (int)*p1++ - (int)*p2++;
41 if (d || p1 >= end1) break;
42 d = (int)*p1++ - (int)*p2++;
44 if (d || p1 >= end1) break;
45 d = (int)*p1++ - (int)*p2++;
47 if (d || p1 >= end1) break;
48 d = (int)*p1++ - (int)*p2++
    [all...]
  /external/icu4c/test/perf/convperf/
ConvPerf_r.pl 36 my $p1 = $ICUPathPrevious."/convperf/$WindowsPlatform/Release/convperf.exe"; # Previous
43 "UTF-8 From Unicode", ["$p1 TestICU_UTF8_FromUnicode" , "$p2 TestICU_UTF8_FromUnicode" ],
44 "UTF-8 To Unicode", ["$p1 TestICU_UTF8_ToUnicode" , "$p2 TestICU_UTF8_ToUnicode" ],
46 "ISO-8859-1 From Unicode", ["$p1 TestICU_Latin1_FromUnicode" , "$p2 TestICU_Latin1_FromUnicode" ],
47 "ISO-8859-1 To Unicode", ["$p1 TestICU_Latin1_ToUnicode" , "$p2 TestICU_Latin1_ToUnicode" ],
49 "Shift-JIS From Unicode", ["$p1 TestICU_SJIS_FromUnicode" , "$p2 TestICU_SJIS_FromUnicode" ],
50 "Shift-JIS To Unicode", ["$p1 TestICU_SJIS_ToUnicode" , "$p2 TestICU_SJIS_ToUnicode" ],
52 "EUC-JP From Unicode", ["$p1 TestICU_EUCJP_FromUnicode" , "$p2 TestICU_EUCJP_FromUnicode" ],
53 "EUC-JP To Unicode", ["$p1 TestICU_EUCJP_ToUnicode" , "$p2 TestICU_EUCJP_ToUnicode" ],
55 "GB2312 From Unicode", ["$p1 TestICU_GB2312_FromUnicode" , "$p2 TestICU_GB2312_FromUnicode" ]
    [all...]
  /external/icu4c/test/perf/ustrperf/
StringPerf_r.pl 29 my $p1; # Previous
33 $p1 = $ICUPathPrevious."/ustrperf/$WindowsPlatform/Release/stringperf.exe -b -u"; # Previous
36 $p1 = $ICUPathPrevious."/ustrperf/stringperf -b -u"; # Previous
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 TestAssign2" ]
    [all...]
  /external/icu4c/test/perf/charperf/
CharPerf_r.pl 30 my $p1; # Previous
33 $p1 = $ICUPathPrevious."/charperf/$WindowsPlatform/Release/charperf.exe";
36 $p1 = $ICUPathPrevious."/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 TestIsPrint" ],
    [all...]
  /external/clang/test/FixIt/
no-typo.c 6 point p1; // expected-error{{unknown type name 'point'}} variable
  /external/icu4c/test/perf/usetperf/
UsetPerf.pl 31 my $p1, $p2;
33 $p1 = $ICUPathPrevious."/usetperf/$WindowsPlatform/Release/usetperf.exe";
36 $p1 = $ICUPathPrevious."/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 pattern1"]
    [all...]
  /external/kernel-headers/original/asm-generic/
xor.h 19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2)
24 p1[0] ^= p2[0];
25 p1[1] ^= p2[1];
26 p1[2] ^= p2[2];
27 p1[3] ^= p2[3];
28 p1[4] ^= p2[4];
29 p1[5] ^= p2[5];
30 p1[6] ^= p2[6];
31 p1[7] ^= p2[7];
32 p1 += 8
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
syn_filt.c 41 Word16 *yy, *p1, *p2; local
52 p1 = &a[1];
55 L_tmp -= vo_mult32((*p1++), (*p2--));
56 L_tmp -= vo_mult32((*p1++), (*p2--));
57 L_tmp -= vo_mult32((*p1++), (*p2--));
58 L_tmp -= vo_mult32((*p1++), (*p2--));
59 L_tmp -= vo_mult32((*p1++), (*p2--));
60 L_tmp -= vo_mult32((*p1++), (*p2--));
61 L_tmp -= vo_mult32((*p1++), (*p2--));
62 L_tmp -= vo_mult32((*p1++), (*p2--))
97 Word16 *p1, *p2, *p3; local
    [all...]
residu.c 35 Word16 i,*p1, *p2; local
39 p1 = a;
41 s = vo_mult32((*p1++), (*p2--));
42 s += vo_mult32((*p1++), (*p2--));
43 s += vo_mult32((*p1++), (*p2--));
44 s += vo_mult32((*p1++), (*p2--));
45 s += vo_mult32((*p1++), (*p2--));
46 s += vo_mult32((*p1++), (*p2--));
47 s += vo_mult32((*p1++), (*p2--));
48 s += vo_mult32((*p1++), (*p2--))
    [all...]
autocorr.c 41 Word16 *p1,*p2,*p3; local
44 p1 = x;
50 *p3++ = vo_mult_r((*p1++), (*p4++));
51 *p3++ = vo_mult_r((*p1++), (*p4++));
52 *p3++ = vo_mult_r((*p1++), (*p4++));
53 *p3++ = vo_mult_r((*p1++), (*p4++));
70 p1 = y;
73 *p1 = vo_shr_r(*p1, shift);
74 p1++
    [all...]
  /external/icu4c/test/perf/utfperf/
UtfPerf.pl 29 my $p1;
33 $p1 = $ICUPathPrevious."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Previous
36 $p1 = $ICUPathPrevious."/utfperf/utfperf -e gb18030"; # Previous
41 "Roundtrip", ["$p1 Roundtrip", "$p2 Roundtrip"],
42 "FromUnicode", ["$p1 FromUnicode", "$p2 FromUnicode"],
43 "FromUTF8", ["$p1 FromUTF8", "$p2 FromUTF8"],
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.pl 29 my $p1;
33 $p1 = $ICUPathPrevious."/utfperf/$WindowsPlatform/Release/utfperf.exe -e gb18030"; # Previous
36 $p1 = $ICUPathPrevious."/utfperf/utfperf -e gb18030"; # Previous
41 "Roundtrip", ["$p1 Roundtrip", "$p2 Roundtrip"],
42 "FromUnicode", ["$p1 FromUnicode", "$p2 FromUnicode"],
43 "FromUTF8", ["$p1 FromUTF8", "$p2 FromUTF8"],
  /external/icu4c/test/perf/ubrkperf/
UBrkPerf_r.pl 42 my $p1; # Previous
46 $p1 = $ICUPathPrevious."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
49 $p1 = $ICUPathPrevious."/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 $m3 TestICUIsBound"]
    [all...]
UBrkPerf.pl 43 my $p1; # Before Previous
48 $p1 = $ICUPathPrevious2."/ubrkperf/$WindowsPlatform/Release/ubrkperf.exe";
52 $p1 = $ICUPathPrevious2."/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 $m3 TestICUIsBound", "$p3 $m3 TestICUIsBound"]
    [all...]
  /external/jdiff/src/jdiff/
ComparePkgPdiffs.java 17 PackageDiff p1 = (PackageDiff)obj1; local
19 if (p1.pdiff < p2.pdiff)
21 if (p1.pdiff > p2.pdiff)
23 return p1.name_.compareTo(p2.name_);
  /packages/inputmethods/PinyinIME/jni/include/
searchutility.h 115 int cmp_lpi_with_psb(const void *p1, const void *p2);
116 int cmp_lpi_with_unified_psb(const void *p1, const void *p2);
117 int cmp_lpi_with_id(const void *p1, const void *p2);
118 int cmp_lpi_with_hanzi(const void *p1, const void *p2);
120 int cmp_lpsi_with_str(const void *p1, const void *p2);
122 int cmp_hanzis_1(const void *p1, const void *p2);
123 int cmp_hanzis_2(const void *p1, const void *p2);
124 int cmp_hanzis_3(const void *p1, const void *p2);
125 int cmp_hanzis_4(const void *p1, const void *p2);
126 int cmp_hanzis_5(const void *p1, const void *p2)
    [all...]
  /external/icu4c/test/perf/strsrchperf/
StrSrchPerf_r.pl 33 my $p1; # Previous
37 $p1 = $ICUPathPrevious . "/strsrchperf/$WindowsPlatform/Release/strsrchperf.exe -b";
41 $p1 = $ICUPathPrevious . "/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" ],
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
preemph.cpp 244 Word16 *p1; local
250 p1 = signal + L - 1;
251 p2 = p1 - 1;
252 temp = *p1;
257 *p1 = sub(*p1, temp2, pOverflow);
259 p1--;
264 *p1 = sub(*p1, temp2, pOverflow);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ultrasound.h 25 * bytes 4 and 5 - parameter P1 (unsigned short)
30 * Unused parameters (P1 and/or P2 *MUST* be initialized to zero).
31 * _GUS_NUMVOICES - Sets max. number of concurrent voices (P1=14-31, default 16)
33 * _GUS_VOICEON - Starts voice (P1=voice mode)
36 * _GUS_VOICEMODE - Alters the voice mode, don't start or stop voice (P1=voice mode)
37 * _GUS_VOICEBALA - Sets voice balence (P1, 0=left, 7=middle and 15=right, default 7)
38 * _GUS_VOICEFREQ - Sets voice (sample) playback frequency (P1=Hz)
39 * _GUS_VOICEVOL - Sets voice volume (P1=volume, 0xfff=max, 0xeff=half, 0x000=off)
40 * _GUS_VOICEVOL2 - Sets voice volume (P1=volume, 0xfff=max, 0xeff=half, 0x000=off)
44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ultrasound.h 25 * bytes 4 and 5 - parameter P1 (unsigned short)
30 * Unused parameters (P1 and/or P2 *MUST* be initialized to zero).
31 * _GUS_NUMVOICES - Sets max. number of concurrent voices (P1=14-31, default 16)
33 * _GUS_VOICEON - Starts voice (P1=voice mode)
36 * _GUS_VOICEMODE - Alters the voice mode, don't start or stop voice (P1=voice mode)
37 * _GUS_VOICEBALA - Sets voice balence (P1, 0=left, 7=middle and 15=right, default 7)
38 * _GUS_VOICEFREQ - Sets voice (sample) playback frequency (P1=Hz)
39 * _GUS_VOICEVOL - Sets voice volume (P1=volume, 0xfff=max, 0xeff=half, 0x000=off)
40 * _GUS_VOICEVOL2 - Sets voice volume (P1=volume, 0xfff=max, 0xeff=half, 0x000=off)
44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ultrasound.h 25 * bytes 4 and 5 - parameter P1 (unsigned short)
30 * Unused parameters (P1 and/or P2 *MUST* be initialized to zero).
31 * _GUS_NUMVOICES - Sets max. number of concurrent voices (P1=14-31, default 16)
33 * _GUS_VOICEON - Starts voice (P1=voice mode)
36 * _GUS_VOICEMODE - Alters the voice mode, don't start or stop voice (P1=voice mode)
37 * _GUS_VOICEBALA - Sets voice balence (P1, 0=left, 7=middle and 15=right, default 7)
38 * _GUS_VOICEFREQ - Sets voice (sample) playback frequency (P1=Hz)
39 * _GUS_VOICEVOL - Sets voice volume (P1=volume, 0xfff=max, 0xeff=half, 0x000=off)
40 * _GUS_VOICEVOL2 - Sets voice volume (P1=volume, 0xfff=max, 0xeff=half, 0x000=off)
44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume
    [all...]
  /external/openssh/openbsd-compat/
timingsafe_bcmp.c 26 const unsigned char *p1 = b1, *p2 = b2; local
30 ret |= *p1++ ^ *p2++;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget/d/
T_iget_1.java 21 protected int p1 = 10; field in class:T_iget_1

Completed in 1256 milliseconds

1 2 3 4 5 6 7 8 91011>>