Searched defs:WINE_RB_FLAG_STOP (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Drbtree.h75 #define WINE_RB_FLAG_STOP 0x2 macro
152 if ((*entry)->flags & WINE_RB_FLAG_STOP)
154 (*entry)->flags &= ~WINE_RB_FLAG_STOP;
329 (*entry)->flags |= WINE_RB_FLAG_STOP;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Drbtree.h69 #define WINE_RB_FLAG_STOP 0x2 macro
146 if ((*entry)->flags & WINE_RB_FLAG_STOP)
148 (*entry)->flags &= ~WINE_RB_FLAG_STOP;
323 (*entry)->flags |= WINE_RB_FLAG_STOP;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Drbtree.h75 #define WINE_RB_FLAG_STOP 0x2 macro
152 if ((*entry)->flags & WINE_RB_FLAG_STOP)
154 (*entry)->flags &= ~WINE_RB_FLAG_STOP;
329 (*entry)->flags |= WINE_RB_FLAG_STOP;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Drbtree.h69 #define WINE_RB_FLAG_STOP 0x2 macro
146 if ((*entry)->flags & WINE_RB_FLAG_STOP)
148 (*entry)->flags &= ~WINE_RB_FLAG_STOP;
323 (*entry)->flags |= WINE_RB_FLAG_STOP;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Drbtree.h69 #define WINE_RB_FLAG_STOP 0x2 macro
146 if ((*entry)->flags & WINE_RB_FLAG_STOP)
148 (*entry)->flags &= ~WINE_RB_FLAG_STOP;
323 (*entry)->flags |= WINE_RB_FLAG_STOP;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Drbtree.h75 #define WINE_RB_FLAG_STOP 0x2 macro
152 if ((*entry)->flags & WINE_RB_FLAG_STOP)
154 (*entry)->flags &= ~WINE_RB_FLAG_STOP;
329 (*entry)->flags |= WINE_RB_FLAG_STOP;

Completed in 1057 milliseconds