Home
last modified time | relevance | path

Searched refs:make_crc_table (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dpbl_crc32.c13 static void make_crc_table(void) in make_crc_table() function
47 make_crc_table(); in pbl_crc32()
/OK3568_Linux_fs/u-boot/lib/
H A Dcrc32.c33 local void make_crc_table OF((void));
59 local void make_crc_table() in make_crc_table() function
161 if (crc_table_empty) make_crc_table();
186 make_crc_table(); in crc32_no_comp()