/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/ |
H A D | memtop_umalloc.c | 53 static userptr_t bottom = UNULL; variable 95 top = bottom = phys_to_user ( r_end ); 119 while ( bottom != top ) { 120 copy_from_user ( &extmem, bottom, -sizeof ( extmem ), 124 DBG ( "EXTMEM freeing [%lx,%lx)\n", user_to_phys ( bottom, 0 ), 125 user_to_phys ( bottom, extmem.size ) ); 127 bottom = userptr_add ( bottom, len ); 149 if ( bottom == top ) { 165 ptr = bottom [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIWidgetValidator.h | 176 ulong bottom() const { return mBottom; } function in class:QIULongValidator
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2poll.c | 76 PRFileDesc *bottom; local 144 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER); 145 PR_ASSERT(NULL != bottom); /* what to do about that? */ 146 if ((NULL != bottom) && 147 (_PR_FILEDESC_OPEN == bottom->secret->state)) 151 PRInt32 osfd = bottom->secret->md.osfd; 301 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER); 302 PR_ASSERT(NULL != bottom); 304 osfd = bottom->secret->md.osfd; 358 bottom [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | uxpoll.c | 78 PRFileDesc *bottom; local 122 /* now locate the NSPR layer at the bottom of the stack */ 123 bottom = PR_GetIdentitiesLayer(pds[index].fd, PR_NSPR_IO_LAYER); 124 PR_ASSERT(NULL != bottom); /* what to do about that? */ 125 if ((NULL != bottom) 126 && (_PR_FILEDESC_OPEN == bottom->secret->state)) 130 syspoll[index].fd = bottom->secret->md.osfd; 290 PRFileDesc *bottom; local 345 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER); 346 PR_ASSERT(NULL != bottom); /* wha 529 PRFileDesc *bottom; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w32poll.c | 116 PRFileDesc *bottom; local 189 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER); 190 PR_ASSERT(NULL != bottom); /* what to do about that? */ 191 if ((NULL != bottom) 192 && (_PR_FILEDESC_OPEN == bottom->secret->state)) 196 osfd = (SOCKET) bottom->secret->md.osfd; 292 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER); 293 PR_ASSERT(NULL != bottom); 295 osfd = (SOCKET) bottom->secret->md.osfd; 332 bottom [all...] |
H A D | w16sock.c | 1039 PRFileDesc *bottom = pd->fd; local 1041 if ((NULL == bottom) || (in_flags == 0)) { 1044 while (bottom->lower != NULL) { 1045 bottom = bottom->lower; 1047 osfd = bottom->secret->md.osfd; 1126 PRFileDesc *bottom = pd->fd; local 1128 if ((NULL == bottom) || (in_flags == 0)) { 1131 while (bottom->lower != NULL) { 1132 bottom [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | PCCTSAST.cpp | 159 /* bottom of stack is always a NULL--"cookie" indicates "done" */ 320 bottom() function in class:PCCTS_AST
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | windef16.h | 153 INT16 bottom; member in struct:__anon14243
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | matrix.c | 451 float bottom, float top, 462 f.m11 = (2.0f * zNear) / (top - bottom); 467 f.m21 = (top + bottom) / (top - bottom); 483 float bottom, float top, 494 ortho.m11 = 2.0f / (top - bottom); 504 ortho.m31 = -(top + bottom) / (top - bottom); 449 crMatrixFrustum(CRmatrix *m, float left, float right, float bottom, float top, float zNear, float zFar) argument 481 crMatrixOrtho(CRmatrix *m, float left, float right, float bottom, float top, float znear, float zfar) argument
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | windef16.h | 153 INT16 bottom; member in struct:__anon1567
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prmwait.c | 669 PRFileDesc *bottom; local 680 ** Little late to be checking if NSPR's on the bottom of stack, 685 bottom = PR_GetIdentitiesLayer(desc->fd, PR_NSPR_IO_LAYER); 686 PR_ASSERT(NULL != bottom); 687 if (NULL != bottom) /* now what!?!?! */ 689 bottom->secret->state = _PR_FILEDESC_CLOSED; 690 if (closesocket(bottom->secret->md.osfd) == SOCKET_ERROR) 743 PRFileDesc *bottom; local 827 /* Reach to the bottom layer to get the OS fd */ 828 bottom 1100 PRFileDesc *bottom = PR_GetIdentitiesLayer(desc->fd, PR_NSPR_IO_LAYER); local 1192 PRFileDesc *bottom = PR_GetIdentitiesLayer( local [all...] |
H A D | prsocket.c | 388 PRFileDesc *bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER); local 390 if (NULL == bottom) { 394 return SocketConnectContinue(bottom, pd->out_flags);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | bfile.c | 564 PRFileDesc *bottom; local 629 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER); 630 PR_ASSERT(NULL != bottom); /* what to do about that? */ 631 if ((NULL != bottom) 632 && (_PR_FILEDESC_OPEN == bottom->secret->state)) 636 PRInt32 osfd = bottom->secret->md.osfd; 727 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER); 728 PR_ASSERT(NULL != bottom); 730 osfd = bottom->secret->md.osfd; 788 bottom [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | aviriff.h | 127 short int bottom; member in struct:_avistreamheader::__anon13244
|
H A D | windef.h | 407 LONG bottom; member in struct:tagRECT 416 LONG bottom; member in struct:_RECTL
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_transform.c | 823 GLdouble bottom, GLdouble top, 840 crMatrixFrustum(t->currentStack->top, (float)left, (float)right, (float)bottom, (float)top, (float)zNear, (float)zFar); 847 GLdouble bottom, GLdouble top, 864 crMatrixOrtho(t->currentStack->top, (float)left, (float)right, (float)bottom, (float)top, (float)zNear, (float)zFar); 822 crStateFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument 846 crStateOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | orders.h | 136 sint16 bottom; member in struct:_DESKSAVE_ORDER 228 sint16 bottom; member in struct:_ELLIPSE_ORDER 241 sint16 bottom; member in struct:_ELLIPSE2_ORDER
|
H A D | rdp.c | 1282 uint16 left, top, right, bottom, width, height; local 1294 in_uint16_le(s, bottom); 1303 cy = bottom - top + 1; 1306 left, top, right, bottom, width, height, Bpp, compress));
|
H A D | types.h | 86 sint16 bottom; member in struct:_BOUNDS
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | aviriff.h | 127 short int bottom; member in struct:_avistreamheader::__anon648
|
H A D | windef.h | 407 LONG bottom; member in struct:tagRECT 416 LONG bottom; member in struct:_RECTL
|
/vbox/include/VBox/RemoteDesktop/ |
H A D | VRDEOrders.h | 107 int16_t bottom; member in struct:_VRDEORDERRECT
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_misc.c | 287 float bottom = znear * (b - 1.0f) / y; local 288 float top = 2.0f * znear / y + bottom; 289 crDebug("Frustum: left, right, bottom, top, near, far: %f, %f, %f, %f, %f, %f", left, right, bottom, top, znear, zfar);
|
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/ |
H A D | pixman.h | 834 pixman_fixed_t top, bottom; member in struct:pixman_trapezoid 843 (int) ((t)->bottom - (t)->top) > 0)
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsTraceRefcntImpl.cpp | 815 PRInt32 bottom = 0; local 818 bottom = top; 826 if (!bottom) { 827 bottom = top; 829 for(PRInt32 serialno = bottom; serialno <= top; serialno++) { 955 // the bottom-most frame is marked as pointing to NULL, or is ODD if a 68K transition frame.
|