Searched refs:p4 (Results 1 - 25 of 36) sorted by relevance

12

/external/v8/src/ia32/
H A Dsimulator-ia32.h35 #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/
H A Dsimulator-x64.h36 #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/kernel-headers/original/asm-generic/
H A Dxor.h60 unsigned long *p3, unsigned long *p4)
65 p1[0] ^= p2[0] ^ p3[0] ^ p4[0];
66 p1[1] ^= p2[1] ^ p3[1] ^ p4[1];
67 p1[2] ^= p2[2] ^ p3[2] ^ p4[2];
68 p1[3] ^= p2[3] ^ p3[3] ^ p4[3];
69 p1[4] ^= p2[4] ^ p3[4] ^ p4[4];
70 p1[5] ^= p2[5] ^ p3[5] ^ p4[5];
71 p1[6] ^= p2[6] ^ p3[6] ^ p4[6];
72 p1[7] ^= p2[7] ^ p3[7] ^ p4[7];
76 p4
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
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
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
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/iptables/extensions/
H A Drename-dups.sh11 p4 integrate $f $n;
12 p4 delete $f;
/external/webkit/WebCore/platform/graphics/
H A DFloatQuad.h47 FloatQuad(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3, const FloatPoint& p4) argument
51 , m_p4(p4)
66 FloatPoint p4() const { return m_p4; } function in class:WebCore::FloatQuad
137 a.p4() == b.p4();
145 a.p4() != b.p4();
H A DFloatQuad.cpp102 return containsPoint(other.p1()) && containsPoint(other.p2()) && containsPoint(other.p3()) && containsPoint(other.p4());
/external/v8/src/arm/
H A Dsimulator-arm.h44 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
45 (entry(p0, p1, p2, p3, p4))
66 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6) \
67 entry(p0, p1, p2, p3, p4, p5, p6)
77 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
80 p0, p1, p2, p3, p4))
82 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6) \
84 FUNCTION_ADDR(entry), 7, p0, p1, p2, p3, p4, p5, p6)
/external/v8/src/mips/
H A Dsimulator-mips.h44 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
45 entry(p0, p1, p2, p3, p4);
75 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6) \
76 entry(p0, p1, p2, p3, p4, p5, p6)
86 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
89 p0, p1, p2, p3, p4))
91 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6) \
93 FUNCTION_ADDR(entry), 7, p0, p1, p2, p3, p4, p5, p6)
/external/clearsilver/
H A DMakefile89 p4 changes -l ./...
118 @if p4 labels Makefile | grep "${CS_LABEL}"; then \
120 echo " to rebuild, type: p4 label -d ${CS_LABEL}"; \
124 p4 label $(CS_LABEL)
125 p4 labelsync -l$(CS_LABEL) $(CS_FILES) $(addsuffix /..., $(CS_DIRS))
127 tar -cf - `p4 files $(CS_FILES) $(addsuffix /..., $(CS_DIRS)) | cut -d'#' -f 1 | sed -e "s|//depot/google3/third_party/clearsilver/core/||"` | (cd $(CS_DISTDIR); tar -xf -)
/external/jpeg/
H A Djerror.h223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \
228 (cinfo)->err->msg_parm.i[3] = (p4), \
269 #define TRACEMS4(cinfo,lvl,code,p1,p2,p3,p4) \
271 _mp[0] = (p1); _mp[1] = (p2); _mp[2] = (p3); _mp[3] = (p4); \
274 #define TRACEMS5(cinfo,lvl,code,p1,p2,p3,p4,p5) \
276 _mp[0] = (p1); _mp[1] = (p2); _mp[2] = (p3); _mp[3] = (p4); \
280 #define TRACEMS8(cinfo,lvl,code,p1,p2,p3,p4,p5,p6,p7,p8) \
282 _mp[0] = (p1); _mp[1] = (p2); _mp[2] = (p3); _mp[3] = (p4); \
/external/libvpx/vp8/common/x86/
H A Dpostproc_mmx.asm171 punpcklbw mm5, mm0 ; mm5 = p1..p4
172 pmullw mm6, mm5 ; mm6 *= p1..p4 * kernel 3 modifiers
177 psubusw mm7, mm5 ; mm7 = p0..p3 - p1..p4
178 psubusw mm5, mm1 ; mm5 = p1..p4 - p0..p3
179 paddusw mm7, mm5 ; mm7 = abs(p0..p3 - p1..p4)
191 psubusw mm6, mm5 ; mm6 = p0..p3 - p1..p4
192 psubusw mm5, mm1 ; mm5 = p1..p4 - p0..p3
193 paddusw mm6, mm5 ; mm6 = abs(p0..p3 - p1..p4)
207 psubusw mm6, mm5 ; mm6 = p0..p3 - p1..p4
208 psubusw mm5, mm1 ; mm5 = p1..p4
[all...]
H A Dpostproc_mmx.c262 mm5 = p1..p4
264 mm6 *= p1..p4 * kernel 3 modifiers
273 mm7 = p0..p3 - p1..p4
275 mm5 = p1..p4 - p0..p3
277 mm7 = abs(p0..p3 - p1..p4)
297 mm6 = p0..p3 - p1..p4
299 mm5 = p1..p4 - p0..p3
301 mm6 = abs(p0..p3 - p1..p4)
324 mm6 = p0..p3 - p1..p4
326 mm5 = p1..p4
[all...]
H A Dpostproc_sse2.asm161 punpcklbw xmm5, xmm0 ; mm5 = p1..p4
166 psubusw xmm7, xmm5 ; mm7 = p0..p3 - p1..p4
167 psubusw xmm5, xmm1 ; mm5 = p1..p4 - p0..p3
168 paddusw xmm7, xmm5 ; mm7 = abs(p0..p3 - p1..p4)
178 psubusw xmm6, xmm5 ; mm6 = p0..p3 - p1..p4
179 psubusw xmm5, xmm1 ; mm5 = p1..p4 - p0..p3
180 paddusw xmm6, xmm5 ; mm6 = abs(p0..p3 - p1..p4)
191 psubusw xmm6, xmm5 ; mm6 = p0..p3 - p1..p4
192 psubusw xmm5, xmm1 ; mm5 = p1..p4 - p0..p3
193 paddusw xmm6, xmm5 ; mm6 = abs(p0..p3 - p1..p4)
[all...]
/external/v8/test/cctest/
H A Dtest-assembler-arm.cc40 typedef Object* (*F1)(int x, int p1, int p2, int p3, int p4);
41 typedef Object* (*F2)(int x, int y, int p2, int p3, int p4);
42 typedef Object* (*F3)(void* p, int p1, int p2, int p3, int p4);
H A Dtest-assembler-mips.cc42 typedef Object* (*F1)(int x, int p1, int p2, int p3, int p4);
43 typedef Object* (*F2)(int x, int y, int p2, int p3, int p4);
44 typedef Object* (*F3)(void* p, int p1, int p2, int p3, int p4);
/external/stlport/test/unit/
H A Dmap_test.cpp117 pair_type p4(2, 'b');
127 p4,
163 pair_type p4(2, 'b');
171 p4,
/external/netcat/
H A Dnetcat.c190 void holler (str, p1, p2, p3, p4, p5, p6)
192 char * p1, * p2, * p3, * p4, * p5, * p6;
195 fprintf (stderr, str, p1, p2, p3, p4, p5, p6);
215 void bail (str, p1, p2, p3, p4, p5, p6)
217 char * p1, * p2, * p3, * p4, * p5, * p6;
220 holler (str, p1, p2, p3, p4, p5, p6);
/external/freetype/src/base/
H A Dftbbox.c207 /* p4 :: The end coordinate. */
221 FT_Pos p4,
233 arc[3] = p4;
/external/v8/test/mjsunit/
H A Dlarge-object-allocation.js151 this.p4 = i;
/external/webkit/WebCore/platform/graphics/transforms/
H A DAffineTransform.cpp323 result.setP4(mapPoint(q.p4()));
H A DTransformationMatrix.cpp555 projectedQuad.setP4(projectPoint(q.p4()));
610 result.setP4(mapPoint(q.p4()));
/external/webkit/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp488 Q_PROPERTY(QString p4 READ p4)
503 QString p4() const { function in class:MyEnumTestQObject
504 return QLatin1String("p4");
1915 << "p1" << "p2" << "p4" << "p6"
/external/webkit/LayoutTests/fast/js/resources/
H A DJSON-stringify.js376 return jsonObject.stringify({p1:undefined,p2:null,p3:0,p4:false});
/external/sqlite/dist/
H A Dsqlite3.c.orig7111 signed char p4type; /* One of the P4_xxx constants for p4 */
7131 } p4;
19162 /* a: p0<<28 | p2<<14 | p4 (unmasked) */
19199 /* a: p2<<28 | p4<<14 | p6 (unmasked) */
19232 /* a: p4<<29 | p6<<15 | p8 (unmasked) */
19353 /* a: p0<<28 | p2<<14 | p4 (unmasked) */
[all...]
H A Dsqlite3.c7116 signed char p4type; /* One of the P4_xxx constants for p4 */
7136 } p4; member in struct:VdbeOp
19167 /* a: p0<<28 | p2<<14 | p4 (unmasked) */
19204 /* a: p2<<28 | p4<<14 | p6 (unmasked) */
19237 /* a: p4<<29 | p6<<15 | p8 (unmasked) */
19358 /* a: p0<<28 | p2<<14 | p4 (unmasked) */
48002 freeP4(sqlite3 *db, int p4type, void *p4) argument
60757 CollSeq *p4; local
70015 sqlite3HaltConstraint(Parse *pParse, int onError, char *p4, int p4type) argument
[all...]

Completed in 741 milliseconds

12