Home
last modified time | relevance | path

Searched refs:gInited (Results 1 – 13 of 13) sorted by relevance

/dports/devel/sdl12/SDL-1.2.15/src/timer/macos/
H A DFastTimes.c85 static Boolean gInited = false; variable
106 if (!gInited) { in FastInitialize()
173 gInited = true; in FastInitialize()
186 if (!gInited) FastInitialize(); in FastMicroseconds()
228 if (!gInited) FastInitialize(); in FastMilliseconds()
269 if (!gInited) FastInitialize(); in FastMethod()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DnsDNSService2.cpp614 static Atomic<bool> gInited(false);
617 if (gInited) { in GetOrInitDNSService()
665 if (gInited) { in GetXPCOMSingleton()
671 gInited = true; in GetXPCOMSingleton()
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DnsDNSService2.cpp669 static Atomic<bool> gInited(false);
672 if (gInited) { in GetOrInitDNSService()
724 if (gInited) { in GetXPCOMSingleton()
730 gInited = true; in GetXPCOMSingleton()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DnsDNSService2.cpp614 static Atomic<bool> gInited(false);
617 if (gInited) { in GetOrInitDNSService()
665 if (gInited) { in GetXPCOMSingleton()
671 gInited = true; in GetXPCOMSingleton()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/patches/archive/
H A D0015-Bug-766017-warnings.patch672 if (!gInited) {
675 gInited = true;
683 static bool gInited;
684 if (!gInited) {
693 gInited = true;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/patches/archive/
H A D0015-Bug-766017-warnings.patch672 if (!gInited) {
675 gInited = true;
683 static bool gInited;
684 if (!gInited) {
693 gInited = true;
/dports/www/firefox/firefox-99.0/gfx/skia/patches/archive/
H A D0015-Bug-766017-warnings.patch672 if (!gInited) {
675 gInited = true;
683 static bool gInited;
684 if (!gInited) {
693 gInited = true;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/patches/archive/
H A D0015-Bug-766017-warnings.patch672 if (!gInited) {
675 gInited = true;
683 static bool gInited;
684 if (!gInited) {
693 gInited = true;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/patches/archive/
H A D0015-Bug-766017-warnings.patch672 if (!gInited) {
675 gInited = true;
683 static bool gInited;
684 if (!gInited) {
693 gInited = true;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/patches/archive/
H A D0015-Bug-766017-warnings.patch672 if (!gInited) {
675 gInited = true;
683 static bool gInited;
684 if (!gInited) {
693 gInited = true;
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DAudacityApp.cpp430 static bool gInited = false; variable
818 if (!gInited) in MacNewFile()
950 if (gInited) { in OnTimer()
1601 gInited = true; in InitPart2()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/ports/
H A DSkFontHost_win.cpp1062 static volatile bool gInited; in getInverseGammaTableGDI() local
1064 if (gInited) { in getInverseGammaTableGDI()
1071 gInited = true; in getInverseGammaTableGDI()
1091 static volatile bool gInited; in getInverseGammaTableClearType() local
1093 if (gInited) { in getInverseGammaTableClearType()
1105 gInited = true; in getInverseGammaTableClearType()
H A DSkFontHost_mac.cpp1199 static bool gInited; in getInverseGammaTableCoreGraphicSmoothing() local
1201 if (!gInited) { in getInverseGammaTableCoreGraphicSmoothing()
1203 gInited = true; in getInverseGammaTableCoreGraphicSmoothing()