Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dcrc32.c31 local int crc_table_empty = 1; variable
79 crc_table_empty = 0; in make_crc_table()
161 if (crc_table_empty) make_crc_table();
185 if (crc_table_empty) in crc32_no_comp()