Lines Matching defs:braid
41 running sparse CRCs are calculated respectively on each braid, at these
206 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 */
532 Generate the little and big-endian braid tables for the given n and z_word_t
535 local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) {
681 or post conditioning. This is used to combine the CRCs of each braid.
825 /* Initialize the CRC for each braid. */
844 Process the first blks-1 blocks, computing the CRCs on each braid
848 /* Load the word for each braid into registers. */
947 /* Initialize the CRC for each braid. */
966 Process the first blks-1 blocks, computing the CRCs on each braid
970 /* Load the word for each braid into registers. */