Lines Matching defs:local
31 #define local static
58 local unsigned long crc32_little OF((unsigned long,
60 local unsigned long crc32_big OF((unsigned long,
68 local unsigned long gf2_matrix_times OF((unsigned long *mat,
70 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
71 local uLong crc32_combine_(uLong crc1, uLong crc2, z_off64_t len2);
76 local volatile int crc_table_empty = 1;
77 local unsigned long FAR crc_table[TBLS][256];
78 local void make_crc_table OF((void));
80 local void write_table OF((FILE *, const unsigned long FAR *));
108 local void make_crc_table()
167 fprintf(out, "local const unsigned long FAR ");
185 local void write_table(out, table)
264 local unsigned long crc32_little(crc, buf, len)
304 local unsigned long crc32_big(crc, buf, len)
342 local unsigned long gf2_matrix_times(mat, vec)
359 local void gf2_matrix_square(square, mat)
370 local uLong crc32_combine_(crc1, crc2, len2)