HomeSort by relevance Sort by last modified time
    Searched defs:secs (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/srec/portable/include/
ptimestamp.h 36 * Time stamp structure with two fields: seconds and milliseconds. The secs
45 time_t secs; member in struct:PTimeStamp_t
55 * Sets the time stamp to represent current time. Sets both secs field and
  /external/iproute2/ip/
ipmonitor.c 90 time_t secs = ((__u32*)NLMSG_DATA(n))[0]; local
92 tstr = asctime(localtime(&secs));
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
306 secs = time / 1000;
307 msecs = time - (secs * 1000);
314 temp += secs * pState->sampleRate;
eas_pcm.c 1358 EAS_I32 secs, msecs; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
306 secs = time / 1000;
307 msecs = time - (secs * 1000);
314 temp += secs * pState->sampleRate;
eas_pcm.c 1358 EAS_I32 secs, msecs; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
306 secs = time / 1000;
307 msecs = time - (secs * 1000);
314 temp += secs * pState->sampleRate;
eas_pcm.c 1358 EAS_I32 secs, msecs; local
    [all...]