Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/lib/zlib/
A Dcrc32.h63 local const z_word_t FAR crc_big_table[] = { variable
153 local const z_word_t FAR crc_big_table[] = { variable
A Dcrc32.c158 local z_word_t FAR crc_big_table[256]; variable
294 crc_big_table[i] = byte_swap(p); in make_crc_table()
348 write_table64(out, crc_big_table, 256); in make_crc_table()
359 write_table32hi(out, crc_big_table, 256); in make_crc_table()
741 crc_big_table[(data >> ((W - 1) << 3)) & 0xff];

Completed in 17 milliseconds