Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/tc/src/
DTCTPLToolbox.cpp294 static s32 TCCompareTime ( struct tm* time1, struct tm* time2 );
2577 static s32 TCCompareTime ( struct tm* time1, struct tm* time2 ) in TCCompareTime() function
3265 if( (TCCompareTime( prevTplModTime, &tplRefTime)) != 0 ) // they must be equal in TCCompareToCachedScriptData()
3370 if( (TCCompareTime( &siTime, refTimePtr )) != -1 ) // srcImage is not older than .tpl in TCCompareImToCachedIm()
3376 if( (TCCompareTime( &siTime, &cImPtr->colorModTime )) != 0 ) // cached mod date is different in TCCompareImToCachedIm()
3385 if( (TCCompareTime( &siTime, refTimePtr )) != -1 ) // srcImage is not older than .tpl in TCCompareImToCachedIm()
3391 if( (TCCompareTime( &siTime, &cImPtr->alphaModTime )) != 0 ) // cached mod date is different in TCCompareImToCachedIm()
3423 if( (TCCompareTime( &siTime, refTimePtr )) != -1 ) // srcImage is not older than .tpl in TCComparePlToCachedPl()
3429 if( (TCCompareTime( &siTime, &cPlPtr->srcModTime )) != 0 ) // cached mod date is different in TCComparePlToCachedPl()