Home
last modified time | relevance | path

Searched defs:UNGRAB (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c4402 #define UNGRAB {n+=(c=k>>3);p-=c;k&=7;} macro
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c5638 #define UNGRAB {c = z->avail_in-n; c = (k>>3) < c?k>>3:c; n += c; p -= c; \ macro