Lines Matching refs:local
31 #define local static macro
59 local unsigned long crc32_little OF((unsigned long,
61 local unsigned long crc32_big OF((unsigned long,
70 local unsigned long gf2_matrix_times OF((unsigned long *mat,
72 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
73 local uLong crc32_combine_(uLong crc1, uLong crc2, z_off64_t len2);
78 local volatile int crc_table_empty = 1;
79 local unsigned long FAR crc_table[TBLS][256];
80 local void make_crc_table OF((void));
82 local void write_table OF((FILE *, const unsigned long FAR *));
110 local void make_crc_table() in make_crc_table()
187 local void write_table(out, table) in write_table()
269 local unsigned long crc32_little(crc, buf, len) in crc32_little()
310 local unsigned long crc32_big(crc, buf, len) in crc32_big()
350 local unsigned long gf2_matrix_times(mat, vec) in gf2_matrix_times()
367 local void gf2_matrix_square(square, mat) in gf2_matrix_square()
378 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_()