Lines Matching defs:big
108 Swap the bytes in a z_word_t to convert between little and big endian. Any
357 z_word_t big[8][256];
373 /* write out big-endian CRC table for 64-bit z_word_t to crc32.h */
386 /* write out big-endian CRC table for 32-bit z_word_t to crc32.h */
406 braid(ltl, big, n, 8);
425 write_table64(out, big[k], 256);
432 braid(ltl, big, n, 4);
451 write_table32hi(out, big[k], 256);
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)
543 big[w - 1 - k][0] = 0;
546 big[w - 1 - k][i] = byte_swap(q);