Home
last modified time | relevance | path

Searched refs:prevfa (Results 1 – 2 of 2) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dsync.cpp1536 auto prevfa = client->fsaccess->newfileaccess(false); in checkpath() local
1538 bool exists = prevfa->fopen(local); in checkpath()
1548 … << " currentsize = " << prevfa->size << " lastsize = " << updatedfilesize; in checkpath()
1552 else if (updatedfilesize != prevfa->size) in checkpath()
1555 … << " currentsize = " << prevfa->size << " lastsize = " << updatedfilesize; in checkpath()
1557 updatedfilesize = prevfa->size; in checkpath()
1573 if (currentsecs >= prevfa->mtime) in checkpath()
1575 … if (currentsecs - prevfa->mtime < (FILE_UPDATE_DELAY_DS / 10)) in checkpath()
1577 … LOG_verbose << "currentsecs = " << currentsecs << " mtime = " << prevfa->mtime; in checkpath()
1594 if (prevfa->retry) in checkpath()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_mobj.c6525 angle_t prevfa = (prevrot + mobj->friction) & FINEMASK; in P_MaceRotate() local
6528 if (!(prevfa > (FINEMASK/2)) && (fa > (FINEMASK/2))) // completed a full swing in P_MaceRotate()