HomeSort by relevance Sort by last modified time
    Searched defs:msecs (Results 1 - 17 of 17) sorted by null

  /external/srec/portable/include/
ptimestamp.h 38 * msecs represent the number of milliseconds within that second.
50 asr_uint16_t msecs; member in struct:PTimeStamp_t
56 * msecs field to 0 if platform does not support it.
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 285 EAS_I32 secs, msecs; local
305 /* break down into secs and msecs */
307 msecs = time - (secs * 1000);
309 /* calculate sample number fraction from msecs */
310 temp = (msecs * 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 */
307 msecs = time - (secs * 1000);
309 /* calculate sample number fraction from msecs */
310 temp = (msecs * 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 */
307 msecs = time - (secs * 1000);
309 /* calculate sample number fraction from msecs */
310 temp = (msecs * pState->sampleRate);
eas_pcm.c 1358 EAS_I32 secs, msecs; local
    [all...]
  /external/libnl/src/lib/
addr.c 112 uint64_t msecs; local
118 if ((err = nl_str2msec(arg, &msecs)) < 0)
122 return (msecs / 1000);
  /external/dhcpcd/
eloop.c 284 int msecs, n; local
311 msecs = INT_MAX;
313 msecs = tv.tv_sec * 1000 +
317 msecs = -1;
324 if (msecs == -1 && nfds == 0) {
341 n = poll(fds, nfds, msecs);
  /system/extras/tests/ext4/
rand_emmc_perf.c 151 int msecs; local
179 msecs = (res.tv_sec * 1000) + (res.tv_usec / 1000);
180 printf("%d %dbyte iops/sec\n", iops * 1000 / msecs, TST_BLK_SIZE);
  /external/chromium_org/chromeos/network/
network_event_log.cc 63 int msecs = static_cast<int>(fmod(time.ToDoubleT() * 1000, 1000)); local
64 return base::StringPrintf("%s.%03d", formatted.c_str(), msecs);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeRecognitionPoints.java 238 final int msecs = time - mEventTimes.get(lastIndex); local
239 if (msecs > 0) {
243 final float speed = (float)pixelsPerSec / msecs / mKeyWidth;
246 // Equivalent to (pixels / msecs < mStartSpeedThreshold / MSEC_PER_SEC)
247 if (!hasDetectedFastMove() && pixelsPerSec > mDetectFastMoveSpeedThreshold * msecs) {
249 final float speed = (float)pixelsPerSec / msecs / mKeyWidth;
293 final int msecs = (int)(time - mLastMajorEventTime); local
294 if (msecs <= 0) {
299 // Equivalent to (pixels / msecs < mGestureRecognitionThreshold / MSEC_PER_SEC)
300 if (pixelsPerSec < mGestureRecognitionSpeedThreshold * msecs) {
    [all...]
  /system/core/healthd/
healthd_mode_charger.cpp 491 int64_t msecs = duration - secs * 1000; local
493 now, code, secs, msecs);
  /external/iputils/
arping.c 461 long msecs = (usecs+500)/1000; local
462 usecs -= msecs*1000 - 500;
463 printf(" %ld.%03ldms\n", msecs, usecs);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-stat.c 638 double msecs = avg / 1e6; local
643 fprintf(output, fmt, msecs, csv_sep, perf_evsel__name(evsel));
    [all...]
  /external/iproute2/misc/
ss.c 462 int secs, msecs, minutes; local
468 msecs = timeout%1000;
471 msecs = 0;
478 msecs = 0;
479 sprintf(buf+strlen(buf), "%d%s", secs, msecs ? "." : "sec");
481 if (msecs)
482 sprintf(buf+strlen(buf), "%03dms", msecs);
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 1411 milliseconds