Lines Matching refs:local
38 local unsigned long crc32_little OF((unsigned long,
40 local unsigned long crc32_big OF((unsigned long,
48 local unsigned long gf2_matrix_times OF((unsigned long *mat,
50 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
51 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
56 local volatile int crc_table_empty = 1;
57 local z_crc_t FAR crc_table[TBLS][256];
58 local void make_crc_table OF((void));
60 local void write_table OF((FILE *, const z_crc_t FAR *));
88 local void make_crc_table() in make_crc_table()
165 local void write_table(out, table) in write_table()
266 local unsigned long crc32_little(crc, buf, len) in crc32_little()
306 local unsigned long crc32_big(crc, buf, len) in crc32_big()
344 local unsigned long gf2_matrix_times(mat, vec) in gf2_matrix_times()
361 local void gf2_matrix_square(square, mat) in gf2_matrix_square()
372 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_()