| /vbox/src/VBox/Devices/Audio/ |
| H A D | dsound_template.h | 53 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/Additions/WINNT/Graphics/Video/mp/wddm/ |
| H A D | VBoxMPCrUtil.cpp | 32 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/VBox/GuestHost/OpenGL/util/ |
| H A D | mem.c | 134 DECLEXPORT(int) crMemcmp( const void *p1, const void *p2, unsigned int bytes ) argument 136 CRASSERT(p1); 138 return memcmp( p1, p2, bytes );
|
| H A D | hull.c | 235 const double *p0, *p1; local 266 p1 = pnts + 2 * a; 270 A = p0[1] - p1[1] + (v[1] / v[0]) * (p1[0] - p0[0]); 281 vnew[0] = p1[0] - p0[0]; 282 vnew[1] = p1[1] - p0[1];
|
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/ |
| H A D | iswctype_sb.c | 219 wint_t towctrans(wint_t p1, wctrans_t tranfunc) argument 221 return tranfunc(p1);
|
| /vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/ |
| H A D | fsw_efi_lib.c | 156 fsw_u8 *p1 = (fsw_u8 *)s1data; local 161 if (fsw_to_lower(p1[i]) != fsw_to_lower(p2[i]))
|
| H A D | fsw_strfunc.h | 32 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/include/VBox/com/ |
| H A D | ptr.h | 299 IUnknown *p1 = NULL; local 302 fNeedsRelease1 = (SUCCEEDED(m_p->QueryInterface(COM_IIDOF(IUnknown), (void**)&p1))); 309 bool f = p1 == p2; 311 p1->Release();
|
| /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/ |
| H A D | stub_test.cpp | 84 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/libs/xpcom18a4/xpcom/tests/ |
| H A D | TestAutoPtr.cpp | 227 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/recompiler/tests/ |
| H A D | test-mmap.c | 61 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/VBox/Devices/Network/slirp/libalias/ |
| H A D | alias_ftp.c | 663 int a1, a2, a3, a4, p1, p2; local 682 p1 = *ptr++; 689 a1, a2, a3, a4, p1, p2); 692 a1, a2, a3, a4, p1, p2); 699 a1, a2, a3, a4, p1, p2); 703 a1, a2, a3, a4, p1, p2);
|
| /vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 45 const GLfloat *p1 = v1->attrib[FRAG_ATTRIB_WPOS]; variable 126 compute_plane(p0, p1, p2, p0[2], p1[2], p2[2], zPlane); 131 compute_plane(p0, p1, p2, v0->color[RCOMP], v1->color[RCOMP], v2->color[RCOMP], rPlane); 132 compute_plane(p0, p1, p2, v0->color[GCOMP], v1->color[GCOMP], v2->color[GCOMP], gPlane); 133 compute_plane(p0, p1, p2, v0->color[BCOMP], v1->color[BCOMP], v2->color[BCOMP], bPlane); 134 compute_plane(p0, p1, p2, v0->color[ACOMP], v1->color[ACOMP], v2->color[ACOMP], aPlane); 146 compute_plane(p0, p1, p2, (GLfloat) v0->attrib[FRAG_ATTRIB_CI][0], 159 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane); 174 compute_plane(p0, p1, p [all...] |
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
| H A D | os2thred.c | 104 _System OS2_FloatExcpHandler(PEXCEPTIONREPORTRECORD p1, argument 110 printf("Entering exception handler; ExceptionNum = %x\n", p1->ExceptionNum); 111 switch(p1->ExceptionNum) { 136 switch(p1->ExceptionNum) {
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
| H A D | hpux.c | 251 register unsigned char *p1 = (unsigned char *) s1, local 255 register int r = ((int) ((unsigned int) *p1)) 258 p1++; p2++;
|
| /vbox/src/libs/xpcom18a4/xpcom/io/ |
| H A D | nsEscape.cpp | 466 unsigned char *p1 = ((unsigned char *) p) + 1; local 468 if (ISHEX(*p1) && ISHEX(*p2) && !(ignoreNonAscii && *p1 >= '8') && 470 (*p1 < '2' || (*p1 == '7' && (*p2 == 'f' || *p2 == 'F'))))) { 471 //printf("- p1=%c p2=%c\n", *p1, *p2); 478 char u = (UNHEX(*p1) << 4) + UNHEX(*p2);
|
| /vbox/src/libs/xpcom18a4/xpcom/proxy/tests/ |
| H A D | proxytests.cpp | 64 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/VBox/Additions/WINNT/Graphics/Wine/libWine/ |
| H A D | string.c | 71 const WCHAR *p1 = str, *p2 = sub; local 72 while (*p1 && *p2 && *p1 == *p2) { p1++; p2++; }
|
| H A D | debug.c | 54 static int cmp_name( const void *p1, const void *p2 ) argument 56 const char *name = p1;
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
| H A D | fset.c | 55 * Follow both p1 and p2 paths (unless RuleBlk) to collect the tokens k away from this 73 * Normally, both p1 and p2 are followed. However, checking p2 on a RuleBlk node is 214 if ( p->p1 == NULL ) set_orel((TokenInd!=NULL?TokenInd[EofToken]:EofToken), &a);/* if no FOLLOW assume EOF */ 220 if ( p->p1 != NULL ) { 226 /* MR14 */ guess_point=p->p1; 232 REACH(p->p1, k, rk, a); 684 Predicate *p1; local 747 p1=predicate_dup_without_context(alt1->predicate); 748 p1=MR_unfold(p1); 1479 int p1, p2; local [all...] |
| /vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/ |
| H A D | debug.c | 76 static int cmp_name( const void *p1, const void *p2 ) argument 78 const char *name = p1;
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/ |
| H A D | debug.c | 66 static int cmp_name( const void *p1, const void *p2 ) argument 68 const char *name = p1;
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/ |
| H A D | debug.c | 66 static int cmp_name( const void *p1, const void *p2 ) argument 68 const char *name = p1;
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/ |
| H A D | debug.c | 66 static int cmp_name( const void *p1, const void *p2 ) argument 68 const char *name = p1;
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
| H A D | dt_ident.c | 181 char *s, *p1, *p2; local 194 if ((p1 = strchr(s, '(')) != NULL) 195 *p1++ = '\0'; /* mark end of return type string */ 197 if (p1 == NULL || p2 == NULL) { 202 for (p2 = p1; *p2 != '\0'; p2++) { 263 for (i = 0; i < isp->dis_argc; i++, p1 = p2) { 264 while (isspace(*p1)) 265 p1++; /* skip leading whitespace */ 267 if ((p2 = strchr(p1, ',')) == NULL) 268 p2 = p1 [all...] |