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

1 2

  /external/blktrace/btt/
q2d.c 38 long msec = (long)(q2d / 0.001); local
40 switch (msec) {
  /external/webkit/Source/WebCore/html/
MonthInputType.cpp 64 double msec = date.millisecondsSinceEpoch(); local
65 ASSERT(isfinite(msec));
66 return msec;
BaseDateAndTimeInputType.cpp 145 double msec = date.millisecondsSinceEpoch(); local
146 ASSERT(isfinite(msec));
147 return msec;
  /external/chromium/third_party/libevent/
poll.c 138 int res, i, j, msec = -1, nfds; local
144 msec = tv->tv_sec * 1000 + (tv->tv_usec + 999) / 1000;
147 res = poll(pop->event_set, nfds, msec);
  /external/qemu/distrib/sdl-1.2.15/src/timer/macos/
FastTimes.c 90 static double gScaleMSec = 1.0 / 1000000.0; /* 1 / ( nsec / msec) */
224 UInt64 msec; local
233 msec = (double) WideTo64bit(wide) * gScaleMSec + 0.5;
238 msec = (double) WideTo64bit(wide) * gScaleMSec + 0.5;
243 msec = (double) WideTo64bit(wide) * gScaleMSec + 0.5;
248 msec = (double) RTCToNano(wide) * gScaleMSec + 0.5;
255 msec = ((double) WideTo64bit(wide) + 500.0) / 1000.0;
258 return(msec);
  /external/llvm/include/llvm/Support/
TimeValue.h 234 uint64_t msec() const { function in class:llvm::sys::TimeValue
323 void msec( int64_t milliseconds ) { function in class:llvm::sys::TimeValue
  /external/quake/quake/src/QW/server/
sv_ents.c 327 int msec; local
395 msec = 1000*(sv.time - cl->localtime);
396 if (msec > 255)
397 msec = 255;
398 MSG_WriteByte (msg, msec);
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.cpp 283 // msec != NULL
285 // *msec ==
288 void GenericMediaPlayer::getPositionMsec(int* msec) {
293 if (player == 0 || player->getCurrentPosition(msec) != NO_ERROR) {
294 *msec = ANDROID_UNKNOWN_TIME;
564 int msec = 0; local
565 if (OK == mPlayer->getDuration(&msec)) {
567 mDurationMsec = msec;
  /external/quake/quake/src/QW/client/
cl_ents.c 659 int msec; local
688 msec = MSG_ReadByte ();
689 state->state_time = parsecounttime - msec*0.001;
799 int msec; local
868 msec = 500*(playertime - state->state_time);
869 if (msec <= 0 || (!cl_predict_players.value && !cl_predict_players2.value))
877 if (msec > 255)
878 msec = 255;
879 state->command.msec = msec;
956 int msec; local
    [all...]
protocol.h 276 byte msec; member in struct:usercmd_s
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 40 * 8 bits/byte * 1000 msec/sec * 1/framelength (in msec)->bits/byte*sec
41 * frame length will either be 30 or 60 msec. 8738 is 1/60 in Q19 and 1/30 in Q18
59 /* Number of samples in 25 msec */
165 WebRtc_Word32 msec; local
245 /* Calculate framesize in msec */
274 msec = (arrivalTime - bweStr->lastReduction);
278 if (msec > 208000) {
279 msec = 208000;
284 exponent = WEBRTC_SPL_UMUL(0x0000004C, msec);
    [all...]
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 168 status_t seekTo(int msec)
172 data.writeInt32(msec);
177 status_t getCurrentPosition(int* msec)
182 *msec = reply.readInt32();
186 status_t getDuration(int* msec)
191 *msec = reply.readInt32();
426 int msec; local
427 status_t ret = getCurrentPosition(&msec);
428 reply->writeInt32(msec);
434 int msec; local
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 152 SLmillisecond msec; local
153 result = (*caller)->GetPosition(caller, &msec);
157 fprintf(stdout, "SL_PLAYEVENT_HEADATEND current position=%u ms\n", msec);
162 fprintf(stdout, "SL_PLAYEVENT_HEADATNEWPOS current position=%u ms\n", msec);
166 fprintf(stdout, "SL_PLAYEVENT_HEADATMARKER current position=%u ms\n", msec);
181 SLmillisecond msec; local
182 SLresult result = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &msec);
184 printf("DecPlayCallback called (iteration %d): current position=%u ms\n", counter, msec);
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 394 android_media_MediaPlayer_seekTo(JNIEnv *env, jobject thiz, int msec)
401 ALOGV("seekTo: %d(msec)", msec);
402 process_media_player_call( env, thiz, mp->seekTo(msec), NULL, NULL );
448 int msec; local
449 process_media_player_call( env, thiz, mp->getCurrentPosition(&msec), NULL, NULL );
450 ALOGV("getCurrentPosition: %d (msec)", msec);
451 return msec;
462 int msec; local
    [all...]
  /external/tcpdump/
print-icmp.c 321 u_int msec,sec,min,hrs; local
325 msec = tstamp % 1000;
329 snprintf(buf, sizeof(buf), "%02u:%02u:%02u.%03u",hrs,min,sec,msec);
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 1383 unsigned int msec; local
1407 unsigned int msec; local
    [all...]
  /external/libxml2/
xmllint.c 454 long msec; local
458 msec = end.tv_sec - begin.tv_sec;
459 msec *= 1000;
460 msec += (end.tv_usec - begin.tv_usec) / 1000;
469 fprintf(stderr, " took %ld ms\n", msec);
490 long msec; local
494 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
502 fprintf(stderr, " took %ld ms\n", msec);
526 fprintf(stderr, " was not timed\n", msec);
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 145 unsigned short msec; member in struct:linux_tinfo
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 145 unsigned short msec; member in struct:linux_tinfo
  /external/blktrace/
blkparse.c 1772 unsigned long long rrate, wrate, msec; local
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 718 int32_t msec = cal->get(UCAL_MILLISECOND, status); local
719 double firstMillisInDay = hr * 3600000 + min * 60000 + sec * 1000 + msec;
729 msec = cal->get(UCAL_MILLISECOND, status);
730 double millisInDay = hr * 3600000.0 + min * 60000.0 + sec * 1000.0 + msec;
    [all...]
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 140 unsigned short msec; member in struct:linux_tinfo
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 145 unsigned short msec; member in struct:linux_tinfo
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 145 unsigned short msec; member in struct:linux_tinfo
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 1498 milliseconds

1 2