HomeSort by relevance Sort by last modified time
    Searched refs:p2 (Results 26 - 50 of 380) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
syn_filt.c 41 Word16 *yy, *p1, *p2; local
53 p2 = &yy[i-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...]
cor_h_x.c 43 Word16 *p1, *p2; local
56 p2 = &h[0];
58 L_tmp += vo_L_mult(*p1++, *p2++);
69 p2 = &h[0];
71 L_tmp += vo_L_mult(*p1++, *p2++);
82 p2 = &h[0];
84 L_tmp += vo_L_mult(*p1++, *p2++);
95 p2 = &h[0];
97 L_tmp += vo_L_mult(*p1++, *p2++);
p_med_ol.c 43 Word16 *p1, *p2; local
62 p2 = &wsp[-i];
65 R0 += vo_L_mult((*p1++), (*p2++));
66 R0 += vo_L_mult((*p1++), (*p2++));
67 R0 += vo_L_mult((*p1++), (*p2++));
68 R0 += vo_L_mult((*p1++), (*p2++));
101 p2 = hp_wsp - Tm;
105 R1 += vo_mult32(*p2, *p2);
106 R0 += vo_mult32(*p1++, *p2++);
    [all...]
  /external/chromium/third_party/icu/source/test/perf/ubrkperf/
UBrkPerf.pl 44 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 $m3 TestICUIsBound", "$p3 $m3 TestICUIsBound"]
    [all...]
  /external/icu4c/test/perf/ubrkperf/
UBrkPerf.pl 44 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 $m3 TestICUIsBound", "$p3 $m3 TestICUIsBound"]
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
bmtrace.h 58 /*void bm_trace(int loc, unsigned long p1, unsigned long p2);*/
59 void bm_trace(int loc, unsigned long p1, unsigned long p2);
63 #define bm_trace(loc, p1, p2)
70 #define dbm_trace(loc, p1, p2)
  /packages/inputmethods/PinyinIME/jni/share/
searchutility.cpp 35 int cmp_lpi_with_psb(const void *p1, const void *p2) {
37 (static_cast<const LmaPsbItem*>(p2))->psb)
40 (static_cast<const LmaPsbItem*>(p2))->psb)
45 int cmp_lpi_with_unified_psb(const void *p1, const void *p2) {
47 const LmaPsbItem *item2 = static_cast<const LmaPsbItem*>(p2);
63 int cmp_lpi_with_id(const void *p1, const void *p2) {
65 (static_cast<const LmaPsbItem*>(p2))->id)
68 (static_cast<const LmaPsbItem*>(p2))->id)
73 int cmp_lpi_with_hanzi(const void *p1, const void *p2) {
75 (static_cast<const LmaPsbItem*>(p2))->hanzi
    [all...]
  /bionic/libc/netbsd/net/
getservent.c 59 char* p2; local
82 p2 = realloc( (char*)rs->servent.s_aliases, total );
83 if (p2 == NULL)
87 rs->servent.s_aliases = (char**) p2;
88 p2 += (count+1)*sizeof(char*);
89 rs->servent.s_name = p2;
90 p2 += namelen + 1;
91 rs->servent.s_proto = p2;
108 rs->servent.s_aliases[nn] = p2;
109 memcpy( p2, p+1, len2 )
    [all...]
  /external/v8/src/ia32/
simulator-ia32.h 35 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
36 entry(p0, p1, p2, p3, p4);
56 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6) \
57 entry(p0, p1, p2, p3, p4, p5, p6)
  /external/v8/src/x64/
simulator-x64.h 36 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
37 entry(p0, p1, p2, p3, p4);
57 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6) \
58 entry(p0, p1, p2, p3, p4, p5, p6)
  /external/openssl/crypto/
o_str.h 66 int OPENSSL_memcmp(const void *p1,const void *p2,size_t n);
  /external/e2fsprogs/lib/uuid/
gen_uuid_nt.c 26 // OUT PULONG p2,
37 void* p2, // 4 bytes
46 void* p2, // 4 bytes
  /system/core/libacc/tests/data/
addressOf.c 23 int* p2 = a; local
24 printf("testArray: %d %d %d\n", a[0], *p, *p2);
  /external/astl/tests/
test_ios_pos_types.cpp 59 fpos p2(100);
61 EXPECT_TRUE(p1 == p2);
62 EXPECT_FALSE(p1 != p2);
66 fpos p2(200);
68 EXPECT_TRUE(p1 != p2);
69 EXPECT_FALSE(p1 == p2);
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
calc_cor.cpp 225 Word16 *p2; local
244 p2 = p_scal_sig++;
250 t3 = amrnb_fxp_mac_16_by_16bb((Word32) * (p), (Word32) * (p2++), t3);
251 t4 = amrnb_fxp_mac_16_by_16bb((Word32) * (p++), (Word32) * (p2), t4);
255 t3 = amrnb_fxp_mac_16_by_16bb((Word32) * (p), (Word32) * (p2++), t3);
256 t4 = amrnb_fxp_mac_16_by_16bb((Word32) * (p++), (Word32) * (p2), t4);
  /external/chromium/base/
scoped_ptr.h 105 void swap(scoped_ptr& p2) {
107 ptr_ = p2.ptr_;
108 p2.ptr_ = tmp;
128 template <class C2> bool operator==(scoped_ptr<C2> const& p2) const;
129 template <class C2> bool operator!=(scoped_ptr<C2> const& p2) const;
138 void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) {
139 p1.swap(p2);
143 bool operator==(C* p1, const scoped_ptr<C>& p2) {
144 return p1 == p2.get();
148 bool operator!=(C* p1, const scoped_ptr<C>& p2) {
    [all...]
  /external/bluetooth/glib/tests/
list-test.c 20 sort (gconstpointer p1, gconstpointer p2)
25 b = GPOINTER_TO_INT (p2);
47 gpointer p1, p2; local
50 p2 = g_list_nth_data (list, i+1);
52 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
73 gpointer p1, p2; local
76 p2 = g_list_nth_data (list, i+1);
78 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
98 gpointer p1, p2; local
101 p2 = g_list_nth_data (list, i+1)
126 gpointer p1, p2; local
    [all...]
slist-test.c 20 sort (gconstpointer p1, gconstpointer p2)
25 b = GPOINTER_TO_INT (p2);
47 gpointer p1, p2; local
50 p2 = g_slist_nth_data (slist, i+1);
52 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
71 gpointer p1, p2; local
74 p2 = g_slist_nth_data (slist, i+1);
76 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
94 gpointer p1, p2; local
97 p2 = g_slist_nth_data (slist, i+1)
120 gpointer p1, p2; local
    [all...]
  /external/skia/tests/
PathTest.cpp 10 SkPath p2(p);
11 REPORTER_ASSERT(reporter, p2.isConvex());
12 REPORTER_ASSERT(reporter, p2.getBounds() == bounds);
15 other.swap(p2);
31 SkPath p, p2; local
38 REPORTER_ASSERT(reporter, p == p2);
39 REPORTER_ASSERT(reporter, !(p != p2));
59 REPORTER_ASSERT(reporter, p != p2);
60 REPORTER_ASSERT(reporter, !(p == p2));
  /external/dhcpcd/
logger.c 60 va_list p, p2; local
76 va_copy(p2, p);
92 vsyslog(level, fmt2, p2);
95 vsyslog(level, fmt, p2);
101 va_end(p2);
  /libcore/luni/src/test/java/tests/security/spec/
ECPointTest.java 198 ECPoint p2=null, p1 = local
204 p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(1L));
205 assertTrue(p1.equals(p2) && p2.equals(p1));
209 p2 = ECPoint.POINT_INFINITY;
210 assertTrue(p1.equals(p2) && p2.equals(p1));
227 ECPoint p2=null, p1 = local
229 assertFalse(p1.equals(p2));
233 p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(1L))
298 ECPoint p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.valueOf(1L)); local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
preemph.cpp 245 Word16 *p2; local
251 p2 = p1 - 1;
256 temp2 = mult(g, *(p2--), pOverflow);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IGraphics.java 105 void drawLine(Point p1, Point p2);
116 void drawRect(Point p1, Point p2);
132 void fillRect(Point p1, Point p2);
  /external/bison/lib/
strverscmp.c 64 const unsigned char *p2 = (const unsigned char *) s2; local
95 if (p1 == p2)
99 c2 = *p2++;
107 c2 = *p2++;
120 if (!ISDIGIT (*p2++))
123 return ISDIGIT (*p2) ? -1 : diff;
  /external/blktrace/
strverscmp.c 92 const unsigned char *p2 = (const unsigned char *) s2; local
123 if (p1 == p2)
127 c2 = *p2++;
135 c2 = *p2++;
148 if (!isdigit (*p2++))
151 return isdigit (*p2) ? -1 : diff;

Completed in 1803 milliseconds

12 3 4 5 6 7 8 91011>>