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

  /external/ltp/lib/
tst_checkpoint.c 104 unsigned int msecs = 0, waked = 0; local
119 msecs++;
121 if (msecs >= msec_timeout) {
  /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/vboot_reference/tests/
sha_benchmark.c 33 uint32_t msecs; local
45 msecs = GetDurationMsecs(&ct);
47 / (msecs / 10e3)); /* Mbytes/sec */
50 hash_functions[i].description, msecs, speed);
rsa_verify_benchmark.c 21 double speed, msecs; local
72 msecs = (float) GetDurationMsecs(&ct) / NUM_OPERATIONS;
73 speed = 1000.0 / msecs ;
76 msecs, speed);
78 msecs);
  /external/libnl/src/lib/
addr.c 112 uint64_t msecs; local
118 if ((err = nl_str2msec(arg, &msecs)) < 0)
122 return (msecs / 1000);
  /external/syslinux/core/lwip/src/include/lwip/
tcpip.h 106 err_t tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg);
145 u32_t msecs; member in struct:tcpip_msg::__anon37155::__anon37158
  /system/extras/tests/ext4/
rand_emmc_perf.c 151 int msecs; local
179 msecs = (res.tv_sec * 1000) + (res.tv_usec / 1000);
180 printf("%.0f %dbyte iops/sec\n", (float)iops * 1000 / msecs, TST_BLK_SIZE);
  /external/python/cpython2/Modules/_multiprocessing/
semaphore.c 65 DWORD res, full_msecs, msecs, start, ticks; local
106 msecs = full_msecs;
115 res = WaitForMultipleObjects(2, handles, FALSE, msecs);
130 if (msecs != INFINITE) {
134 msecs = full_msecs - (ticks - start);
248 /* check delay not too long -- maximum is 20 msecs */
  /tools/loganalysis/src/com/android/loganalysis/parser/
BatteryStatsSummaryInfoParser.java 87 final int msecs = NumberFormattingUtil.parseIntOrZero(dischargeMatcher.group(5)); local
98 long elapsedTime = NumberFormattingUtil.getMs(days, hours, mins, secs, 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...]
  /external/syslinux/core/lwip/src/core/
dhcp.c 215 u16_t msecs; local
226 msecs = 500;
227 dhcp->request_timeout = (msecs + DHCP_FINE_TIMER_MSECS - 1) / DHCP_FINE_TIMER_MSECS;
228 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_check(): set request timeout %"U16_F" msecs\n", msecs));
273 u16_t msecs; local
323 msecs = (dhcp->tries < 6 ? 1 << dhcp->tries : 60) * 1000;
324 dhcp->request_timeout = (msecs + DHCP_FINE_TIMER_MSECS - 1) / DHCP_FINE_TIMER_MSECS;
325 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_STATE, ("dhcp_select(): set request timeout %"U16_F" msecs\n", msecs));
832 u16_t msecs; local
872 u16_t msecs; local
1017 u16_t msecs; local
1080 u16_t msecs; local
1140 u16_t msecs; local
1182 u16_t msecs; local
    [all...]
  /system/core/healthd/
healthd_mode_charger.cpp 401 int64_t msecs = duration - secs * 1000; local
403 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/libcups/cups/
dest.c 3516 int msecs; \/* Milliseconds *\/ local
    [all...]
  /external/iproute2/misc/
ss.c 876 int secs, msecs, minutes; local
881 msecs = timeout%1000;
884 msecs = 0;
891 msecs = 0;
892 sprintf(buf+strlen(buf), "%d%s", secs, msecs ? "." : "sec");
894 if (msecs)
895 sprintf(buf+strlen(buf), "%03dms", msecs);
    [all...]
  /frameworks/base/media/java/android/media/
ExifInterface.java 2036 long msecs = datetime.getTime(); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar 

Completed in 1392 milliseconds