Lines Matching refs:local
31 #define local static macro
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));
74 local volatile int crc_table_empty = 1;
75 local unsigned long FAR crc_table[TBLS][256];
76 local void make_crc_table OF((void));
78 local void write_table OF((FILE *, const unsigned long FAR *));
106 local void make_crc_table() in make_crc_table()
183 local void write_table(out, table) in write_table()
262 local unsigned long crc32_little(crc, buf, len) in crc32_little()
302 local unsigned long crc32_big(crc, buf, len) in crc32_big()
342 local unsigned long gf2_matrix_times(mat, vec) in gf2_matrix_times()
359 local void gf2_matrix_square(square, mat) in gf2_matrix_square()