Lines Matching refs:local
36 #define local static macro
63 local unsigned long crc32_little OF((unsigned long,
65 local unsigned long crc32_big OF((unsigned long,
73 local unsigned long gf2_matrix_times OF((unsigned long *mat,
75 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
79 local volatile int crc_table_empty = 1;
80 local unsigned long FAR crc_table[TBLS][256];
81 local void make_crc_table OF((void));
83 local void write_table OF((FILE *, const unsigned long FAR *));
111 local void make_crc_table() in make_crc_table()
188 local void write_table(out, table) in write_table()
267 local unsigned long crc32_little(crc, buf, len) in crc32_little()
307 local unsigned long crc32_big(crc, buf, len) in crc32_big()
347 local unsigned long gf2_matrix_times(mat, vec) in gf2_matrix_times()
364 local void gf2_matrix_square(square, mat) in gf2_matrix_square()