/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | misyncstr.h | 51 SyncObject sync; /* Common sync object data */ member in struct:_SyncCounter 57 SyncObject sync; /* Common sync object data */ member in struct:_SyncFence 91 /* Wrappable sync-specific screen functions */
|
H A D | fbpriv.h | 137 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */ 138 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */ 139 #define FB_SYNC_EXT 4 /* external sync */ 140 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */ 144 #define FB_SYNC_ON_GREEN 32 /* sync on green */ 182 __u32 left_margin; /* time from sync to picture */ 183 __u32 right_margin; /* time from picture to sync */ 184 __u32 upper_margin; /* time from sync to picture */ 186 __u32 hsync_len; /* length of horizontal sync */ 187 __u32 vsync_len; /* length of vertical sync */ 188 __u32 sync; /* see FB_SYNC_* */ member in struct:fb_var_screeninfo [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | misyncstr.h | 51 SyncObject sync; /* Common sync object data */ member in struct:_SyncCounter 57 SyncObject sync; /* Common sync object data */ member in struct:_SyncFence 91 /* Wrappable sync-specific screen functions */
|
H A D | fbpriv.h | 137 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */ 138 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */ 139 #define FB_SYNC_EXT 4 /* external sync */ 140 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */ 144 #define FB_SYNC_ON_GREEN 32 /* sync on green */ 182 __u32 left_margin; /* time from sync to picture */ 183 __u32 right_margin; /* time from picture to sync */ 184 __u32 upper_margin; /* time from sync to picture */ 186 __u32 hsync_len; /* length of horizontal sync */ 187 __u32 vsync_len; /* length of vertical sync */ 188 __u32 sync; /* see FB_SYNC_* */ member in struct:fb_var_screeninfo [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | misyncstr.h | 49 SyncObject sync; /* Common sync object data */ member in struct:_SyncCounter 55 SyncObject sync; /* Common sync object data */ member in struct:_SyncFence
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | misyncstr.h | 49 SyncObject sync; /* Common sync object data */ member in struct:_SyncCounter 55 SyncObject sync; /* Common sync object data */ member in struct:_SyncFence
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | misyncstr.h | 49 SyncObject sync; /* Common sync object data */ member in struct:_SyncCounter 55 SyncObject sync; /* Common sync object data */ member in struct:_SyncFence
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | misyncstr.h | 49 SyncObject sync; /* Common sync object data */ member in struct:_SyncCounter 55 SyncObject sync; /* Common sync object data */ member in struct:_SyncFence
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | misyncstr.h | 49 SyncObject sync; /* Common sync object data */ member in struct:_SyncCounter 55 SyncObject sync; /* Common sync object data */ member in struct:_SyncFence
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | misyncstr.h | 50 SyncObject sync; /* Common sync object data */ member in struct:_SyncCounter 56 SyncObject sync; /* Common sync object data */ member in struct:_SyncFence 90 /* Wrappable sync-specific screen functions */
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxDev-haiku.c | 78 static status_t VBoxGuestHaikuSelect(void *cookie, uint8 event, uint32 ref, selectsync *sync); 79 static status_t VBoxGuestHaikuDeselect(void *cookie, uint8 event, selectsync *sync); 292 * @param sync ??? 296 static status_t VBoxGuestHaikuSelect(void *cookie, uint8 event, uint32 ref, selectsync *sync) argument 315 notify_select_event(sync, event); 321 sState.selectSync = (void *)sync; 336 * @param sync ??? 340 static status_t VBoxGuestHaikuDeselect(void *cookie, uint8 event, selectsync *sync) argument 344 //dprintf(DRIVER_NAME "deselect(,%d,%p)\n", event, sync); 348 if (sState.selectSync == sync) [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/iostream/ |
H A D | zfstream.cpp | 12 sync(); 106 sync(); 206 int gzfilebuf::sync() { function in class:gzfilebuf
|
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/ |
H A D | zfstream.cc | 34 this->sync(); 114 // Attempt to sync and close gzipped file 115 if (this->sync() == -1) 269 // First make sure stuff is sync'ed, for safety 270 if (this->sync() == -1) 299 gzfilebuf::sync() function in class:gzfilebuf
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/ |
H A D | prstrms.cpp | 117 sync(); 199 if (PRfilebuf::sync()==EOF) // sync before new buffer created below 227 if (PRfilebuf::sync()==EOF) 276 if (PRfilebuf::sync()==EOF) 287 PRfilebuf::sync() function in class:PRfilebuf 332 retval = sync(); 368 sync(); 504 sync();
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
H A D | LzFindMt.c | 382 CMtSync *sync = &p->hashSync; local 383 if (!sync->needStart) 385 CriticalSection_Enter(&sync->cs); 386 sync->csWasEntered = True; 398 if (!sync->needStart) 400 CriticalSection_Leave(&sync->cs); 401 sync->csWasEntered = False;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | swapchain.c | 353 unsigned int sync; local 652 retval = GL_EXTCALL(glXGetVideoSyncSGI(&sync)); 660 if(sync <= This->vSyncCounter) { 663 This->vSyncCounter = sync; 667 if(sync <= This->vSyncCounter + 1) { 670 This->vSyncCounter = sync; 674 if(sync <= This->vSyncCounter + 2) { 677 This->vSyncCounter = sync; 681 if(sync <= This->vSyncCounter + 3) { 684 This->vSyncCounter = sync; [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ |
H A D | vga.h | 46 #define SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */ 47 #define SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */ 48 #define SYNC_EXT 4 /* external sync */ 49 #define SYNC_COMP_HIGH_ACT 8 /* composite sync high active */ 54 #define SYNC_ON_GREEN 32 /* sync on green */ 217 __u32 left_margin; /* time from sync to picture */ 218 __u32 right_margin; /* time from picture to sync */ 219 __u32 upper_margin; /* time from sync to picture */ 221 __u32 hsync_len; /* length of horizontal sync */ 222 __u32 vsync_len; /* length of vertical sync */ 223 __u32 sync; /* sync polarity */ member in struct:screeninfo [all...] |
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/ |
H A D | inputstr.h | 260 } sync; member in struct:_DeviceIntRec
|
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | via_drm.h | 278 drm_via_blitsync_t sync; member in struct:drm_via_dmablit
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | plevent.c | 902 PR_snprintf(semname, sizeof(semname), "sync%lx", 1248 int32 sync; member in struct:ThreadInterfaceData 1256 id.sync = false;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | fbpriv.h | 137 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */ 138 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */ 139 #define FB_SYNC_EXT 4 /* external sync */ 140 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */ 144 #define FB_SYNC_ON_GREEN 32 /* sync on green */ 182 __u32 left_margin; /* time from sync to picture */ 183 __u32 right_margin; /* time from picture to sync */ 184 __u32 upper_margin; /* time from sync to picture */ 186 __u32 hsync_len; /* length of horizontal sync */ 187 __u32 vsync_len; /* length of vertical sync */ 188 __u32 sync; /* see FB_SYNC_* */ member in struct:fb_var_screeninfo [all...] |
H A D | inputstr.h | 258 } sync; member in struct:_DeviceIntRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | fbpriv.h | 137 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */ 138 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */ 139 #define FB_SYNC_EXT 4 /* external sync */ 140 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */ 144 #define FB_SYNC_ON_GREEN 32 /* sync on green */ 182 __u32 left_margin; /* time from sync to picture */ 183 __u32 right_margin; /* time from picture to sync */ 184 __u32 upper_margin; /* time from sync to picture */ 186 __u32 hsync_len; /* length of horizontal sync */ 187 __u32 vsync_len; /* length of vertical sync */ 188 __u32 sync; /* see FB_SYNC_* */ member in struct:fb_var_screeninfo [all...] |
H A D | inputstr.h | 299 } sync; member in struct:_DeviceIntRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | fbpriv.h | 137 #define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */ 138 #define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */ 139 #define FB_SYNC_EXT 4 /* external sync */ 140 #define FB_SYNC_COMP_HIGH_ACT 8 /* composite sync high active */ 144 #define FB_SYNC_ON_GREEN 32 /* sync on green */ 182 __u32 left_margin; /* time from sync to picture */ 183 __u32 right_margin; /* time from picture to sync */ 184 __u32 upper_margin; /* time from sync to picture */ 186 __u32 hsync_len; /* length of horizontal sync */ 187 __u32 vsync_len; /* length of vertical sync */ 188 __u32 sync; /* see FB_SYNC_* */ member in struct:fb_var_screeninfo [all...] |