Searched refs:PTimeStampDiff (Results 1 - 3 of 3) sorted by relevance

/external/srec/portable/include/
H A Dptimestamp.h67 PORTABLE_API int PTimeStampDiff(const PTimeStamp *a, const PTimeStamp *b);
/external/srec/portable/src/
H A Dptimestamp.c53 PINLINE int PTimeStampDiff(const PTimeStamp *a, const PTimeStamp *b) function
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c969 impl->recogLogTimings.BORT = PTimeStampDiff(&BORT, &impl->timestamp);
2439 impl->recogLogTimings.EORT = PTimeStampDiff(&EORT, &impl->timestamp);
3051 impl->recogLogTimings.EOST = PTimeStampDiff(&timestamp, &impl->timestamp);

Completed in 994 milliseconds