Home
last modified time | relevance | path

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

1234

/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_inftrees.c43 unsigned drop; /* code bits to drop for sub-table */ in inflate_table() local
203 drop = 0; /* current bits to drop from code for index */ in inflate_table()
216 here.bits = (unsigned char)(len - drop); in inflate_table()
231 incr = 1U << (len - drop); in inflate_table()
236 next[(huff >> drop) + fill] = here; in inflate_table()
260 if (drop == 0) in inflate_table()
261 drop = root; in inflate_table()
267 curr = len - drop; in inflate_table()
269 while (curr + drop < max) { in inflate_table()
270 left -= count[curr + drop]; in inflate_table()
[all …]
/dragonfly/contrib/zlib-1.2/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
203 drop = 0; /* current bits to drop from code for index */
216 here.bits = (unsigned char)(len - drop);
231 incr = 1U << (len - drop);
236 next[(huff >> drop) + fill] = here;
260 if (drop == 0)
261 drop = root;
267 curr = len - drop;
269 while (curr + drop < max) {
270 left -= count[curr + drop];
[all …]
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_inftrees.c43 unsigned drop; /* code bits to drop for sub-table */ in inflate_table() local
203 drop = 0; /* current bits to drop from code for index */ in inflate_table()
216 here.bits = (unsigned char)(len - drop); in inflate_table()
231 incr = 1U << (len - drop); in inflate_table()
236 next[(huff >> drop) + fill] = here; in inflate_table()
260 if (drop == 0) in inflate_table()
261 drop = root; in inflate_table()
267 curr = len - drop; in inflate_table()
269 while (curr + drop < max) { in inflate_table()
270 left -= count[curr + drop]; in inflate_table()
[all …]
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_inftrees.c43 unsigned drop; /* code bits to drop for sub-table */ in inflate_table() local
203 drop = 0; /* current bits to drop from code for index */ in inflate_table()
216 here.bits = (unsigned char)(len - drop); in inflate_table()
231 incr = 1U << (len - drop); in inflate_table()
236 next[(huff >> drop) + fill] = here; in inflate_table()
260 if (drop == 0) in inflate_table()
261 drop = root; in inflate_table()
267 curr = len - drop; in inflate_table()
269 while (curr + drop < max) { in inflate_table()
270 left -= count[curr + drop]; in inflate_table()
[all …]
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_main.c794 goto drop; in ng_hci_acl_rcvdata()
805 goto drop; in ng_hci_acl_rcvdata()
811 goto drop; in ng_hci_acl_rcvdata()
825 goto drop; in ng_hci_acl_rcvdata()
836 goto drop; in ng_hci_acl_rcvdata()
846 goto drop; in ng_hci_acl_rcvdata()
856 goto drop; in ng_hci_acl_rcvdata()
868 goto drop; in ng_hci_acl_rcvdata()
879 drop: in ng_hci_acl_rcvdata()
999 drop: in ng_hci_sco_rcvdata()
[all …]
/dragonfly/games/adventure/
H A Dsubr.c181 drop(axe, loc); in fdwarf()
240 drop(j, chloc); in fdwarf()
458 drop(bear, newloc); in trbridge()
628 drop(bird, loc); in dropper()
631 drop(obj, loc); in dropper()
653 drop(batter, loc); in trdrop()
706 drop(oyster, loc); in tropen()
707 drop(pearl, 105); in tropen()
859 drop(obj, 0); in trtoss()
879 drop(axe, loc); in trtoss()
[all …]
H A Dinit.c158 drop(j + 100, fixd[j]); in linkdata()
159 drop(j, plac[j]); in linkdata()
164 drop(j, plac[j]); in linkdata()
H A Dvocab.c74 drop(object, where); in move()
105 drop(int object, int where) in drop() function
H A Dextern.h99 void drop(int, int);
/dragonfly/sys/netgraph7/cisco/
H A Dng_cisco.c446 goto drop; in cisco_input()
461 goto drop; in cisco_input()
467 goto drop; in cisco_input()
476 goto drop; in cisco_input()
533 goto drop; in cisco_input()
551 goto drop; in cisco_input()
556 goto drop; in cisco_input()
560 drop: in cisco_input()
/dragonfly/sys/netgraph/cisco/
H A Dng_cisco.c453 goto drop; in cisco_input()
468 goto drop; in cisco_input()
474 goto drop; in cisco_input()
483 goto drop; in cisco_input()
535 goto drop; in cisco_input()
553 goto drop; in cisco_input()
558 goto drop; in cisco_input()
562 drop: in cisco_input()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c763 goto drop; in ng_l2cap_l2ca_write_req()
783 goto drop; in ng_l2cap_l2ca_write_req()
792 goto drop; in ng_l2cap_l2ca_write_req()
802 goto drop; in ng_l2cap_l2ca_write_req()
818 goto drop; in ng_l2cap_l2ca_write_req()
827 drop: in ng_l2cap_l2ca_write_req()
902 goto drop; in ng_l2cap_l2ca_receive()
913 goto drop; in ng_l2cap_l2ca_receive()
924 goto drop; in ng_l2cap_l2ca_receive()
944 drop: in ng_l2cap_l2ca_receive()
[all …]
H A Dng_l2cap_llpi.c615 goto drop; in ng_l2cap_lp_receive()
644 goto drop; in ng_l2cap_lp_receive()
653 goto drop; in ng_l2cap_lp_receive()
674 goto drop; in ng_l2cap_lp_receive()
697 goto drop; in ng_l2cap_lp_receive()
708 goto drop; in ng_l2cap_lp_receive()
728 drop: in ng_l2cap_lp_receive()
761 goto drop; /* XXX what to do with "pending"? */ in ng_l2cap_lp_deliver()
782 goto drop; /* XXX what to do with "pending"? */ in ng_l2cap_lp_deliver()
795 drop: in ng_l2cap_lp_deliver()
/dragonfly/usr.bin/telnet/
H A Dterminal.c114 ttyflush(int drop) in ttyflush() argument
120 if (drop) { in ttyflush()
138 if (!drop) in ttyflush()
/dragonfly/games/hack/
H A Dhh27 d drop drop an object. d7a: drop seven items of object a.
42 D Drop drop several things
H A Dhelp90 d drop something. d7a: drop seven items of object a.
93 want to drop? [!%= au]" you should give zero or more
95 'a' means: drop all such objects, without asking for
97 'u' means: drop only unpaid objects (when in a shop).
H A Dhack.do.c73 static int drop(struct obj *);
79 return (drop(getobj("0$#", "drop"))); in dodrop()
83 drop(struct obj *obj) in drop() function
145 return (ggetobj("drop", drop, 0)); in doddrop()
/dragonfly/sys/netinet/
H A Dtcp_input.c697 goto drop; in tcp_input()
711 goto drop; in tcp_input()
752 goto drop; in tcp_input()
794 goto drop; in tcp_input()
927 goto drop; in tcp_input()
933 goto drop; in tcp_input()
1031 goto drop; in tcp_input()
1128 goto drop; in tcp_input()
1710 goto drop; in tcp_input()
2602 goto drop; in tcp_input()
[all …]
/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket_l2cap.c1336 goto drop; in ng_btsocket_l2cap_data_input()
1343 goto drop; in ng_btsocket_l2cap_data_input()
1350 goto drop; in ng_btsocket_l2cap_data_input()
1367 goto drop; in ng_btsocket_l2cap_data_input()
1538 drop: in ng_btsocket_l2cap_data_input()
1608 goto drop; in ng_btsocket_l2cap_l2ca_msg_input()
1615 goto drop; in ng_btsocket_l2cap_l2ca_msg_input()
1662 drop: in ng_btsocket_l2cap_l2ca_msg_input()
1726 drop: in ng_btsocket_l2cap_input()
2517 goto drop; in ng_btsocket_l2cap_send()
[all …]
H A Dng_btsocket_hci_raw.c1621 goto drop; in ng_btsocket_hci_raw_send()
1625 goto drop; in ng_btsocket_hci_raw_send()
1629 goto drop; in ng_btsocket_hci_raw_send()
1635 goto drop; in ng_btsocket_hci_raw_send()
1641 goto drop; in ng_btsocket_hci_raw_send()
1646 goto drop; in ng_btsocket_hci_raw_send()
1654 goto drop; in ng_btsocket_hci_raw_send()
1661 goto drop; in ng_btsocket_hci_raw_send()
1671 goto drop; in ng_btsocket_hci_raw_send()
1686 drop: in ng_btsocket_hci_raw_send()
/dragonfly/usr.bin/unifdef/
H A Dunifdef.c546 static void drop (void) { flushline(false); } in drop() function
548 static void Strue (void) { drop(); ignoreoff(); state(IS_TRUE_PREFIX); } in Strue()
549 static void Sfalse(void) { drop(); ignoreoff(); state(IS_FALSE_PREFIX); } in Sfalse()
550 static void Selse (void) { drop(); state(IS_TRUE_ELSE); } in Selse()
557 static void Delif (void) { drop(); ignoreoff(); state(IS_FALSE_MIDDLE); } in Delif()
558 static void Delse (void) { drop(); state(IS_FALSE_ELSE); } in Delse()
559 static void Dendif(void) { drop(); unnest(); } in Dendif()
587 drop, Eeof, abort },
599 drop, Eeof, abort },
611 drop, Eeof, abort },
[all …]
/dragonfly/sys/net/pf/
H A Dpf_norm.c848 if (drop) { in pf_fragcache()
911 goto drop; in pf_normalize_ip()
914 goto drop; in pf_normalize_ip()
983 goto drop; in pf_normalize_ip()
1014 goto drop; in pf_normalize_ip()
1021 goto drop; in pf_normalize_ip()
1092 drop: in pf_normalize_ip()
1166 goto drop; in pf_normalize_ip6()
1246 goto drop; in pf_normalize_ip6()
1258 goto drop; in pf_normalize_ip6()
[all …]
/dragonfly/share/examples/pf/
H A Dfaq-example139 block drop in quick on $ext_if from $priv_nets to any
40 block drop out quick on $ext_if from any to $priv_nets
/dragonfly/games/battlestar/
H A Dcommand4.c211 if (drop(name) != -1) { in throw()
293 drop(const char *name) in drop() function
389 return (drop("Dropped")); in takeoff()
/dragonfly/sys/net/sppp/
H A Dif_spppsubr.c473 drop: in sppp_input()
645 goto drop; in sppp_input()
684 drop: in sppp_output_serialized()
2403 drop: in sppp_lcp_RCR()
2475 drop: in sppp_lcp_RCN_rej()
2564 drop: in sppp_lcp_RCN_nak()
3073 drop: in sppp_ipcp_RCR()
3123 drop: in sppp_ipcp_RCN_rej()
3513 drop: in sppp_ipv6cp_RCR()
3563 drop: in sppp_ipv6cp_RCN_rej()
[all …]

1234