HomeSort by relevance Sort by last modified time
    Searched refs:SECOND2MSECOND (Results 1 - 2 of 2) sorted by null

  /external/srec/portable/include/
pmutex.h 35 #define SECOND2MSECOND 1000
  /external/srec/portable/src/
ptimer.c 220 timer->elapsed = (asr_uint32_t) ((TIMER_MAX_VAL - remaining.it_value.tv_sec) * SECOND2MSECOND
241 *elapsed = (asr_uint32_t) ((TIMER_MAX_VAL - remaining.it_value.tv_sec) * SECOND2MSECOND

Completed in 790 milliseconds