Searched refs:first_time (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Ddsound_template.h174 ds->first_time = 1;
208 ds->first_time = 1;
H A Ddsoundaudio.c109 int first_time; member in struct:__anon9900
667 ds->first_time = 1;
1040 if (ds->first_time) {
1056 ds->first_time = 0;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c444 static int first_time = 1; local
446 if (first_time)
448 first_time = 0;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c444 static int first_time = 1; local
446 if (first_time)
448 first_time = 0;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c397 static int first_time = 1; local
399 if (first_time)
401 first_time = 0;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c444 static int first_time = 1; local
446 if (first_time)
448 first_time = 0;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c458 static int first_time = 1; local
460 if (first_time)
462 first_time = 0;
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Derror.c554 static int first_time = 1; local
565 if (first_time)
607 first_time = 0;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dutils.c228 static int first_time = 1; local
231 if ( first_time ) {
236 first_time = 0;

Completed in 59 milliseconds