Lines Matching defs:big
108 Swap the bytes in a z_word_t to convert between little and big endian. Any
350 z_word_t big[8][256];
366 /* write out big-endian CRC table for 64-bit z_word_t to crc32.h */
379 /* write out big-endian CRC table for 32-bit z_word_t to crc32.h */
399 braid(ltl, big, n, 8);
418 write_table64(out, big[k], 256);
425 braid(ltl, big, n, 4);
444 write_table32hi(out, big[k], 256);
525 Generate the little and big-endian braid tables for the given n and z_word_t
528 local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) {
534 big[w - 1 - k][0] = 0;
537 big[w - 1 - k][i] = byte_swap(q);