Lines Matching refs:local
41 local unsigned long crc32_little OF((unsigned long,
43 local unsigned long crc32_big OF((unsigned long,
51 local unsigned long gf2_matrix_times OF((unsigned long *mat,
53 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
54 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
59 local volatile int crc_table_empty = 1;
60 local z_crc_t FAR crc_table[TBLS][256];
61 local void make_crc_table OF((void));
63 local void write_table OF((FILE *, const z_crc_t FAR *));
91 local void make_crc_table() in make_crc_table()
168 local void write_table(out, table) in write_table()
248 local unsigned long crc32_little(crc, buf, len) in crc32_little()
288 local unsigned long crc32_big(crc, buf, len) in crc32_big()
328 local unsigned long gf2_matrix_times(mat, vec) in gf2_matrix_times()
345 local void gf2_matrix_square(square, mat) in gf2_matrix_square()
356 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_()