Home
last modified time | relevance | path

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

/linux-2.4.37.9/lib/zlib_inflate/
Dinfutil.h82 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q) macro
83 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
84 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
Dinflate.c359 m = WAVAIL; in zlib_inflate_addhistory()
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.c665 #define WAVAIL (q<s->read?s->read-q-1:s->end-q) macro
666 #define LOADOUT {q=s->write;m=WAVAIL;}
667 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=WAVAIL;}}
1133 m = WAVAIL;
/linux-2.4.37.9/arch/ppc/boot/lib/
Dzlib.c642 #define WAVAIL (q<s->read?s->read-q-1:s->end-q) macro
643 #define LOADOUT {q=s->write;m=WAVAIL;}
644 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=WAVAIL;}}
1117 m = WAVAIL;