HomeSort by: relevance | last modified time | path
    Searched defs:z_word_t (Results 1 - 1 of 1) 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...]

Completed in 12 milliseconds