Lines Matching defs:braid
35 running sparse CRCs are calculated respectively on each braid, at these
202 local void braid(z_crc_t [][256], z_word_t [][256], int, int);
340 braid(crc_braid_table, crc_braid_big_table, N, W);
399 /* write out braid tables for each value of N */
405 /* compute braid tables for this N and 64-bit word_t */
406 braid(ltl, big, n, 8);
408 /* write out braid tables for 64-bit z_word_t to crc32.h */
431 /* compute braid tables for this N and 32-bit word_t */
432 braid(ltl, big, n, 4);
434 /* write out braid tables for 32-bit z_word_t to crc32.h */
533 Generate the little and big-endian braid tables for the given n and z_word_t
536 local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w)
683 or post conditioning. This is used to combine the CRCs of each braid.
768 /* Initialize the CRC for each braid. */
787 Process the first blks-1 blocks, computing the CRCs on each braid
791 /* Load the word for each braid into registers. */
890 /* Initialize the CRC for each braid. */
909 Process the first blks-1 blocks, computing the CRCs on each braid
913 /* Load the word for each braid into registers. */