Searched refs:firstTime (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgebra.cpp133 bool firstTime = true; local
152 if (firstTime)
155 firstTime = false;
209 : exp(expIn), windowModulus(Integer::One()), windowSize(windowSizeIn), windowBegin(0), fastNegate(fastNegate), firstTime(true), finished(false)
222 unsigned int skipCount = firstTime ? 0 : windowSize;
223 firstTime = false;
251 bool fastNegate, negateNext, firstTime, finished; member in struct:WindowSlider
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dopen.c136 int firstTime; local
168 for (firstTime = 1, fwloggedin = 0; ; ) {
177 if (firstTime != 0) {
179 firstTime = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dapp.cc147 const bool firstTime = !QFile(QDir(configDir).absoluteFilePath("settings.json")).exists(); local
210 if( !firstTime )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUPnPBase.cpp600 bool firstTime = true; local
651 if (firstTime) {
652 firstTime = false;
H A Damule.cpp669 static bool firstTime = true; local
671 if (!firstTime) {
674 firstTime = false;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/drawing/
H A Ddrawing.cpp196 void DrawRegionsHelper(wxDC& dc, wxCoord x, bool firstTime);
1158 void MyCanvas::DrawRegionsHelper(wxDC& dc, wxCoord x, bool firstTime) argument
1181 if ( !firstTime )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/spi/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dlsyncd.lua3809 -- firstTime:
3813 function runner.initialize( firstTime )
3867 if not firstTime then

Completed in 271 milliseconds