HomeSort by relevance Sort by last modified time
    Searched refs:tick (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/v8/tools/
freebsd-tick-processor 3 # A wrapper script to call 'linux-tick-processor'.
10 $tools_path/linux-tick-processor "$@"
mac-tick-processor 3 # A wrapper script to call 'linux-tick-processor' with Mac-specific settings.
6 $tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@
  /external/v8/tools/
freebsd-tick-processor 3 # A wrapper script to call 'linux-tick-processor'.
10 $tools_path/linux-tick-processor "$@"
mac-tick-processor 3 # A wrapper script to call 'linux-tick-processor' with Mac-specific settings.
6 $tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app.h 43 extern void appRender(long tick, int width, int height);
  /frameworks/native/opengl/tests/angeles/
app.h 43 extern void appRender(long tick, int width, int height);
  /external/chromium_org/third_party/openssl/openssl/crypto/
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,$lasttic
    [all...]
  /external/openssl/crypto/
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,$lasttic
    [all...]
  /external/chromium_org/chrome/browser/
internal_auth.cc 26 // Size of a tick in microseconds. This determines upper bound for average
72 // Size of decimal string representing 64-bit tick.
75 // A passport consists of 2 parts: HMAC and tick.
80 int64 tick = base::Time::Now().ToInternalValue() / kTickUs;
81 if (tick < kVerificationWindowTicks ||
82 tick < kKeyRegenerationHardTicks ||
83 tick > kint64max - kKeyRegenerationHardTicks) {
86 return tick;
144 int64 tick,
159 blob += tmp + kItemSeparator + base::Uint64ToString(tick);
    [all...]
  /external/ipsec-tools/src/racoon/
schedule.c 127 sched_new(tick, func, param)
128 time_t tick;
145 new->tick = tick;
147 new->xtime = current_time() + tick;
260 dst->tick = p->tick;
295 test(tick)
296 int *tick;
298 printf("execute %d\n", *tick);
305 int *tick; local
    [all...]
schedule.h 54 time_t tick; /* for debug */ member in struct:sched
75 time_t tick; member in struct:scheddump
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 23 clk.tick(0);
26 clk.tick(3);
32 clk.tick(3);
56 vector1.tick(100);
74 vector.tick(i);
91 vector1.tick(10);
93 vector2.tick(20);
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon28979
eas_imelodydata.h 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon28966
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon28969
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon29029
eas_imelodydata.h 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon29016
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon29019
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon29081
eas_tcdata.h 50 EAS_I32 tick; /* tick based on current tempo and resolution */ member in struct:__anon29084
eas_imelodydata.h 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon29064
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon29071
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
cycleclock.h 112 int64 tick;
114 asm("mov %%g1, %0" : "=r" (tick));
115 return tick;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
cycleclock.h 110 int64 tick;
112 asm("mov %%g1, %0" : "=r" (tick));
113 return tick;
  /external/iproute2/tc/
tc_core.h 18 unsigned tc_core_tick2time(unsigned tick);

Completed in 2079 milliseconds

1 2 3 4 5 6 7 8 9