Home
last modified time | relevance | path

Searched refs:WAVAIL (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3110 #define WAVAIL (q<s->read?s->read-q-1:s->end-q) macro
3111 #define LOADOUT {q=s->write;m=WAVAIL;}
3112 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=WAVAIL;}}
3578 m = WAVAIL;
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4213 #define WAVAIL (uInt)(q < s->read ? s->read-q-1 : s->end-q) macro
4214 #define LOADOUT {q = s->write; m = (uInt)WAVAIL; }
4216 m = (uInt)WAVAIL; }}
4712 m = WAVAIL;