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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c59 static int nb_debug_options = -1; variable
76 if (nb_debug_options == -1) debug_init();
78 if (nb_debug_options)
80 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
93 if (nb_debug_options == -1) debug_init();
95 if (nb_debug_options)
97 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
111 int min = 0, max = nb_debug_options - 1, pos, res;
132 if (nb_debug_options >= MAX_DEBUG_OPTIONS) return;
135 if (pos < nb_debug_options) memmov
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c59 static int nb_debug_options = -1; variable
76 if (nb_debug_options == -1) debug_init();
78 if (nb_debug_options)
80 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
93 if (nb_debug_options == -1) debug_init();
95 if (nb_debug_options)
97 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
111 int min = 0, max = nb_debug_options - 1, pos, res;
132 if (nb_debug_options >= MAX_DEBUG_OPTIONS) return;
135 if (pos < nb_debug_options) memmov
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c47 static int nb_debug_options = -1; variable
64 if (nb_debug_options == -1) debug_init();
66 if (nb_debug_options)
68 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
81 if (nb_debug_options == -1) debug_init();
83 if (nb_debug_options)
85 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
99 int min = 0, max = nb_debug_options - 1, pos, res;
120 if (nb_debug_options >= MAX_DEBUG_OPTIONS) return;
123 if (pos < nb_debug_options) memmov
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c59 static int nb_debug_options = -1; variable
76 if (nb_debug_options == -1) debug_init();
78 if (nb_debug_options)
80 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
93 if (nb_debug_options == -1) debug_init();
95 if (nb_debug_options)
97 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
111 int min = 0, max = nb_debug_options - 1, pos, res;
132 if (nb_debug_options >= MAX_DEBUG_OPTIONS) return;
135 if (pos < nb_debug_options) memmov
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c69 static int nb_debug_options = -1; variable
86 if (nb_debug_options == -1) debug_init();
88 if (nb_debug_options)
90 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
103 if (nb_debug_options == -1) debug_init();
105 if (nb_debug_options)
107 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
121 int min = 0, max = nb_debug_options - 1, pos, res;
142 if (nb_debug_options >= MAX_DEBUG_OPTIONS) return;
145 if (pos < nb_debug_options) memmov
[all...]

Completed in 64 milliseconds