/src/common/dist/zlib/contrib/infback9/ |
inftree9.c | 40 unsigned drop; /* code bits to drop for sub-table */ local in function:inflate_table9 141 with length len. That code is converted to an index by dropping drop 142 bits off of the bottom. For codes where len is less than drop + curr, 143 those top drop + curr - len bits are incremented through all values to 149 new sub-table should be started. drop is zero when the root table is 150 being filled, and drop is root when sub-tables are being filled. 194 drop = 0; /* current bits to drop from code for index */ 207 this.bits = (unsigned char)(len - drop); [all...] |
/src/common/dist/zlib/ |
inftrees.c | 42 unsigned drop; /* code bits to drop for sub-table */ local in function:inflate_table 149 with length len. That code is converted to an index by dropping drop 150 bits off of the bottom. For codes where len is less than drop + curr, 151 those top drop + curr - len bits are incremented through all values to 157 new sub-table should be started. drop is zero when the root table is 158 being filled, and drop is root when sub-tables are being filled. 200 drop = 0; /* current bits to drop from code for index */ 213 here.bits = (unsigned char)(len - drop); [all...] |
/src/usr.sbin/altq/altqd/altq.conf.samples/ |
cdnr.sample | 9 conditioner pvc1 dropper <drop> 21 conditioner pvc1 ef_cdnr <tbmeter 6M 64K <pass><drop>>
|
cbq.diffedge | 12 conditioner pvc1 ef_cdnr <tbmeter 6M 64K <mark 0xb8><drop>>
|
hfsc.diffedge | 11 conditioner pvc1 ef_cdnr <tbmeter 6M 64K <mark 0xb8><drop>>
|
/src/tests/net/altq/ |
t_cbq.sh | 160 check_counter ./out drop 'pkts: 0' 169 check_counter ./out drop 'drops: 1' 170 check_counter ./out drop 'pkts: 0' 274 check_counter ./out drop 'pkts: 0' 283 check_counter ./out drop 'pkts: 0' 292 check_counter ./out drop 'drops: 1' 293 check_counter ./out drop 'pkts: 0' 303 check_counter ./out drop 'drops: 1' 304 check_counter ./out drop 'pkts: 0' 389 check_counter ./out drop 'pkts: 0 [all...] |
/src/usr.bin/telnet/ |
terminal.c | 89 ttyflush(int drop) 95 if (drop) { 113 if (!drop)
|
/src/sys/netinet6/ |
ip6_forward.c | 113 * If not forwarding, just drop the packet. This could be confusing 152 goto drop; 211 goto drop; 225 goto drop; 249 goto drop; 286 goto drop; 295 goto drop; 322 * to loop. Thus, we immediately drop the packet and 332 goto drop; 456 drop [all...] |
/src/games/adventure/ |
extern.h | 99 void drop(int, int);
|
subr.c | 189 drop(axe, loc); 248 drop(j, chloc); 434 drop(emerald, loc); 466 drop(bear, newloc); 636 drop(bird, loc); 639 drop(obj, loc); 661 drop(batter, loc); 714 drop(oyster, loc); 715 drop(pearl, 105); 741 drop(chain, loc) [all...] |
vocab.c | 82 drop(object, where); 113 drop(int object, int where) function in typeref:typename:void
|
init.c | 166 drop(j + 100, fixd[j]); 167 drop(j, plac[j]); 172 drop(j, plac[j]);
|
done.c | 168 drop(i, k);
|
/src/sys/netinet/ |
tcp_input.c | 604 * so we drop the fragment (this keeps the temporal 617 * Drop the overlapping bytes, merge the fragment and 636 * Drop the overlapping bytes on the received packet. The 724 * If the allocation fails, drop the packet. 1011 * duplicate or out of sequence; drop it. 1014 goto drop; 1018 * Send an ACK to resynchronize and drop any data. 1043 // hdroptlen += todrop; /*drop from head afterwards*/ 1060 * If segment ends after window, drop trailing data 1078 * while in TIME_WAIT, drop the old connectio [all...] |
igmp.c | 236 goto drop; 252 goto drop; 289 goto drop; 347 goto drop; 421 goto drop; 481 drop:
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_fence.c | 65 int drop = 0; local in function:nouveau_fence_signal 75 drop = 1; 79 return drop; 148 int drop = 0; local in function:nouveau_fence_update 157 drop |= nouveau_fence_signal(fence); 160 return drop;
|
/src/common/dist/zlib/examples/ |
zran.c | 263 value >>= k; // drop the bits appended 408 unsigned drop = 8; // length of gzip trailer local in function:deflate_index_extract 409 if (strm.avail_in >= drop) { 410 strm.avail_in -= drop; 411 strm.next_in += drop; 415 drop -= strm.avail_in; 421 } while (--drop);
|
/src/sbin/mount_portal/ |
activate.c | 195 goto drop; 223 drop:;
|
/src/games/rogue/ |
play.c | 146 drop();
|
/src/usr.bin/unifdef/ |
unifdef.c | 419 static void drop (void) { flushline(false); } function in typeref:typename:void 421 static void Strue (void) { drop(); ignoreoff(); state(IS_TRUE_PREFIX); } 422 static void Sfalse(void) { drop(); ignoreoff(); state(IS_FALSE_PREFIX); } 423 static void Selse (void) { drop(); state(IS_TRUE_ELSE); } 429 static void Dfalse(void) { drop(); ignoreoff(); state(IS_FALSE_TRAILER); } 430 static void Delif (void) { drop(); ignoreoff(); state(IS_FALSE_MIDDLE); } 431 static void Delse (void) { drop(); state(IS_FALSE_ELSE); } 432 static void Dendif(void) { drop(); --depth; } 460 drop, Eeof }, 472 drop, Eeof } [all...] |
/src/sys/dist/pf/net/ |
pf_norm.c | 89 #define PFFRAG_DROP 0x0004 /* Drop all fragments */ 500 DPFPRINTF(("drop: too big: %d\n", off)); 552 /* Oops - fail safe - drop packet */ 561 int drop, int *nomem) 657 if (!drop) { 731 if (!drop) { 798 * we're going to drop it anyway so that we know when to 799 * free the overall descriptor. Thus we drop the frag late. 843 if (drop) { 902 goto drop; [all...] |
/src/games/battlestar/ |
command4.c | 219 if (drop(name) != -1) { 301 drop(const char *name) function in typeref:typename:int 360 puts("Drop kicked."); 397 return (drop("Dropped"));
|
/src/games/hack/ |
hack.do.c | 69 /* Contains code for 'd', 'D' (drop), '>', '<' (up, down) and 't' (throw) */ 78 static int drop(struct obj *); 84 return (drop(getobj("0$#", "drop"))); 88 drop(struct obj *obj) function in typeref:typename:int 96 pline("You didn't drop any gold pieces."); 108 pline("You cannot drop something you are wearing."); 146 /* drop several things */ 150 return (ggetobj("drop", drop, 0)) [all...] |
/src/sys/dev/ic/ |
rt2560var.h | 79 int drop; member in struct:rt2560_rx_data
|
/src/sys/dev/sdmmc/ |
if_bwfm_sdio.c | 1949 goto drop; 1960 goto drop; 1965 goto drop; 1970 goto drop; 1976 goto drop; 1982 goto drop; 1988 goto drop; 1995 goto drop; 2005 goto drop; 2029 goto drop; [all...] |