Searched defs:UNGRAB (Results 1 – 2 of 2) sorted by relevance
4416 #define UNGRAB {n+=(c=k>>3);p-=c;k&=7;} macro
5636 #define UNGRAB {c = z->avail_in-n; c = (k>>3) < c?k>>3:c; n += c; p -= c; \ macro