Searched refs:Ring (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_ring.c14 * - If RingLeader is NULL, fall back to Scr->Ring.
15 * - If Ring is NULL, the ring is empty (and RingLeader is also NULL).
55 if(Scr->Ring == win) {
56 Scr->Ring = (next != win ? next : NULL);
59 if(!Scr->Ring || Scr->RingLeader == win) {
60 Scr->RingLeader = Scr->Ring;
82 if(Scr->Ring) {
83 AddWindowToRingUnchecked(win, Scr->Ring);
86 win->ring.next = win->ring.prev = Scr->Ring = win;
H A Dfunctions_warp.c186 else if(!(head = Scr->Ring)) {
H A Dscreen.h296 TwmWindow *Ring; ///< One of the windows in the Screen's ring member in struct:ScreenInfo
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_main_loop.c40 typedef struct Ring RingItem;
41 typedef struct Ring { struct
44 } Ring; typedef in typeref:struct:Ring
46 static inline void ring_init(Ring *ring)
61 static inline int ring_is_empty(Ring *ring)
67 static inline void ring_add(Ring *ring, RingItem *item)
92 static inline RingItem *ring_get_head(Ring *ring)
105 static inline RingItem *ring_get_tail(Ring *ring)
118 static inline RingItem *ring_next(Ring *ring, RingItem *pos)
129 static inline RingItem *ring_prev(Ring *rin
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dscreen.h91 TwmWindow *Ring; /* one of the windows in window ring */ member in struct:ScreenInfo
H A Dadd_window.c304 if (Scr->Ring) {
305 tmp_win->ring.next = Scr->Ring->ring.next;
306 if (Scr->Ring->ring.next->ring.prev)
307 Scr->Ring->ring.next->ring.prev = tmp_win;
308 Scr->Ring->ring.next = tmp_win;
309 tmp_win->ring.prev = Scr->Ring;
312 tmp_win->ring.next = tmp_win->ring.prev = Scr->Ring = tmp_win;
H A Devents.c1171 if (Scr->Ring == tmp)
1172 Scr->Ring = (next != tmp ? next : (TwmWindow *) NULL);
1174 if (!Scr->Ring || Scr->RingLeader == tmp)
1175 Scr->RingLeader = Scr->Ring;
H A Dtwm.c699 Scr->Ring = NULL;
H A Dmenus.c2786 else if (!(head = Scr->Ring))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst2268 - r600/sfn: Fix Ring output swizzle masks

Completed in 68 milliseconds