Home | History | Annotate | Download | only in zlib

Lines Matching defs:braid

37   running sparse CRCs are calculated respectively on each braid, at these
201 local void braid(z_crc_t [][256], z_word_t [][256], int, int);
335 braid(crc_braid_table, crc_braid_big_table, N, W);
394 /* write out braid tables for each value of N */
400 /* compute braid tables for this N and 64-bit word_t */
401 braid(ltl, big, n, 8);
403 /* write out braid tables for 64-bit z_word_t to crc32.h */
426 /* compute braid tables for this N and 32-bit word_t */
427 braid(ltl, big, n, 4);
429 /* write out braid tables for 32-bit z_word_t to crc32.h */
527 braid tables for the given n and z_word_t
530 local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) {
676 or post conditioning. This is used to combine the CRCs of each braid.
759 /* Initialize the CRC for each braid. */
778 Process the first blks-1 blocks, computing the CRCs on each braid
782 /* Load the word for each braid into registers. */
881 /* Initialize the CRC for each braid. */
900 Process the first blks-1 blocks, computing the CRCs on each braid
904 /* Load the word for each braid into registers. */