Lines Matching refs:INIT
125 #ifndef INIT
126 #define INIT macro
149 STATIC int INIT huft_build OF((unsigned *, unsigned, unsigned,
151 STATIC int INIT huft_free OF((struct huft *));
152 STATIC int INIT inflate_codes OF((struct huft *, struct huft *, int, int));
153 STATIC int INIT inflate_stored OF((void));
154 STATIC int INIT inflate_fixed OF((void));
155 STATIC int INIT inflate_dynamic OF((void));
156 STATIC int INIT inflate_block OF((int *));
157 STATIC int INIT inflate OF((void));
321 STATIC int INIT huft_build( in huft_build()
566 STATIC int INIT huft_free( in huft_free()
588 STATIC int INIT inflate_codes( in inflate_codes()
703 STATIC int INIT inflate_stored(void) in inflate_stored()
764 STATIC int noinline INIT inflate_fixed(void) in inflate_fixed()
828 STATIC int noinline INIT inflate_dynamic(void) in inflate_dynamic()
1033 STATIC int INIT inflate_block( in inflate_block()
1084 STATIC int INIT inflate(void) in inflate()
1145 static void INIT
1193 static int INIT gunzip(void) in gunzip()