Searched refs:MAX_DEBUG_OPTIONS (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c53 #define MAX_DEBUG_OPTIONS 256 macro
60 static struct __wine_debug_channel debug_options[MAX_DEBUG_OPTIONS];
132 if (nb_debug_options >= MAX_DEBUG_OPTIONS) return;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c53 #define MAX_DEBUG_OPTIONS 256 macro
60 static struct __wine_debug_channel debug_options[MAX_DEBUG_OPTIONS];
132 if (nb_debug_options >= MAX_DEBUG_OPTIONS) return;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c44 #define MAX_DEBUG_OPTIONS 256 macro
48 static struct __wine_debug_channel debug_options[MAX_DEBUG_OPTIONS];
120 if (nb_debug_options >= MAX_DEBUG_OPTIONS) return;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c53 #define MAX_DEBUG_OPTIONS 256 macro
60 static struct __wine_debug_channel debug_options[MAX_DEBUG_OPTIONS];
132 if (nb_debug_options >= MAX_DEBUG_OPTIONS) return;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c63 #define MAX_DEBUG_OPTIONS 256 macro
70 static struct __wine_debug_channel debug_options[MAX_DEBUG_OPTIONS];
142 if (nb_debug_options >= MAX_DEBUG_OPTIONS) return;

Completed in 38 milliseconds