Home
last modified time | relevance | path

Searched refs:needInit (Results 1 – 25 of 120) sorted by relevance

12345

/dports/devel/blitz/blitz-1.0.2/blitz/
H A Dreduce.h56 static const bool needIndex = false, needInit = false; variable
84 static const bool needIndex = false, needInit = false; variable
112 static const bool needIndex = false, needInit = false; variable
141 static const bool needIndex = false, needInit = false; variable
177 static const bool needIndex = false, needInit = true; variable
208 static const bool needIndex = true, needInit = false; variable
243 static const bool needIndex = true, needInit = false; variable
278 static const bool needIndex = true, needInit = false; variable
313 static const bool needIndex = true, needInit = false; variable
348 static const bool needIndex = false, needInit = false; variable
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/misc/
H A Dplatformtools_nognu.cpp47 static bool needInit = true; in localeconv_with_init() local
48 if (needInit) { in localeconv_with_init()
50 needInit = false; in localeconv_with_init()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dnengineoutput.c154 static int needInit = TRUE; in EngineOutputPopUp() local
162 if( needInit ) { in EngineOutputPopUp()
164 needInit = FALSE; in EngineOutputPopUp()
/dports/games/xboard/xboard-4.9.1/
H A Dnengineoutput.c155 static int needInit = TRUE; in EngineOutputPopUp() local
163 if( needInit ) { in EngineOutputPopUp()
165 needInit = FALSE; in EngineOutputPopUp()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/exec/
H A Dcount_scan.cpp106 const bool needInit = !_cursor; in doWork() local
111 if (needInit) { in doWork()
121 if (needInit) { in doWork()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwRender.c233 int needInit = 0; in _dxfRedrawInActiveContext() local
243 needInit = 1; in _dxfRedrawInActiveContext()
253 needInit = 1; in _dxfRedrawInActiveContext()
256 if(CAMERA && needInit) in _dxfRedrawInActiveContext()
392 int needInit = 0; in _dxfAsyncRender() local
402 needInit = 1; in _dxfAsyncRender()
412 needInit = 1; in _dxfAsyncRender()
418 if(CAMERA && needInit) in _dxfAsyncRender()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dtokenize.c158 static char needInit = 1; in sqliteKeywordCode() local
159 if( needInit ){ in sqliteKeywordCode()
162 if( needInit ){ in sqliteKeywordCode()
172 needInit = 0; in sqliteKeywordCode()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dtokenize.c158 static char needInit = 1; in sqliteKeywordCode() local
159 if( needInit ){ in sqliteKeywordCode()
162 if( needInit ){ in sqliteKeywordCode()
172 needInit = 0; in sqliteKeywordCode()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DDeflateDecoder.h116 HRESULT InitInStream(bool needInit) in InitInStream() argument
120 if (needInit) in InitInStream()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/gui/
H A Dsaveload_lok.cpp109 _roomTable[i].needInit[item] = 0; in loadGameState()
126 _roomTable[sceneId].needInit[i] = in->readByte(); in loadGameState()
296 out->writeByte(_roomTable[i].needInit[a]); in saveGameStateIntern()
/dports/net/yate/yate-6.4.0-1/libs/yrtp/
H A Dsecure.cpp188 bool needInit = m_masterKey.null() || m_masterSalt.null(); in create() local
189 if (needInit) { in create()
212 if (needInit) in create()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/gui/
H A Dsaveload_lok.cpp109 _roomTable[i].needInit[item] = 0; in loadGameState()
126 _roomTable[sceneId].needInit[i] = in->readByte(); in loadGameState()
296 out->writeByte(_roomTable[i].needInit[a]); in saveGameStateIntern()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DTextureImageEGL.cpp102 bool needInit = mTextureState == Created; in DirectUpdate() local
105 mSize, &uploadSize, needInit, aFrom); in DirectUpdate()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DTextureImageEGL.cpp111 bool needInit = mTextureState == Created; in DirectUpdate() local
120 needInit, in DirectUpdate()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DTextureImageEGL.cpp103 bool needInit = mTextureState == Created; in DirectUpdate() local
106 mSize, &uploadSize, needInit, aFrom); in DirectUpdate()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mpegparser/
H A DM2VParser.cpp81 if(needInit){ in WriteData()
83 needInit = false; in WriteData()
122 needInit = true;
H A DM2VParser.h102 bool needInit; variable
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwengineoutput.c388 static int needInit = TRUE; in EngineOutputPopUp() local
409 if( needInit ) { in EngineOutputPopUp()
411 needInit = FALSE; in EngineOutputPopUp()
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwengineoutput.c389 static int needInit = TRUE; in EngineOutputPopUp() local
410 if( needInit ) { in EngineOutputPopUp()
412 needInit = FALSE; in EngineOutputPopUp()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dmutex.c++612 BOOL needInit; in runOnce() local
613 while (!InitOnceBeginInitialize(&coercedInitOnce, 0, &needInit, nullptr)) { in runOnce()
617 if (needInit) { in runOnce()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Compress/
H A DDeflateDecoder.cpp151 HRESULT CCoder::InitInStream(bool needInit) in InitInStream() argument
153 if (needInit) in InitInStream()
/dports/devel/blitz/blitz-1.0.2/blitz/array/
H A Dreduce.cc115 _bz_ReduceReset<T_reduction::needIndex,T_reduction::needInit> reset; in _bz_reduceWithIndexTraversalGeneric()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/C/
H A DLzma2DecMt.c59 Byte needInit; member
449 t->needInit = True; in Lzma2DecMt_MtCallback_PreCode()
471 if (t->needInit) in Lzma2DecMt_MtCallback_Code()
474 t->needInit = False; in Lzma2DecMt_MtCallback_Code()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/C/
H A DLzma2DecMt.c59 Byte needInit; member
449 t->needInit = True; in Lzma2DecMt_MtCallback_PreCode()
471 if (t->needInit) in Lzma2DecMt_MtCallback_Code()
474 t->needInit = False; in Lzma2DecMt_MtCallback_Code()
/dports/archivers/py-lzma/pylzma-0.5.0/src/sdk/C/
H A DLzma2DecMt.c59 Byte needInit; member
449 t->needInit = True; in Lzma2DecMt_MtCallback_PreCode()
471 if (t->needInit) in Lzma2DecMt_MtCallback_Code()
474 t->needInit = False; in Lzma2DecMt_MtCallback_Code()

12345