Lines Matching defs:s
220 #define NEXTBYTE(s) ({ int v = get_byte(s); if (v < 0) goto underrun; (uch)v; }) argument
221 #define NEEDBITS(s, n) {while(k<(n)){b|=((ulg)NEXTBYTE(s))<<k;k+=8;}} argument
279 unsigned *b, unsigned n, unsigned s, const ush *d, const ush *e, in huft_build()
541 struct gunzip_state *s, struct huft *tl, struct huft *td, int bl, int bd) in inflate_codes()
647 static int __init inflate_stored(struct gunzip_state *s) in inflate_stored()
712 static int noinline __init inflate_fixed(struct gunzip_state *s) in inflate_fixed()
771 static int noinline __init inflate_dynamic(struct gunzip_state *s) in inflate_dynamic()
962 static int __init inflate_block(struct gunzip_state *s, int *e) in inflate_block()
1006 static int __init inflate(struct gunzip_state *s) in inflate()
1049 static void __init makecrc(struct gunzip_state *s) in makecrc()
1095 static int __init gunzip(struct gunzip_state *s) in gunzip()