Searched defs:once (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_main.c103 static int once; local
105 if (!once++) FIXME("stub\n");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dd3d9_main.c98 static int once; local
100 if (!once++) FIXME("stub\n");
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplarena.c66 static PRCallOnceType once; variable
71 ** InitializeArenas() is called exactly once and only once from
94 PRStatus rc = PR_CallOnce( &once, InitializeArenas );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c126 PRCallOnceType once; member in struct:__anon17230
478 if (PR_CallOnce(&pr_wp.once, _MD_InitProcesses) == PR_FAILURE) {
540 if (PR_CallOnce(&pr_wp.once, _MD_InitProcesses) == PR_FAILURE) {
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c734 /* Only the owner is allowed to dequeue events because once the
1448 static PRCallOnceType once; variable
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c219 static BOOL once = FALSE; local
226 if(!once) {
227 once = TRUE;
3780 static unsigned int once; local
3784 if (!once++) FIXME("Vertex blend flags %#x not supported.\n", f);
3791 static unsigned int once; local
3821 if (!once++) FIXME("Vertex blend flags %#x not supported.\n", val);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c3676 static UINT once; local
3678 if (!once++)
H A Dstate.c119 static UINT once; local
161 else if (!zenable && !once++)
3885 static unsigned int once; local
3890 if (!once++) FIXME("Vertex blend flags %#x not supported.\n", f);
3899 static unsigned int once; local
3928 if (!once++) FIXME("Vertex blend flags %#x not supported.\n", val);
H A Dsurface.c1689 /* once we've done locking, we should do unlock on exit,
1701 static unsigned int once; local
1703 if (!once++)
1711 static unsigned int once; local
1713 if (!once++)
4384 static UINT once; local
4385 if (!once++)
H A Dglsl_shader.c1072 static unsigned int once; local
1074 if (!once++)
6009 * fixed function fragment processing setups. So once the program is linked these samplers
6118 /* Once linked we can mark the shaders for deletion. They will be deleted once the program
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 299 milliseconds