Home
last modified time | relevance | path

Searched defs:hold (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.121.2/libkern/zlib/
H A Dinffast.c94 unsigned long hold; /* local strm->hold */ in inflate_fast() local
H A Dinfback.c276 unsigned long hold; /* bit buffer */ in inflateBack() local
H A Dinflate.h121 unsigned long hold; /* input bit accumulator */ member
H A Dinflate.c585 unsigned long hold; /* bit buffer */ in inflate() local
/xnu-8796.121.2/bsd/net/
H A Dif.c1637 ifunit_common(const char *name, boolean_t hold) in ifunit_common()