Searched refs:backoff (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc208 for (Backoff backoff; backoff.Do();) {
214 StatInc(cur_thread(), stat_type_, backoff.Contention());
238 for (Backoff backoff; backoff.Do();) {
242 StatInc(cur_thread(), stat_type_, backoff.Contention());
/external/dnsmasq/src/
H A Dtftp.c155 transfer->backoff = 1;
396 transfer->backoff = 0;
422 transfer->backoff = 100;
432 transfer->timeout += 1 + (1<<transfer->backoff);
442 else if (++transfer->backoff > 5)
H A Ddnsmasq.h587 int backoff; member in struct:tftp_transfer
/external/quake/quake/src/QW/server/
H A Dsv_phys.c201 float backoff; local
211 backoff = DotProduct (in, normal) * overbounce;
215 change = normal[i]*backoff;
716 float backoff; local
748 backoff = 1.5;
750 backoff = 1;
752 ClipVelocity (ent->v.velocity, trace.plane.normal, ent->v.velocity, backoff);
/external/quake/quake/src/QW/client/
H A Dpmove.c74 float backoff; local
84 backoff = DotProduct (in, normal) * overbounce;
88 change = normal[i]*backoff;
/external/quake/quake/src/WinQuake/
H A Dsv_phys.cpp192 float backoff; local
202 backoff = DotProduct (in, normal) * overbounce;
206 change = normal[i]*backoff;
1249 float backoff; local
1313 backoff = 1.5;
1316 backoff = 2.0;
1319 backoff = 1;
1321 ClipVelocity (ent->u.v.velocity, trace.plane.normal, ent->u.v.velocity, backoff);
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_unittest.cc655 // Test that exponential backoff is properly triggered.
696 // Test that no polls or extraneous nudges occur when in backoff.
755 // Test that backoff is shaping traffic properly with consecutive errors.
798 const TimeDelta backoff = TimeDelta::FromMilliseconds(100); local
805 EXPECT_CALL(*delay(), GetDelay(_)).WillOnce(Return(backoff));
807 // Optimal start for the post-backoff poll party.
808 TimeTicks optimal_start = TimeTicks::Now() + poll + backoff;
813 // Check for healthy polling after backoff is relieved.
/external/kernel-headers/original/asm-mips/sn/sn0/
H A Dhubmd.h585 backoff: 2, /* 49-48: backoff control */ member in struct:proto_error_reg

Completed in 151 milliseconds