Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dpbl_crc32.c12 static void make_crc_table(void) in make_crc_table() function
46 make_crc_table(); in pbl_crc32()
/openbmc/u-boot/lib/
H A Dcrc32.c36 static void __efi_runtime make_crc_table OF((void));
62 static void __efi_runtime make_crc_table(void) in make_crc_table() function
165 if (crc_table_empty) make_crc_table();
190 make_crc_table(); in crc32_no_comp()