Lines Matching refs:INIT
126 #ifndef INIT
127 #define INIT macro
150 STATIC int INIT huft_build OF((unsigned *, unsigned, unsigned,
152 STATIC int INIT huft_free OF((struct huft *));
153 STATIC int INIT inflate_codes OF((struct huft *, struct huft *, int, int));
154 STATIC int INIT inflate_stored OF((void));
155 STATIC int INIT inflate_fixed OF((void));
156 STATIC int INIT inflate_dynamic OF((void));
157 STATIC int INIT inflate_block OF((int *));
158 STATIC int INIT inflate OF((void));
322 STATIC int INIT huft_build( in huft_build()
567 STATIC int INIT huft_free( in huft_free()
589 STATIC int INIT inflate_codes( in inflate_codes()
704 STATIC int INIT inflate_stored(void) in inflate_stored()
765 STATIC int noinline INIT inflate_fixed(void) in inflate_fixed()
829 STATIC int noinline INIT inflate_dynamic(void) in inflate_dynamic()
1034 STATIC int INIT inflate_block( in inflate_block()
1085 STATIC int INIT inflate(void) in inflate()
1146 static void INIT
1194 static int INIT gunzip(void) in gunzip()