Lines Matching refs:local
33 #define local static macro
40 local unsigned long crc32_little OF((unsigned long,
42 local unsigned long crc32_big OF((unsigned long,
50 local unsigned long gf2_matrix_times OF((unsigned long *mat,
52 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
58 local volatile int crc_table_empty = 1;
59 local z_crc_t FAR crc_table[TBLS][256];
60 local void make_crc_table OF((void));
62 local void write_table OF((FILE *, const z_crc_t FAR *));
90 local void make_crc_table() in make_crc_table()
167 local void write_table(out, table) in write_table()
247 local unsigned long crc32_little(crc, buf, len) in crc32_little()
287 local unsigned long crc32_big(crc, buf, len) in crc32_big()
327 local unsigned long gf2_matrix_times(mat, vec) in gf2_matrix_times()
344 local void gf2_matrix_square(square, mat) in gf2_matrix_square()
355 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_()