Searched defs:p2 (Results 1 - 25 of 117) sorted by relevance

12345

/external/dhcpcd/
H A Dlogger.c60 va_list p, p2; local
76 va_copy(p2, p);
92 vsyslog(level, fmt2, p2);
95 vsyslog(level, fmt, p2);
101 va_end(p2);
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
H A Dpreemph.cpp245 Word16 *p2; local
251 p2 = p1 - 1;
256 temp2 = mult(g, *(p2--), pOverflow);
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
H A Dcalc_cor.cpp225 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);
H A Dc1035pf.cpp271 Word16 *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9;
346 p2 = h - codvec[2];
360 s = L_mac (s, *p2++, _sign[2]);
409 Word16 *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9; local
498 p2 = h - *(p_codvec++);
515 s += (*p2++ * *(p__sign++)) >> 7;
/external/openssl/crypto/asn1/
H A Da_dup.c68 const unsigned char *p2; local
80 p2= b;
81 ret=d2i(NULL,&p2,i);
H A Dasn1_par.c75 const char *p,*p2=NULL; local
96 if (p2 != NULL)
98 if (BIO_printf(bp,fmt2,tag,p2) <= 0) goto err;
/external/skia/tests/
H A DPathTest.cpp10 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/webkit/JavaScriptCore/runtime/
H A DOperations.cpp48 JSValue p2 = v2.toPrimitive(callFrame); local
51 return p2.isString()
52 ? jsString(callFrame, asString(p1), asString(p2))
53 : jsString(callFrame, asString(p1), p2.toString(callFrame));
55 if (p2.isString())
56 return jsString(callFrame, p1.toString(callFrame), asString(p2));
58 return jsNumber(callFrame, p1.toNumber(callFrame) + p2.toNumber(callFrame));
/external/bison/lib/
H A Dstrverscmp.c64 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/
H A Dstrverscmp.c92 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;
/external/bluetooth/glib/tests/
H A Dlist-test.c20 sort (gconstpointer p1, gconstpointer p2) argument
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
126 gpointer p1, p2; local
[all...]
H A Dslist-test.c20 sort (gconstpointer p1, gconstpointer p2) argument
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
120 gpointer p1, p2; local
[all...]
H A Dasyncqueue-test.c38 sort_compare (gconstpointer p1, gconstpointer p2, gpointer user_data) argument
44 id2 = GPOINTER_TO_INT (p2);
/external/elfutils/libdw/
H A Ddwarf_getloclist.c37 loc_compare (const void *p1, const void *p2) argument
40 const struct loc_s *l2 = (const struct loc_s *) p2;
/external/openssl/crypto/bn/
H A Dbn_x931p.c65 * (p1, p2, q1, q2) from a parameter Xpi by checking successive odd
92 * Xp1, Xp2 and Xp derive the prime p. If the parameters p1 or p2 are
96 int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, argument
112 if (!p2)
113 p2 = BN_CTX_get(ctx);
124 if (!bn_x931_derive_pi(p2, Xp2, ctx, cb))
127 if (!BN_mul(p1p2, p1, p2, ctx))
132 if (!BN_mod_inverse(p, p2, p1, ctx))
135 if (!BN_mul(p, p, p2, ctx))
138 if (!BN_mod_inverse(t, p1, p2, ct
243 BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1, BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb) argument
[all...]
H A Dbn_exp2.c119 const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m,
133 bn_check_top(p2);
142 bits2=BN_num_bits(p2);
270 if (BN_is_bit_set(p2, b))
274 while (!BN_is_bit_set(p2, i))
281 if (BN_is_bit_set(p2, i))
118 BN_mod_exp2_mont(BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1, const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
/external/openssl/crypto/jpake/
H A Djpake.h42 JPAKE_STEP_PART p2; /* g^x4, ZKP(x4) or g^x2, ZKP(x2) */ member in struct:__anon3150
/external/openssl/crypto/rsa/
H A Drsa_x931g.c70 int RSA_X931_derive_ex(RSA *rsa, BIGNUM *p1, BIGNUM *p2, BIGNUM *q1, BIGNUM *q2, argument
112 if (!BN_X931_derive_prime_ex(rsa->p, p1, p2,
/external/qemu/audio/
H A Ddsound_template.h45 LPVOID p2,
52 hr = glue (IFACE, _Unlock) (buf, p1, blen1, p2, blen2);
75 LPVOID p1 = NULL, p2 = NULL; local
91 &p2,
118 if ((p1 && (blen1 & info->align)) || (p2 && (blen2 & info->align))) {
121 glue (dsound_unlock_, TYPE) (buf, p1, p2, blen1, blen2);
130 if (!p2 && blen2) {
131 dolog ("warning: !p2 && blen2=%ld\n", blen2);
136 *p2p = p2;
/external/stlport/test/unit/
H A Dmvctor_test.cpp99 int *p2 = &elem2.front(); local
103 CPPUNIT_ASSERT(((p1 == &elem2.front()) && (p2 == &elem1.front())));
/external/grub/docs/
H A Dkernel.c177 char *p1, *p2; local
205 p2 = p - 1;
206 while (p1 < p2)
209 *p1 = *p2;
210 *p2 = tmp;
212 p2--;
/external/kernel-headers/original/asm-generic/
H A Dxor.h19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
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];
33 p2
38 xor_8regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
59 xor_8regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
81 xor_8regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
104 xor_32regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
140 xor_32regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
186 xor_32regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
241 xor_32regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
305 xor_8regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
331 xor_8regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
361 xor_8regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
395 xor_8regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
432 xor_32regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
477 xor_32regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
534 xor_32regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
602 xor_32regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
[all...]
/external/openssl/crypto/bio/
H A Dbf_buff.c275 char *p1,*p2; local
352 p2=ctx->obuf;
360 p2=(char *)OPENSSL_malloc((int)num);
361 if (p2 == NULL)
375 if (ctx->obuf != p2)
378 ctx->obuf=p2;
/external/quake/quake/src/QW/client/
H A Dpmovetst.c176 qboolean PM_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, pmtrace_t *trace) argument
215 t2 = p2[plane->type] - plane->dist;
220 t2 = DotProduct (plane->normal, p2) - plane->dist;
225 return PM_RecursiveHullCheck (hull, node->children[0], p1f, p2f, p1, p2, trace);
227 return PM_RecursiveHullCheck (hull, node->children[1], p1f, p2f, p1, p2, trace);
230 return PM_RecursiveHullCheck (hull, node->children[0], p1f, p2f, p1, p2, trace);
232 return PM_RecursiveHullCheck (hull, node->children[1], p1f, p2f, p1, p2, trace);
247 mid[i] = p1[i] + frac*(p2[i] - p1[i]);
267 return PM_RecursiveHullCheck (hull, node->children[side^1], midf, p2f, mid, p2, trace);
299 mid[i] = p1[i] + frac*(p2[
[all...]
/external/webkit/WebCore/platform/graphics/
H A DFloatQuad.h47 FloatQuad(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3, const FloatPoint& p4) argument
49 , m_p2(p2)
64 FloatPoint p2() const { return m_p2; } function in class:WebCore::FloatQuad
135 a.p2() == b.p2() &&
143 a.p2() != b.p2() ||

Completed in 282 milliseconds

12345