Searched refs:WAVAIL (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dinfutil.h78 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q) macro
79 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_inflate/
H A 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;}}
H A Dinflate.c359 m = WAVAIL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/lib/
H A Dzlib.c645 #define WAVAIL (q<s->read?s->read-q-1:s->end-q) macro
646 #define LOADOUT {q=s->write;m=WAVAIL;}
647 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=WAVAIL;}}
1120 m = WAVAIL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A 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;
/asus-wl-520gu-7.0.1.45/src/router/ppp/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;
/asus-wl-520gu-7.0.1.45/src/router/pppd/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;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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;
/asus-wl-520gu-7.0.1.45/src/router/ppp/common/
H A Dzlib.c3597 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q) macro
3598 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
3599 #define WWRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
4065 m = WAVAIL;
/asus-wl-520gu-7.0.1.45/src/router/pppd/common/
H A Dzlib.c3597 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q) macro
3598 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
3599 #define WWRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
4068 m = WAVAIL;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/common/
H A Dzlib.c3597 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q) macro
3598 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
3599 #define WWRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
4068 m = WAVAIL;

Completed in 205 milliseconds