/external/openssl/crypto/bn/asm/ |
ia64.S | 158 // Loops are spinning in 2*(n+5) ticks on Itanuim (provided that the 159 // data reside in L1 cache, i.e. 2 ticks away). It's possible to 317 // This loop spins in 2*(n+12) ticks. It's scheduled for data in Itanium 318 // L2 cache (i.e. 9 ticks away) as floating point load/store instructions 364 // words at 6*(n+4) ticks:-( Compare to the "production" loop above 423 // This loop spins in 3*(n+10) ticks on Itanium and in 2*(n+10) on 568 // I've estimated this routine to run in ~120 ticks, but in reality 569 // (i.e. according to ar.itc) it takes ~160 ticks. Are those extra 574 // On Itanium 2 it takes ~190 ticks. This is because of stalls on 578 // However! It should be noted that even 160 ticks is darn good resul [all...] |
/external/grub/netboot/ |
rtl8139.c | 377 printf("tx done (%d ticks), status %hX txstatus %X\n", 382 printf("tx timeout/error (%d ticks), status %hX txstatus %X\n",
|
sis900.h | 356 /* Time in ticks before concluding the transmitter is hung. */
|
eepro100.c | 184 Typically this takes 0 ticks. */ 279 int val, boguscnt = 64*4; /* <64 usec. to complete, typ 27 ticks */ 301 int val, boguscnt = 64*4; /* <64 usec. to complete, typ 27 ticks */
|
/external/iproute2/tc/ |
tc_util.c | 273 char * sprint_ticks(__u32 ticks, char *buf) 275 return sprint_time(tc_core_tick2time(ticks), buf);
|
/external/opencore/doc/oscl_html/ |
oscl__scheduler__readyq_8h-source.html | 150 <a name="l00161"></a><a class="code" href="classTReadyQueLink.html#m1">00161</a> uint32 <a class="code" href="classTReadyQueLink.html#m1">iTimeToRunTicks</a>;<span class="comment">//for timers, this is the time to run in ticks.</span> 151 <a name="l00162"></a><a class="code" href="classTReadyQueLink.html#m2">00162</a> uint32 <a class="code" href="classTReadyQueLink.html#m2">iTimeQueuedTicks</a>;<span class="comment">//the time when the AO was queued, in ticks.</span>
|
/external/kernel-headers/original/asm-x86/ |
cpufeature_32.h | 76 #define X86_FEATURE_CONSTANT_TSC (3*32+ 8) /* TSC ticks at a constant rate */
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
gsmamr_encoder_wrapper.cpp | 60 // Default input clock rate for input audio (in ticks/sec)
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_scheduler_aobase.h | 99 int64 i64TotalTicksInRun;//avg number of clock ticks per Run
|
/external/qemu/docs/ |
AUDIO.TXT | 176 every sound timer ticks:
|
/external/qemu/slirp/ |
tcp_var.h | 156 * the minimum feasible timer (which is 2 ticks).
|
/external/v8/tools/ |
profile_view.js | 37 * @param {number} samplingRate Number of ms between profiler ticks.
|
/external/webkit/WebCore/inspector/front-end/ |
TextEditorHighlighter.js | 119 // User keeps updating the job in between of our timer ticks. Just reschedule self, don't eat CPU (they must be scrolling).
|
/frameworks/base/tools/aapt/ |
Images.cpp | 143 *outError = "Ticks in transparent frame must be black"; 155 *outError = "Ticks in white frame must be black"; 433 NOISY(printf("Size ticks for %s: x0=%d, x1=%d, y0=%d, y1=%d\n", imageName, 436 NOISY(printf("padding ticks for %s: l=%d, r=%d, t=%d, b=%d\n", imageName, [all...] |
/hardware/broadcom/wlan/bcm4329/src/include/ |
siutils.h | 174 extern void si_watchdog(si_t *sih, uint ticks);
|
/external/grub/grub/ |
asmstub.c | 498 /* Note: 18.2 ticks/sec. */ 506 /* Ticks per centisecond. */ 509 /* Ticks per microsecond. */
|
/external/qemu/audio/ |
audio.c | 157 int64_t ticks; member in union:__anon4182::__anon4183 [all...] |
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/ |
dhdu.c | 127 "number of ticks between bus polls (0 means no polling)"}, 129 "number of ticks for activity timeout (-1: immediate, 0: never)"}, 198 "\t-f N frequency: send/recv a burst every N ticks\n" 210 "\t one every <-f> ticks, until <-t> total requests\n" 212 "\t read up to <-c> pkts every <-f> ticks until <-t>\n" 644 printf("Config: mode %s %d pkts (len %d-%d) each %d ticks\n", 654 printf("%sprint every %d ticks", str, (pktgen.freq * pktgen.print)); [all...] |
/system/core/sh/ |
eval.c | 1214 conv_time(clock_t ticks, char *seconds, size_t l) 1220 mins = ticks / tpm; 1221 snprintf(seconds, l, "%.4f", (ticks - mins * tpm) * 60.0 / tpm );
|
/external/dropbear/libtommath/etc/ |
pprime.c | 388 printf ("\n\nTook %ld ticks, %d bits\n", t1, mp_count_bits (&p));
|
prime.512 | 203 Took 3454 ticks, 521 bits
|
/external/kernel-headers/original/linux/ |
genhd.h | 96 unsigned long ticks[2]; member in struct:disk_stats
|
soundcard.h | [all...] |
/external/opencore/oscl/oscl/oscllib/src/ |
oscl_library_list.cpp | 263 (0, " Time taken = %d ticks", difftime));
|
/external/qemu/slirp-android/ |
tcp_var.h | 161 * the minimum feasible timer (which is 2 ticks).
|