Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 135) sorted by relevance

123456

/external/zlib/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
233 incr = 1U << (len - drop);
238 next[(huff >> drop) + fill] = here;
262 if (drop == 0)
263 drop = root;
269 curr = len - drop;
271 while (curr + drop < max) {
272 left -= count[curr + drop];
[all …]
/external/qemu/distrib/zlib-1.2.3/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
206 drop = 0; /* current bits to drop from code for index */
218 this.bits = (unsigned char)(len - drop);
233 incr = 1U << (len - drop);
238 next[(huff >> drop) + fill] = this;
262 if (drop == 0)
263 drop = root;
269 curr = len - drop;
271 while (curr + drop < max) {
272 left -= count[curr + drop];
[all …]
/external/chromium/third_party/zlib/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
206 drop = 0; /* current bits to drop from code for index */
218 this.bits = (unsigned char)(len - drop);
233 incr = 1U << (len - drop);
238 next[(huff >> drop) + fill] = this;
262 if (drop == 0)
263 drop = root;
269 curr = len - drop;
271 while (curr + drop < max) {
272 left -= count[curr + drop];
[all …]
/external/zlib/contrib/infback9/
Dinftree9.c45 unsigned drop; /* code bits to drop for sub-table */ local
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
227 incr = 1U << (len - drop);
231 next[(huff >> drop) + fill] = this;
255 if (drop == 0)
256 drop = root;
262 curr = len - drop;
264 while (curr + drop < max) {
265 left -= count[curr + drop];
[all …]
/external/iproute2/examples/diffserv/
Dafcbq74 for $drop (1..3) {
75 print "\n# --- AF Class $class DP $drop---\n";
76 $dscp = $class*8+$drop*2;
77 $tcindex = sprintf("1%x%x",$class,$drop);
80 $prob = $drop*0.02;
82 $gprio = $drop+1;
84 "max 45KB burst 20 avpkt 1000 bandwidth $linerate DP $drop ".
89 "max 45KB burst 20 avpkt 1000 bandwidth $linerate DP $drop ".
DEdge31-ca-u3273 drop flowid :3
93 drop flowid :3
104 drop flowid :3
116 drop flowid :4
DREADME51 drop
57 drop
92 drop;
95 else drop;
DEdge32-ca-u3289 drop flowid :3
116 drop flowid :3
132 drop flowid :3
144 drop flowid :4
DEdge31-cb-chains68 drop flowid 4:3
75 drop flowid 4:4
DEdge32-cb-u3281 drop flowid :3
89 drop flowid :4
DEdge32-cb-chains80 drop flowid 4:3
87 drop flowid 4:4
/external/bluetooth/bluez/audio/
Dmain.c90 goto drop; in sco_server_cb()
101 goto drop; in sco_server_cb()
106 goto drop; in sco_server_cb()
112 goto drop; in sco_server_cb()
116 goto drop; in sco_server_cb()
122 goto drop; in sco_server_cb()
126 goto drop; in sco_server_cb()
128 goto drop; in sco_server_cb()
137 drop: in sco_server_cb()
Dmanager.c474 goto drop; in ag_confirm()
489 goto drop; in ag_confirm()
493 goto drop; in ag_confirm()
499 goto drop; in ag_confirm()
504 goto drop; in ag_confirm()
511 goto drop; in ag_confirm()
532 drop: in ag_confirm()
581 goto drop; in hf_io_cb()
586 goto drop; in hf_io_cb()
591 goto drop; in hf_io_cb()
[all …]
/external/libvpx/examples/
Ddecode_with_drops.txt13 which specifies the range or pattern of frames to drop. The parameter is
32 To drop a range of frames, specify the starting frame and the ending
33 frame to drop, separated by a dash. The following command will drop
41 To drop a pattern of frames, specify the number of frames to drop and
43 a forward-slash. The following command will drop 3 of 7 frames.
44 Specifically, it will decode 4 frames, then drop 3 frames, and then
62 The example decides whether to drop the frame based on the current
/external/iproute2/doc/actions/
Dgact-usage5 ACTION := reclassify | drop | continue | pass | ok
14 - drop drops packets
32 10.0.0.9/32 flowid 1:16 action drop
41 action order 1: gact action drop
51 10.0.0.9/32 flowid 1:16 action drop random netrand ok 10
58 action order 1: gact action drop
66 10.0.0.9/32 flowid 1:16 action drop random determ ok 2
74 action order 1: gact action drop
Dactions-general65 { drop, pass, reclassify, continue}
67 +drop says to drop the packet
130 in the system. If this meter is exceeded we drop the packet.
162 # system. Should this be exceeded, drop the packet on the floor.
163 action police index 20 mtu 5000 rate 1kbit burst 90k drop
188 action order 6: police 20 action drop rate 1Kbit burst 90Kb mtu 5000b
235 action order 6: police 20 action drop rate 1Kbit burst 90Kb mtu 5000b
/external/quake/quake/src/QW/server/
Dsv_main.c183 void SV_DropClient (client_t *drop) in SV_DropClient() argument
186 MSG_WriteByte (&drop->netchan.message, svc_disconnect); in SV_DropClient()
188 if (drop->state == cs_spawned) in SV_DropClient()
189 if (!drop->spectator) in SV_DropClient()
193 pr_global_struct->self = EDICT_TO_PROG(drop->edict); in SV_DropClient()
200 pr_global_struct->self = EDICT_TO_PROG(drop->edict); in SV_DropClient()
204 if (drop->spectator) in SV_DropClient()
205 Con_Printf ("Spectator %s removed\n",drop->name); in SV_DropClient()
207 Con_Printf ("Client %s removed\n",drop->name); in SV_DropClient()
209 if (drop->download) in SV_DropClient()
[all …]
/external/qemu/slirp/
Dtcp_input.c308 goto drop; in tcp_input()
318 goto drop; in tcp_input()
368 goto drop; in tcp_input()
434 goto drop; in tcp_input()
442 goto drop; in tcp_input()
627 goto drop; in tcp_input()
631 goto drop; in tcp_input()
758 goto drop; in tcp_input()
762 goto drop; in tcp_input()
985 goto drop; in tcp_input()
[all …]
/external/qemu/slirp-android/
Dtcp_input.c308 goto drop; in tcp_input()
318 goto drop; in tcp_input()
368 goto drop; in tcp_input()
439 goto drop; in tcp_input()
447 goto drop; in tcp_input()
632 goto drop; in tcp_input()
636 goto drop; in tcp_input()
764 goto drop; in tcp_input()
768 goto drop; in tcp_input()
991 goto drop; in tcp_input()
[all …]
/external/quake/quake/src/QW/client/
Dpmove.c329 float drop; in PM_Friction() local
362 drop = 0; in PM_Friction()
365 drop += speed*movevars.waterfriction*waterlevel*frametime; in PM_Friction()
369 drop += control*friction*frametime; in PM_Friction()
374 newspeed = speed - drop; in PM_Friction()
778 float speed, drop, friction, control, newspeed, accel; in SpectatorMove() local
798 drop = 0; in SpectatorMove()
802 drop += control*friction*frametime; in SpectatorMove()
805 newspeed = speed - drop; in SpectatorMove()
/external/bluetooth/bluez/input/
Dserver.c155 goto drop; in confirm_event_cb()
160 goto drop; in confirm_event_cb()
173 drop: in confirm_event_cb()
/external/bluetooth/bluez/network/
Dserver.c497 goto drop; in confirm_event()
504 goto drop; in confirm_event()
509 goto drop; in confirm_event()
512 goto drop; in confirm_event()
515 goto drop; in confirm_event()
527 goto drop; in confirm_event()
532 drop: in confirm_event()
/external/iproute2/testsuite/tests/
Dpolicer5 …0:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
12 …0:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
/external/kernel-headers/original/linux/
Dcapability.h337 static inline kernel_cap_t cap_drop(kernel_cap_t a, kernel_cap_t drop) in cap_drop() argument
340 cap_t(dest) = cap_t(a) & ~cap_t(drop); in cap_drop()
/external/bluetooth/bluez/serial/
Dproxy.c403 goto drop; in connect_event_cb()
422 goto drop; in connect_event_cb()
436 drop: in connect_event_cb()
481 goto drop; in confirm_event_cb()
487 goto drop; in confirm_event_cb()
501 goto drop; in confirm_event_cb()
506 drop: in confirm_event_cb()

123456