HomeSort by relevance Sort by last modified time
    Searched full:usecs (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/kernel-headers/original/asm-x86/
delay.h 14 extern void __udelay(unsigned long usecs);
16 extern void __const_udelay(unsigned long usecs);
  /external/chromium/base/
condition_variable_posix.cc 35 int64 usecs = max_time.InMicroseconds(); local
42 abstime.tv_sec = now.tv_sec + (usecs / Time::kMicrosecondsPerSecond);
43 abstime.tv_nsec = (now.tv_usec + (usecs % Time::kMicrosecondsPerSecond)) *
  /frameworks/base/include/media/stagefright/
MetaData.h 49 kKeyTime = 'time', // int64_t (usecs)
51 kKeyTargetTime = 'tarT', // int64_t (usecs)
52 kKeyDriftTime = 'dftT', // int64_t (usecs)
53 kKeyAnchorTime = 'ancT', // int64_t (usecs)
54 kKeyDuration = 'dura', // int64_t (usecs)
60 kKeyThumbnailTime = 'thbT', // int64_t (usecs)
  /external/netperf/
hist.h 18 0 - 9 in increments of 10 usecs
19 0 - 9 in increments of 100 usecs
  /bootable/bootloader/legacy/arch_msm7k/
clock.c 114 void udelay(unsigned usecs)
116 usecs = (usecs * 33 + 1000 - 33) / 1000;
123 while(readl(GPT_COUNT_VAL) < usecs) ;
  /external/kernel-headers/original/asm-arm/
delay.h 32 extern void __udelay(unsigned long usecs);
  /external/quake/quake/src/WinQuake/
dosisms.h 93 void dos_usleep(int usecs);
dos_v2.cpp 226 void dos_usleep(int usecs)
228 usleep(usecs);
  /external/iproute2/ip/
ipmonitor.c 91 long usecs = ((__u32*)NLMSG_DATA(n))[1]; local
94 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs);
  /bootable/bootloader/legacy/include/boot/
boot.h 103 void udelay(unsigned usecs);
  /external/v8/src/
platform-nullos.cc 65 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) {
68 *usecs = 0;
  /external/wpa_supplicant/
eloop_none.c 121 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
132 timeout->time.usec += usecs;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_none.c 121 int eloop_register_timeout(unsigned int secs, unsigned int usecs,
132 timeout->time.usec += usecs;
  /external/kernel-headers/original/linux/
ethtool.h 102 /* How many usecs to delay an RX interrupt after
110 * used. It is illegal to set both usecs and max frames
124 /* How many usecs to delay a TX interrupt after
132 * used. It is illegal to set both usecs and max frames
146 /* How many usecs to delay in-memory statistics
  /dalvik/tools/dmtracedump/tests/filters/
testWaitingDisjointCrossThreadDiffFilterSameKeysExpected 68 Usecs self % sum % Method
88 index %/total %/self index calls usecs name
123 Usecs self % sum % FirstFilter % SecondFilter % RepeatedFilter % tid ThreadName
testWaitingDisjointCrossThreadSameFilterSameKeysExpected 68 Usecs self % sum % Method
88 index %/total %/self index calls usecs name
123 Usecs self % sum % FirstFilter % SecondFilter % RepeatedFilter % tid ThreadName
testWaitingDisjointSingleThreadDiffFilterSameKeysExpected 68 Usecs self % sum % Method
88 index %/total %/self index calls usecs name
123 Usecs self % sum % FirstFilter % SecondFilter % RepeatedFilter % tid ThreadName
testWaitingDisjointSingleThreadSameFilterSameKeysExpected 68 Usecs self % sum % Method
88 index %/total %/self index calls usecs name
123 Usecs self % sum % FirstFilter % SecondFilter % RepeatedFilter % tid ThreadName
testWaitingNestedOverlapCrossThreadDiffFilterSameKeysExpected 68 Usecs self % sum % Method
88 index %/total %/self index calls usecs name
123 Usecs self % sum % FirstFilter % SecondFilter % RepeatedFilter % tid ThreadName
testWaitingNestedOverlapCrossThreadSameFilterSameKeysExpected 68 Usecs self % sum % Method
88 index %/total %/self index calls usecs name
123 Usecs self % sum % FirstFilter % SecondFilter % RepeatedFilter % tid ThreadName
testWaitingNestedOverlapSingleThreadDiffFilterSameKeysExpected 68 Usecs self % sum % Method
88 index %/total %/self index calls usecs name
123 Usecs self % sum % FirstFilter % SecondFilter % RepeatedFilter % tid ThreadName
testWaitingNestedOverlapSingleThreadSameFilterSameKeysExpected 68 Usecs self % sum % Method
88 index %/total %/self index calls usecs name
123 Usecs self % sum % FirstFilter % SecondFilter % RepeatedFilter % tid ThreadName
testWaitingPairCrossThreadExpected 68 Usecs self % sum % Method
88 index %/total %/self index calls usecs name
123 Usecs self % sum % FirstFilter % SecondFilter % RepeatedFilter % tid ThreadName
testWaitingPairSingleThreadExpected 68 Usecs self % sum % Method
88 index %/total %/self index calls usecs name
123 Usecs self % sum % FirstFilter % SecondFilter % RepeatedFilter % tid ThreadName
testWaitingPartialOverlapCrossThreadDiffFilterSameKeysExpected 68 Usecs self % sum % Method
88 index %/total %/self index calls usecs name
123 Usecs self % sum % FirstFilter % SecondFilter % RepeatedFilter % tid ThreadName

Completed in 344 milliseconds

1 2 3 4