/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | dirent.h | 1 #include <direct.h>
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | dirent.h | 1 #include <direct.h>
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/core/ |
H A D | pcidirect.c | 41 PROVIDE_PCIAPI_INLINE ( direct, pci_num_bus ); 42 PROVIDE_PCIAPI_INLINE ( direct, pci_read_config_byte ); 43 PROVIDE_PCIAPI_INLINE ( direct, pci_read_config_word ); 44 PROVIDE_PCIAPI_INLINE ( direct, pci_read_config_dword ); 45 PROVIDE_PCIAPI_INLINE ( direct, pci_write_config_byte ); 46 PROVIDE_PCIAPI_INLINE ( direct, pci_write_config_word ); 47 PROVIDE_PCIAPI_INLINE ( direct, pci_write_config_dword );
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/ipxe/ |
H A D | pcidirect.h | 34 PCIAPI_INLINE ( direct, pci_num_bus ) ( void ) { argument 48 PCIAPI_INLINE ( direct, pci_read_config_byte ) ( struct pci_device *pci, argument 65 PCIAPI_INLINE ( direct, pci_read_config_word ) ( struct pci_device *pci, argument 82 PCIAPI_INLINE ( direct, pci_read_config_dword ) ( struct pci_device *pci, argument 99 PCIAPI_INLINE ( direct, pci_write_config_byte ) ( struct pci_device *pci, argument 116 PCIAPI_INLINE ( direct, pci_write_config_word ) ( struct pci_device *pci, argument 133 PCIAPI_INLINE ( direct, pci_write_config_dword ) ( struct pci_device *pci, argument
|
/vbox/src/libs/libxml2-2.6.31/include/ |
H A D | win32config.h | 21 #include <direct.h>
|
H A D | vboxconfig.h | 426 # include <direct.h>
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | glx_c_exports.c | 150 DECLEXPORT(GLXContext) VBOXGLXENTRYTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct) 152 return glxim.CreateContext(dpy, vis, share, direct); 255 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct) 257 return glxim.CreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct); 296 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct) 298 return glxim.CreateNewContext(dpy, config, render_type, share_list, direct);
|
H A D | fakedri_drv.h | 72 extern GLXContext VBOXGLXENTRYTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct) ; 92 extern GLXContext VBOXGLXENTRYTAG(glXCreateContextWithConfigSGIX)(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 99 extern GLXContext VBOXGLXENTRYTAG(glXCreateNewContext)(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
|
H A D | glx_proto.h | 56 typedef GLXContext (*PGLXFUNC_CreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct); 112 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 125 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
|
H A D | dri_glx.h | 71 extern DECLEXPORT(GLXContext) VBOXGLXTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct); 127 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 140 (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
|
H A D | stub.h | 146 Bool direct;
|
H A D | glx.c | 542 VBOXGLXTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct) 625 context->direct = direct; 1397 Bool direct) 1415 ret = VBOXGLXTAG(glXCreateContext)(dpy, vis, share_list, direct); 1580 VBOXGLXTAG(glXCreateNewContext)(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct) 1588 (void) direct; 1597 return VBOXGLXTAG(glXCreateContext)(dpy, vis, share_list, direct);
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | gzguts.h | 162 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon17372
|
H A D | gzlib.c | 114 state->direct = 0; 148 state->direct = 1; 163 if (state->direct) { 167 state->direct = 1; /* for empty file */
|
H A D | gzread.c | 74 if there is no gzip header and direct copying will be performed, or it will 75 be set to GZIP for decompression. If direct copying, then leftover input 134 state->direct = 0; 140 if (state->direct == 0) { 157 state->direct = 1; 553 return state->direct;
|
H A D | gzwrite.c | 29 if (!state->direct) { 56 if (!state->direct) { 67 then the deflate() state is reset to start a new gzip stream. If gz->direct 83 if (state->direct) { 551 if (!state->direct) {
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | glx.h | 204 GLXContext shareList, Bool direct ); 287 Bool direct ); 315 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
|
H A D | glxext.h | 535 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 554 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 594 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); 596 typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); 681 extern GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct); 688 typedef GLXContext ( * PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
|
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/ |
H A D | glxext.h | 554 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 573 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct); 613 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); 615 typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list); 700 extern GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct); 707 typedef GLXContext ( * PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/ |
H A D | glx.h | 194 GLXContext shareList, Bool direct ); 277 Bool direct );
|
H A D | miniglx.h | 425 GLXContext shareList, MINI_Bool direct );
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/ |
H A D | Split.c | 23 #include <direct.h>
|
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | port.h | 47 # include <direct.h>
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | port.h | 49 # include <direct.h>
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | port.h | 47 # include <direct.h>
|