Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/tc/src/
DTCTPLToolbox.cpp299 static s32 TCCompareTime ( struct tm* time1, struct tm* time2 );
2582 static s32 TCCompareTime ( struct tm* time1, struct tm* time2 ) in TCCompareTime() function
3270 if( (TCCompareTime( prevTplModTime, &tplRefTime)) != 0 ) // they must be equal in TCCompareToCachedScriptData()
3375 if( (TCCompareTime( &siTime, refTimePtr )) != -1 ) // srcImage is not older than .tpl in TCCompareImToCachedIm()
3381 if( (TCCompareTime( &siTime, &cImPtr->colorModTime )) != 0 ) // cached mod date is different in TCCompareImToCachedIm()
3390 if( (TCCompareTime( &siTime, refTimePtr )) != -1 ) // srcImage is not older than .tpl in TCCompareImToCachedIm()
3396 if( (TCCompareTime( &siTime, &cImPtr->alphaModTime )) != 0 ) // cached mod date is different in TCCompareImToCachedIm()
3428 if( (TCCompareTime( &siTime, refTimePtr )) != -1 ) // srcImage is not older than .tpl in TCComparePlToCachedPl()
3434 if( (TCCompareTime( &siTime, &cPlPtr->srcModTime )) != 0 ) // cached mod date is different in TCComparePlToCachedPl()