/external/openssl/crypto/ |
D | pariscid.pl | 135 my ($tick,$lasttick)=("%r23","%r22"); 146 mfctl %cr16,$tick 147 copy $tick,$lasttick 151 ldw 0($out),$tick 152 add $diff,$tick,$tick 153 stw $tick,0($out) 155 mfctl %cr16,$tick 156 sub $tick,$lasttick,$diff 157 copy $tick,$lasttick 160 ldw 0($out),$tick [all …]
|
D | sparccpuid.S | 226 .word 0x91410000 !rd %tick,%o0 259 ! a lot of %tick-s, couple of thousand on Linux... 263 .word 0x91410000 !rd %tick,%o0 266 .word 0x93410000 !rd %tick,%o1 269 .word 0x95410000 !rd %tick,%o2 272 .word 0x97410000 !rd %tick,%o3 275 .word 0x99410000 !rd %tick,%o4
|
/external/v8/test/mjsunit/tools/ |
D | tickprocessor-test.log | 12 tick,0x80f82d1,0xffdfe880,0,0,0,0xf541ce5c 13 tick,0x80f89a1,0xffdfecf0,0,0,0,0xf541ce5c 14 tick,0x8123b5c,0xffdff1a0,0,0,0,0xf541d1a1,0xf541ceea 15 tick,0x8123b65,0xffdff1a0,0,0,0,0xf541d1a1,0xf541ceea 16 tick,0xf541d2be,0xffdff1e4,0,0,0 17 tick,0xf541d320,0xffdff1dc,0,0,0 18 tick,0xf541d384,0xffdff1d8,0,0,0 19 tick,0xf7db94da,0xffdff0ec,0,0,0,0xf541d1a1,0xf541ceea 20 tick,0xf7db951c,0xffdff0f0,0,0,0,0xf541d1a1,0xf541ceea 21 tick,0xf7dbc508,0xffdff14c,0,0,0,0xf541d1a1,0xf541ceea [all …]
|
D | tickprocessor-test-func-info.log | 8 tick,0x424284,0xbfffeea0,0,0x480600,0,0x2aaaa5 9 tick,0x42429f,0xbfffed88,0,0x480600,0,0x2aacb4 10 tick,0x48063d,0xbfffec7c,0,0x2d0f7c,0,0x2aaec6
|
/external/ipsec-tools/src/racoon/ |
D | schedule.c | 127 sched_new(tick, func, param) in sched_new() argument 128 time_t tick; in sched_new() 145 new->tick = tick; 147 new->xtime = current_time() + tick; 260 dst->tick = p->tick; 295 test(tick) in test() argument 296 int *tick; in test() 298 printf("execute %d\n", *tick); 299 racoon_free(tick); 305 int *tick; in getstdin() local [all …]
|
D | schedule.h | 54 time_t tick; /* for debug */ member 75 time_t tick; member
|
/external/qemu/hw/ |
D | armv7m_nvic.c | 40 int64_t tick; member 67 s->systick.tick = qemu_get_clock_ns(vm_clock); in systick_reload() 68 s->systick.tick += (s->systick.reload + 1) * systick_scale(s); in systick_reload() 69 qemu_mod_timer(s->systick.timer, s->systick.tick); in systick_reload() 140 if (t >= s->systick.tick) in nvic_readl() 142 val = ((s->systick.tick - (t + 1)) / systick_scale(s)) + 1; in nvic_readl() 278 if (s->systick.tick) { in nvic_writel() 279 s->systick.tick += now; in nvic_writel() 280 qemu_mod_timer(s->systick.timer, s->systick.tick); in nvic_writel() 286 s->systick.tick -= now; in nvic_writel() [all …]
|
/external/compiler-rt/lib/tsan/unit_tests/ |
D | tsan_clock_test.cc | 23 clk.tick(0); in TEST() 26 clk.tick(3); in TEST() 32 clk.tick(3); in TEST() 56 vector1.tick(100); in TEST() 74 vector.tick(i); in TEST() 91 vector1.tick(10); in TEST() 93 vector2.tick(20); in TEST()
|
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/ |
D | FastTimes.c | 145 UInt64 tick, usec1, usec2; in FastInitialize() local 149 for(tick = MyLMGetTicks() + 1; tick > MyLMGetTicks(); ); in FastInitialize() 157 while(tick + 60 > MyLMGetTicks()); in FastInitialize()
|
/external/icu4c/tools/tzcode/ |
D | icuzdump.cpp | 96 tick = 1000; in ICUZDump() 112 tick = t; in setTick() 152 if (diff <= tick) { in dump() 155 UDate medt = lot + ((diff / 2) / tick) * tick; in dump() 205 int32_t tick; member in ICUZDump
|
/external/chromium/base/debug/ |
D | trace_event.cc | 72 TimeTicks tick = TimeTicks::HighResNow(); in Trace() local 74 TimeTicks tick = TimeTicks::Now(); in Trace() local 76 TimeDelta delta = tick - trace_start_time_; in Trace()
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
D | Stopwatch.java | 124 long tick = ticker.read(); in stop() local 127 elapsedNanos += tick - startTick; in stop()
|
/external/valgrind/main/memcheck/tests/linux/ |
D | timerfd-syscall.stderr.exp | 22 waiting timer (flush the single tick) ... 45 waiting timer (flush the single tick) ...
|
/external/guava/guava/src/com/google/common/base/ |
D | Stopwatch.java | 125 long tick = ticker.read(); in stop() local 128 elapsedNanos += tick - startTick; in stop()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | ScrollbarThemeChromium.cpp | 133 IntPoint tick(scrollbar->x(), yPos); in paintTickmarks() local 134 context->drawImage(dash.get(), ColorSpaceDeviceRGB, tick); in paintTickmarks()
|
/external/iproute2/tc/ |
D | tc_core.c | 44 unsigned tc_core_tick2time(unsigned tick) in tc_core_tick2time() argument 46 return tick/tick_in_usec; in tc_core_tick2time()
|
/external/v8/tools/ |
D | freebsd-tick-processor | 10 $tools_path/linux-tick-processor "$@"
|
D | mac-tick-processor | 6 $tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_tcdata.h | 50 EAS_I32 tick; /* tick based on current tempo and resolution */ member
|
D | eas_rtttldata.h | 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_rtttldata.h | 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member
|
D | eas_imelodydata.h | 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_rtttldata.h | 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member
|
D | eas_imelodydata.h | 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member
|
/external/quake/quake/src/WinQuake/ |
D | sys_dos.cpp | 692 unsigned t, tick; in Sys_FloatTime() local 707 tick = *(unsigned short*)real2ptr(0x46c) * 65536; in Sys_FloatTime() 708 if ((tick != t) && (r & 0x8000)) in Sys_FloatTime() 709 t = tick; in Sys_FloatTime()
|