/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | dmxstat.h | 54 unsigned long pending);
|
H A D | randrstr.h | 100 RRPropertyValueRec current, pending; member in struct:_rrProperty 419 * Send all pending events 740 RRGetOutputProperty (RROutputPtr output, Atom property, Bool pending); 754 pointer value, Bool sendevent, Bool pending); 758 Bool pending, Bool range, Bool immutable,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
H A D | randrstr.h | 106 RRPropertyValueRec current, pending; member in struct:_rrProperty 484 * Send all pending events 631 * Check whether the pending and current transforms are the same 643 * Set the pending CRTC transformation 844 RRGetOutputProperty(RROutputPtr output, Atom property, Bool pending); 859 pointer value, Bool sendevent, Bool pending); 864 Bool pending, Bool range, Bool immutable, 922 RRGetProviderProperty(RRProviderPtr provider, Atom property, Bool pending); 933 pointer value, Bool sendevent, Bool pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
H A D | randrstr.h | 106 RRPropertyValueRec current, pending; member in struct:_rrProperty 490 * Send all pending events 637 * Check whether the pending and current transforms are the same 649 * Set the pending CRTC transformation 850 RRGetOutputProperty(RROutputPtr output, Atom property, Bool pending); 865 pointer value, Bool sendevent, Bool pending); 870 Bool pending, Bool range, Bool immutable, 928 RRGetProviderProperty(RRProviderPtr provider, Atom property, Bool pending); 939 pointer value, Bool sendevent, Bool pending); 943 Bool pending, Boo [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | dmxstat.h | 53 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | dmxstat.h | 54 unsigned long pending);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | dmxstat.h | 54 unsigned long pending);
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/ |
H A D | ath5k_dma.c | 163 * have any pending frames. Returns -EBUSY if we still have pending frames, 170 u32 tx_queue, pending; local 191 /*Check for pending frames*/ 193 pending = ath5k_hw_reg_read(ah, 197 } while (--i && pending); 201 if (ah->ah_mac_version >= (AR5K_SREV_AR2414 >> 4) && pending) { 225 /* Re-check for pending frames */ 228 pending = ath5k_hw_reg_read(ah, 232 } while (--i && pending); [all...] |
/vbox/src/libs/zlib-1.2.6/ |
H A D | deflate.c | 407 s->pending = 0; 450 int ZEXPORT deflatePending (strm, pending, bits) 451 unsigned *pending; 456 if (pending != Z_NULL) 457 *pending = strm->state->pending; 622 * Put a short in the pending buffer. The 16-bit value is put in MSB order. 635 * Flush as much pending output as possible. All deflate() output goes 647 len = s->pending; 656 s->pending [all...] |
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | nouveau_private.h | 99 struct drm_nouveau_gem_pushbuf_bo *pending; member in struct:nouveau_bo_priv
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | b44.c | 100 * Ring cells waiting to be processed are between 'tx_cur' and 'pending' 105 u32 pending = br32(bp, B44_DMATX_STAT); local 106 pending &= DMATX_STAT_CDMASK; 108 pending /= sizeof(struct dma_desc); 109 return pending & (B44_RING_SIZE - 1); 114 * Ring cells waiting to be processed are between 'rx_cur' and 'pending' 119 u32 pending = br32(bp, B44_DMARX_STAT); local 120 pending &= DMARX_STAT_CDMASK; 122 pending /= sizeof(struct dma_desc); 123 return pending 405 b44_rx_refill(struct b44_private *bp, u32 pending) argument 847 u32 pending, i; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | alarm.c | 95 PRBool pending; member in struct:notifyData 105 while (!notifyData->pending) 108 notifyData->pending = PR_FALSE; 152 notifyData.pending = PR_TRUE; 154 while (notifyData.pending)
|