Searched refs:WAVAIL (Results 1 – 1 of 1) sorted by relevance
3941 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q) in _tr_flush_block() macro3942 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;} in _tr_flush_block()3943 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}} in _tr_flush_block()4385 m = WAVAIL; in _tr_flush_block()