HomeSort by: relevance | last modified time | path
    Searched refs:z_word_t (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
crc32.c 66 z_crc_t must be at least 32 bits. z_word_t must be at least as long as
67 z_crc_t. It is assumed here that z_word_t is either 32 bits or 64 bits, and
72 Define W and the associated z_word_t type. If W is not defined, then a
93 typedef Z_U8 z_word_t; typedef in typeref:typename:Z_U8
97 typedef Z_U4 z_word_t; typedef in typeref:typename:Z_U4
110 Swap the bytes in a z_word_t to convert between little and big endian. Any
115 local z_word_t byte_swap(z_word_t word) {
198 local z_word_t FAR crc_big_table[256];
200 local z_word_t FAR crc_braid_big_table[W][256]
    [all...]
crc32.h 63 local const z_word_t FAR crc_big_table[] = {
153 local const z_word_t FAR crc_big_table[] = {
631 local const z_word_t FAR crc_braid_big_table[][256] = {
1533 local const z_word_t FAR crc_braid_big_table[][256] = {
2169 local const z_word_t FAR crc_braid_big_table[][256] = {
3071 local const z_word_t FAR crc_braid_big_table[][256] = {
3707 local const z_word_t FAR crc_braid_big_table[][256] = {
4609 local const z_word_t FAR crc_braid_big_table[][256] = {
5245 local const z_word_t FAR crc_braid_big_table[][256] = {
6147 local const z_word_t FAR crc_braid_big_table[][256] =
    [all...]

Completed in 21 milliseconds