Home
last modified time | relevance | path

Searched refs:backoff (Results 1 – 5 of 5) sorted by relevance

/external/quake/quake/src/QW/server/
Dsv_phys.c201 float backoff; in ClipVelocity() local
211 backoff = DotProduct (in, normal) * overbounce; in ClipVelocity()
215 change = normal[i]*backoff; in ClipVelocity()
716 float backoff; in SV_Physics_Toss() local
748 backoff = 1.5; in SV_Physics_Toss()
750 backoff = 1; in SV_Physics_Toss()
752 ClipVelocity (ent->v.velocity, trace.plane.normal, ent->v.velocity, backoff); in SV_Physics_Toss()
/external/dnsmasq/src/
Dtftp.c155 transfer->backoff = 1; in tftp_request()
396 transfer->backoff = 0; in check_tftp_listeners()
422 transfer->backoff = 100; in check_tftp_listeners()
432 transfer->timeout += 1 + (1<<transfer->backoff); in check_tftp_listeners()
442 else if (++transfer->backoff > 5) in check_tftp_listeners()
Ddnsmasq.h587 int backoff; member
/external/quake/quake/src/WinQuake/
Dsv_phys.cpp192 float backoff; in ClipVelocity() local
202 backoff = DotProduct (in, normal) * overbounce; in ClipVelocity()
206 change = normal[i]*backoff; in ClipVelocity()
1249 float backoff; in SV_Physics_Toss() local
1313 backoff = 1.5; in SV_Physics_Toss()
1316 backoff = 2.0; in SV_Physics_Toss()
1319 backoff = 1; in SV_Physics_Toss()
1321 ClipVelocity (ent->u.v.velocity, trace.plane.normal, ent->u.v.velocity, backoff); in SV_Physics_Toss()
/external/quake/quake/src/QW/client/
Dpmove.c74 float backoff; in PM_ClipVelocity() local
84 backoff = DotProduct (in, normal) * overbounce; in PM_ClipVelocity()
88 change = normal[i]*backoff; in PM_ClipVelocity()