HomeSort by: relevance | last modified time | path
    Searched defs:dext (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/contrib/infback9/
inftree9.c 67 static const unsigned short dext[32] = { /* Distance codes 0..31 extra */ local in function:inflate_table9
184 extra = dext;
  /src/common/dist/zlib/
inftrees.c 67 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ local in function:inflate_table
190 extra = dext;
  /src/common/dist/zlib/contrib/puff/
puff.c 416 * and dext[].
453 static const short dext[30] = { /* Extra bits for distance codes 0..29 */ local in function:codes
483 dist = dists[symbol] + bits(s, dext[symbol]);
  /src/usr.bin/netstat/
if.c 175 if_data_ext_get(const char *ifname, struct if_data_ext *dext)
187 dext->ifi_oqdrops = 0;
190 dext->ifi_oqdrops = drops;
230 struct if_data_ext dext; local in function:intpr_sysctl
312 if_data_ext_get(origname, &dext);
315 NULL, dflag ? &dext : NULL);
515 struct if_data *ifd, struct ifnet *ifnet, struct if_data_ext *dext)
688 ifnet->if_snd.ifq_drops : dext->ifi_oqdrops);
1133 struct if_data_ext dext; local in function:fetchifs
1149 memset(&dext, 0, sizeof(dext))
    [all...]

Completed in 15 milliseconds