Searched refs:p1 (Results 1 - 25 of 124) sorted by relevance

12345

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAutoPtr.cpp227 nsRefPtr<TestRefObject> p1( new TestRefObject() );
229 nsRefPtr<TestRefObject> p2( p1 );
236 nsRefPtr<TestRefObject> p1( new TestRefObject() );
237 nsRefPtr<TestRefObject> p2( p1 );
239 ((p1 == p2) && !(p1 != p2)) ? "OK" : "broken");
243 const nsRefPtr<TestRefObject> p1( new TestRefObject() );
244 nsRefPtr<TestRefObject> p2( p1 );
246 ((p1 == p2) && !(p1 !
353 TestObject *p1 = new TestObject(); local
362 nsRefPtr<TestRefObject> p1 = new TestRefObject(); local
372 nsRefPtr<TestRefObject> p1 = new TestRefObject(); local
381 TestRefObject *p1 = new TestRefObject(); local
[all...]
/vbox/src/libs/xpcom18a4/python/test/test_component/
H A Dpy_test_component.py78 def do_boolean(self, p1, p2):
79 # boolean do_boolean(in boolean p1, inout boolean p2, out boolean p3);
80 ret = p1 ^ p2
83 def do_octet(self, p1, p2):
84 # octet do_octet(in octet p1, inout octet p2, out octet p3);
85 return p1+p2, p1-p2, p1*p2
87 def do_short(self, p1, p2):
88 # short do_short(in short p1, inou
[all...]
H A Dpy_test_component.idl78 boolean do_boolean(in boolean p1, inout boolean p2, out boolean p3);
79 octet do_octet(in octet p1, inout octet p2, out octet p3);
80 short do_short(in short p1, inout short p2, out short p3);
81 unsigned short do_unsigned_short(in unsigned short p1, inout unsigned short p2, out unsigned short p3);
82 long do_long(in long p1, inout long p2, out long p3);
83 unsigned long do_unsigned_long(in unsigned long p1, inout unsigned long p2, out unsigned long p3);
84 long long do_long_long(in long long p1, inout long long p2, out long long p3);
85 unsigned long long do_unsigned_long_long(in unsigned long long p1, inout unsigned long long p2, out unsigned long long p3);
86 float do_float(in float p1, inout float p2, out float p3);
87 double do_double(in double p1, inou
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/struct/
H A Derr.D_PROTO_ARG.DupStructAssoc.d52 struct pirate p1;
63 p1.position = 1;
64 p1.content = 'a';
71 assoc_array[p1] = 3333;
76 printf("assoc_array[p1]: %d\n", assoc_array[p1]);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/union/
H A Derr.D_PROTO_ARG.DupUnionAssoc.d52 union pirate p1;
63 p1.position = 1;
64 p1.content = 'a';
71 assoc_array[p1] = 3333;
76 printf("assoc_array[p1]: %d\n", assoc_array[p1]);
/vbox/src/recompiler/tests/
H A Dtest-mmap.c61 void *p1; local
75 p1 = mmap(NULL, len, PROT_READ,
88 fail_unless (p1 != MAP_FAILED);
93 p = (uintptr_t) p1;
106 memcpy (dummybuf, p1, pagesize);
112 munmap (p1, len);
123 void *p1; local
130 p1 = mmap(NULL, len, PROT_READ,
135 fail_unless (p1 != MAP_FAILED);
136 p = (uintptr_t) p1;
147 char *p1; local
198 void *p1; local
230 void *p1; local
260 unsigned int *p1, *p2, *p3; local
312 unsigned int *p1; local
346 unsigned int *p1; local
389 unsigned int *p1, *p2, *p3, *p4; local
[all...]
/vbox/src/recompiler/
H A Dbswap.h152 uint8_t *p1 = (uint8_t *)p;
154 p1[0] = v & 0xff;
155 p1[1] = v >> 8;
160 uint8_t *p1 = (uint8_t *)p;
162 p1[0] = v & 0xff;
163 p1[1] = v >> 8;
164 p1[2] = v >> 16;
165 p1[3] = v >> 24;
170 const uint8_t *p1 = (const uint8_t *)p;
171 return p1[
[all...]
/vbox/include/VBox/HostServices/
H A DVBoxOGLOp.h55 #define VBOX_OGL_GEN_OP1(op, p1) \
56 OGL_CMD(op, 1, sizeof(p1)); \
57 OGL_PARAM(p1, sizeof(p1)); \
60 #define VBOX_OGL_GEN_OP2(op, p1, p2) \
61 OGL_CMD(op, 2, sizeof(p1)+sizeof(p2)); \
62 OGL_PARAM(p1, sizeof(p1)); \
66 #define VBOX_OGL_GEN_OP3(op, p1, p2, p3) \
67 OGL_CMD(op, 3, sizeof(p1)
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dcrtdbg.h123 #define _RPT1(t,m,p1)
124 #define _RPT2(t,m,p1,p2)
125 #define _RPT3(t,m,p1,p2,p3)
126 #define _RPT4(t,m,p1,p2,p3,p4)
128 #define _RPTF1(t,m,p1)
129 #define _RPTF2(t,m,p1,p2)
130 #define _RPTF3(t,m,p1,p2,p3)
131 #define _RPTF4(t,m,p1,p2,p3,p4)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dcrtdbg.h123 #define _RPT1(t,m,p1)
124 #define _RPT2(t,m,p1,p2)
125 #define _RPT3(t,m,p1,p2,p3)
126 #define _RPT4(t,m,p1,p2,p3,p4)
128 #define _RPTF1(t,m,p1)
129 #define _RPTF2(t,m,p1,p2)
130 #define _RPTF3(t,m,p1,p2,p3)
131 #define _RPTF4(t,m,p1,p2,p3,p4)
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_com_exceptions.py50 def do_boolean(self, p1, p2):
54 def do_octet(self, p1, p2):
58 def do_short(self, p1, p2):
62 def do_unsigned_short(self, p1, p2):
66 def do_long(self, p1, p2):
70 def do_unsigned_long(self, p1, p2):
74 def do_long_long(self, p1, p2):
78 def do_unsigned_long_long(self, p1, p2):
/vbox/src/VBox/Devices/Audio/
H A Ddsound_template.h53 LPVOID p1,
61 hr = glue (IFACE, _Unlock) (buf, p1, blen1, p2, blen2);
84 LPVOID p1 = NULL, p2 = NULL; local
99 &p1,
128 if ((p1 && (blen1 & info->align)) || (p2 && (blen2 & info->align))) {
131 glue (dsound_unlock_, TYPE) (buf, p1, p2, blen1, blen2);
135 if (!p1 && blen1) {
136 dolog ("warning: !p1 && blen1=%ld\n", blen1);
145 *p1p = p1;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi_base.h94 #define fsw_memeq(p1,p2,size) (CompareMem(p1,p2,size) == 0)
H A Dfsw_strfunc.h32 fsw_u8 *p1 = (fsw_u8 *)s1data; local
37 c1 = *p1++;
59 fsw_u8 *p1 = (fsw_u8 *)s1data; local
64 c1 = *p1++;
76 fsw_u8 *p1 = (fsw_u8 *)s1data; local
81 c1 = *p1++;
92 fsw_u8 *p1 = (fsw_u8 *)s1data; local
97 c1 = *p1++;
99 c1 = ((c1 & 0x1f) << 6) | (*p1++ & 0x3f);
101 c1 = ((c1 & 0x0f) << 12) | ((*p1
118 fsw_u8 *p1 = (fsw_u8 *)s1data; local
144 fsw_u16 *p1 = (fsw_u16 *)s1data; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/
H A Dstub_test.cpp84 int p1 = (int) *args; local
89 case 1: out = a->callme1(p1, p2); break;
90 case 2: out = a->callme2(p1, p2); break;
91 case 3: out = a->callme3(p1, p2); break;
157 int p1 = (int) *args; local
161 case 1: a->callme1(p1, p2); break;
162 case 2: a->callme2(p1, p2); break;
163 case 3: a->callme3(p1, p2); break;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCrUtil.cpp32 DECLEXPORT(int) crMemcmp( const void *p1, const void *p2, unsigned int bytes );
69 DECLEXPORT(int) crMemcmp( const void *p1, const void *p2, unsigned int bytes ) argument
71 return memcmp(p1, p2, bytes);
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/
H A Dpy_test_component.h126 /* boolean do_boolean (in boolean p1, inout boolean p2, out boolean p3); */
127 NS_IMETHOD Do_boolean(PRBool p1, PRBool *p2, PRBool *p3, PRBool *_retval) = 0;
129 /* octet do_octet (in octet p1, inout octet p2, out octet p3); */
130 NS_IMETHOD Do_octet(PRUint8 p1, PRUint8 *p2, PRUint8 *p3, PRUint8 *_retval) = 0;
132 /* short do_short (in short p1, inout short p2, out short p3); */
133 NS_IMETHOD Do_short(PRInt16 p1, PRInt16 *p2, PRInt16 *p3, PRInt16 *_retval) = 0;
135 /* unsigned short do_unsigned_short (in unsigned short p1, inout unsigned short p2, out unsigned short p3); */
136 NS_IMETHOD Do_unsigned_short(PRUint16 p1, PRUint16 *p2, PRUint16 *p3, PRUint16 *_retval) = 0;
138 /* long do_long (in long p1, inout long p2, out long p3); */
139 NS_IMETHOD Do_long(PRInt32 p1, PRInt3
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dmem.c134 DECLEXPORT(int) crMemcmp( const void *p1, const void *p2, unsigned int bytes ) argument
136 CRASSERT(p1);
138 return memcmp( p1, p2, bytes );
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIImageTools.cpp249 QPainter p1(&i1);
250 p1.setCompositionMode(QPainter::CompositionMode_Source);
251 p1.drawImage(0, 0, i);
252 p1.setCompositionMode(QPainter::CompositionMode_DestinationIn);
258 p1.fillRect(0, 0, ls.width(), ls.height(), lg);
259 p1.end();
276 QPainter p1(&i1);
277 p1.setRenderHints(QPainter::SmoothPixmapTransform);
278 p1.rotate(45);
279 p1
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix_base.h74 #define fsw_memeq(p1,p2,size) (memcmp(p1,p2,size) == 0)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dbuild.c49 * g.left points to the sentinel node on a block. i.e. g.left->p1 points to
106 j1->p1 = (Node *) a;
179 j1->p1 = (Node *) t;
236 j1->p1 = (Node *) t;
289 j1->p1 = (Node *) r;
321 ((Junction *)g2.right)->p1 = g1.right;
350 ((Junction *)g1.right)->p1 = g2.left;
385 ((Junction *)g1.right)->p1 = (Node *) j2; /* add node to G at end */
400 ((Junction *)g.right)->p1 = (Node *)j2; /* opt alt points to EndBlk */
403 j1->p1
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/tests/
H A DTestXPTCInvoke.cpp64 NS_IMETHOD AddTwoInts(PRInt32 p1, PRInt32 p2, PRInt32* retval) = 0;
65 NS_IMETHOD MultTwoInts(PRInt32 p1, PRInt32 p2, PRInt32* retval) = 0;
66 NS_IMETHOD AddTwoLLs(PRInt64 p1, PRInt64 p2, PRInt64* retval) = 0;
67 NS_IMETHOD MultTwoLLs(PRInt64 p1, PRInt64 p2, PRInt64* retval) = 0;
69 NS_IMETHOD AddManyInts(PRInt32 p1, PRInt32 p2, PRInt32 p3, PRInt32 p4,
73 NS_IMETHOD AddTwoFloats(float p1, float p2, float* retval) = 0;
75 NS_IMETHOD AddManyDoubles(double p1, double p2, double p3, double p4,
79 NS_IMETHOD AddManyFloats(float p1, float p2, float p3, float p4,
83 NS_IMETHOD AddManyManyFloats(float p1, float p2, float p3, float p4,
90 NS_IMETHOD AddMixedInts(PRInt64 p1, PRInt3
163 AddTwoInts(PRInt32 p1, PRInt32 p2, PRInt32* retval) argument
170 MultTwoInts(PRInt32 p1, PRInt32 p2, PRInt32* retval) argument
177 AddTwoLLs(PRInt64 p1, PRInt64 p2, PRInt64* retval) argument
184 MultTwoLLs(PRInt64 p1, PRInt64 p2, PRInt64* retval) argument
191 AddManyInts(PRInt32 p1, PRInt32 p2, PRInt32 p3, PRInt32 p4, PRInt32 p5, PRInt32 p6, PRInt32 p7, PRInt32 p8, PRInt32 p9, PRInt32 p10, PRInt32* retval) argument
204 AddTwoFloats(float p1, float p2, float *retval) argument
214 AddManyDoubles(double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8, double p9, double p10, double* retval) argument
227 AddManyFloats(float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float* retval) argument
240 AddMixedFloats(float p1, float p2, double p3, double p4, float p5, float p6, double p7, double p8, float p9, double p10, float p11, double *retval) argument
254 AddManyManyFloats(float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10, float p11, float p12, float p13, float p14, float p15, float p16, float p17, float p18, float p19, float p20, float *retval) argument
273 AddMixedInts(PRInt64 p1, PRInt32 p2, PRInt64 p3, PRInt32 p4, PRInt32 p5, PRInt64 p6, PRInt32 p7, PRInt32 p8, PRInt64 p9, PRInt32 p10, PRInt64* retval) argument
282 AddMixedInts2(PRInt32 p1, PRInt64 p2, PRInt32 p3, PRInt64 p4, PRInt64 p5, PRInt32 p6, PRInt64 p7, PRInt64 p8, PRInt32 p9, PRInt64 p10, PRInt64* retval) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/proxy/tests/
H A Dproxytests.cpp64 NS_IMETHOD Test(PRInt32 p1, PRInt32 p2, PRInt32* retval);
66 NS_IMETHOD Test3(nsISupports *p1, nsISupports **p2);
78 NS_IMETHODIMP nsTestXPCFoo::Test(PRInt32 p1, PRInt32 p2, PRInt32* retval) argument
80 printf("Thread (%d) Test Called successfully! Party on...\n", p1);
81 *retval = p1+p2;
93 NS_IMETHODIMP nsTestXPCFoo::Test3(nsISupports *p1, nsISupports **p2) argument
95 if (p1 != nsnull)
99 p1->QueryInterface(NS_GET_IID(nsITestProxy), (void**)&test);
118 NS_IMETHOD Test(PRInt32 p1, PRInt32 p2, PRInt32* retval);
120 NS_IMETHOD Test3(nsISupports *p1, nsISupport
132 Test(PRInt32 p1, PRInt32 p2, PRInt32* retval) argument
165 Test3(nsISupports *p1, nsISupports **p2) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dhpux.c251 register unsigned char *p1 = (unsigned char *) s1, local
255 register int r = ((int) ((unsigned int) *p1))
258 p1++; p2++;
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_mem.h32 extern DECLEXPORT(int) crMemcmp( const void *p1, const void *p2, unsigned int bytes );

Completed in 204 milliseconds

12345