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

1 2 3 4 5

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prinrval.h 64 ** These two constants define the range (in ticks / second) of the
110 ** Return the number of ticks per second for PR_IntervalNow's clock.
163 NSPR_API(PRUint32) PR_IntervalToSeconds(PRIntervalTime ticks); variable
164 NSPR_API(PRUint32) PR_IntervalToMilliseconds(PRIntervalTime ticks); variable
165 NSPR_API(PRUint32) PR_IntervalToMicroseconds(PRIntervalTime ticks); variable
prmon.h 77 ** Wait for a notify on the monitor's condition variable. Sleep for "ticks"
78 ** amount of time (if "ticks" is PR_INTERVAL_NO_TIMEOUT then the sleep is
88 ** notify) or when the "ticks" timeout elapses.
92 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
tick_util.h 41 explicit TickTime(int64_t ticks);
52 // Returns the number of ticks in the tick domain.
53 int64_t Ticks() const;
57 static int64_t TicksToMilliseconds(const int64_t ticks);
59 // Returns a TickTime that is ticks later than the passed TickTime.
60 friend TickTime operator+(const TickTime lhs, const int64_t ticks);
61 TickTime& operator+=(const int64_t& ticks);
63 // Returns a TickInterval that is the difference in ticks beween rhs and lhs.
82 // Represents a time delta in ticks.
129 inline TickTime operator+(const TickTime lhs, const int64_t ticks) {
167 int64_t ticks = TickTime::Now().Ticks(); local
184 int64_t ticks = TickTime::Now().Ticks(); local
    [all...]
  /external/bluetooth/bluedroid/gki/common/
gki_time.c 132 ** Description This function returns the current system ticks
134 ** Returns The current number of system ticks
147 ** Description This function returns the number of system ticks until the
154 ** Returns Number of ticks til the next timer expires
177 ** ticks - (input) the number of system ticks til the
185 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous)
192 if (ticks <= 0)
193 ticks = 1;
195 orig_ticks = ticks; /* save the ticks in case adjustment is necessary *
    [all...]
  /external/chromium_org/net/quic/test_tools/
mock_clock.cc 33 base::TimeTicks ticks; local
34 return ticks + base::TimeDelta::FromMicroseconds(
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_bt_spec.h 210 /** the time between baseband clock ticks, currently 625 microseconds (one slot) */
212 /** some macros to convert to/from baseband clock ticks - use no floating point! */
214 #define OI_BT_TICKS_TO_SECONDS(ticks) ((ticks)/1600)
216 #define OI_BT_TICKS_TO_MSECS(ticks) (((ticks)*5)/8)
  /external/chromium_org/v8/src/
runtime-profiler.cc 33 // FLAG_type_info_threshold), but has seen a huge number of ticks,
36 // We only have one byte to store the number of ticks.
180 int ticks = shared_function_info->profiler_ticks(); local
181 if (ticks < Smi::kMaxValue) {
182 shared_function_info->set_profiler_ticks(ticks + 1);
198 int ticks = shared_code->profiler_ticks(); local
200 ticks * kOSRCodeSizeAllowancePerTick;
202 if (ticks < 255) shared_code->set_profiler_ticks(ticks + 1);
223 int ticks = shared_code->profiler_ticks() local
235 int ticks = shared_code->profiler_ticks(); local
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_time.c 143 ** Description This function returns the current system ticks
145 ** Returns The current number of system ticks
158 ** Description This function returns the number of system ticks until the
165 ** Returns Number of ticks til the next timer expires
188 ** ticks - (input) the number of system ticks til the
196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous)
203 if (ticks <= 0)
204 ticks = 1;
206 orig_ticks = ticks; /* save the ticks in case adjustment is necessary *
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_time.c 143 ** Description This function returns the current system ticks
145 ** Returns The current number of system ticks
158 ** Description This function returns the number of system ticks until the
165 ** Returns Number of ticks til the next timer expires
188 ** ticks - (input) the number of system ticks til the
196 void GKI_start_timer (UINT8 tnum, INT32 ticks, BOOLEAN is_continuous)
203 if (ticks <= 0)
204 ticks = 1;
206 orig_ticks = ticks; /* save the ticks in case adjustment is necessary *
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_callout.c 41 int ticks = 0; variable
43 extern int ticks;
94 c->c_time = ticks + to_ticks;
136 ticks += SCTP_BASE_VAR(sctp_main_timer_ticks);
140 if (c->c_time <= ticks) {
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
snow.js 21 var ticks = 0;
66 ticks++;
73 console.log(ticks);
74 ticks = 0;
  /external/chromium_org/ui/gfx/animation/
slide_animation_unittest.cc 19 void SetStartTime(base::TimeTicks ticks) {
20 animation_->SetStartTime(ticks);
23 void Step(base::TimeTicks ticks) {
24 animation_->Step(ticks);
  /external/chromium_org/mojo/public/c/system/tests/
core_unittest_pure_c.c 43 MojoTimeTicks ticks; local
50 ticks = MojoGetTimeTicksNow();
51 EXPECT_NE(ticks, 0);
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_sctp_timer_iterate.c 47 extern int ticks;
78 ticks += MSEC_TO_TICKS(TIMEOUT_INTERVAL);
81 if (c->c_time <= ticks) {
  /external/chromium_org/v8/src/base/platform/
elapsed-timer.h 57 TimeTicks ticks = Now(); local
58 TimeDelta elapsed = ticks - start_ticks_;
60 start_ticks_ = ticks;
time.cc 159 // Determine current time and ticks.
160 TimeTicks ticks = GetSystemTicks(); local
165 TimeDelta elapsed = ticks - initial_ticks_;
167 initial_ticks_ = ticks;
414 int64_t ticks = (whole_seconds * Time::kMicrosecondsPerSecond) + variable
419 return ticks + 1;
502 TimeTicks ticks(tick_clock.Pointer()->Now());
503 DCHECK(!ticks.IsNull());
504 return ticks;
510 TimeTicks ticks(high_res_tick_clock.Pointer()->Now())
537 int64_t ticks; local
    [all...]
  /external/chromium_org/media/cast/logging/
receiver_time_offset_estimator_impl.cc 58 const TimeTickPair& ticks = events_[key]; local
59 if (!ticks.first.is_null() && !ticks.second.is_null()) {
60 UpdateBound(ticks.first, ticks.second);
  /external/chromium_org/third_party/webrtc/base/
timeutils.cc 38 int64 ticks = 0; local
49 ticks = mach_absolute_time() * timebase.numer / timebase.denom;
55 ticks = kNumNanosecsPerSec * static_cast<int64>(ts.tv_sec) +
73 ticks = now + (num_wrap_timegettime << 32);
76 ticks = ticks * kNumNanosecsPerMillisec;
78 return ticks;
  /external/chromium_org/native_client_sdk/src/libraries/xray/
report.c 24 uint64_t ticks; member in struct:XRayTotal
52 " Address Ticks Percent Function [annotation...]\n");
67 uint64_t ticks = local
69 float percent = 100.0f * (float)ticks / total;
70 if (percent >= percent_cutoff && ticks >= ticks_cutoff) {
80 (unsigned int)addr, ticks, percent,
93 if (ib->ticks > ia->ticks)
95 else if (ib->ticks < ia->ticks)
    [all...]
  /external/iproute2/tc/
tc_core.h 22 unsigned tc_calc_xmitsize(unsigned rate, unsigned ticks);
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_basic.cc 35 int IrtClock(nacl_abi_clock_t* ticks) {
38 *ticks = clock();
  /external/chromium_org/content/common/
inter_process_time_ticks_converter.h 25 // In order to properly tweak ticks, we need 4 reference points:
139 static RemoteTimeTicks FromTimeTicks(const base::TimeTicks& ticks) {
140 return RemoteTimeTicks(ticks.ToInternalValue());
  /external/chromium_org/ppapi/shared_impl/
time_conversion.cc 11 // Since WebKit doesn't use ticks for event times, we have to compute what
12 // the time ticks would be assuming the wall clock time doesn't change.
20 double ticks = TimeTicksToPPTimeTicks(base::TimeTicks::Now()); local
21 time_to_ticks_delta_seconds = ticks - wall_clock;
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 153 mDNSs32 ticks; local
160 ticks = nextTimerEvent - mDNS_TimeNow(m);
161 if (ticks < 1) ticks = 1;
164 ticks = 0;
166 timeout.tv_sec = ticks / mDNSPlatformOneSecond;
167 timeout.tv_usec = (ticks % mDNSPlatformOneSecond) * 1000000 / mDNSPlatformOneSecond;
  /external/chromium_org/third_party/icu/source/i18n/
utmscale.c 14 #define ticks INT64_C(1) macro
15 #define microseconds (ticks * 10)
28 {ticks, INT64_C(504911232000000000), U_INT64_MIN, INT64_C(8718460804854775807), INT64_C(-8718460804854775808), U_INT64_MAX, INT64_C(504911232000000000), INT64_C(504911232000000000), INT64_C(0), U_INT64_MIN, U_INT64_MAX},
29 {ticks, INT64_C(0), U_INT64_MIN, U_INT64_MAX, U_INT64_MIN, U_INT64_MAX, INT64_C(0), INT64_C(0), INT64_C(0), U_INT64_MIN, U_INT64_MAX},

Completed in 1648 milliseconds

1 2 3 4 5