Symbol: z_word_t
lib/libz/crc32.c
119
local z_word_t byte_swap(z_word_t word) {
lib/libz/crc32.c
202
local z_word_t FAR crc_big_table[256];
lib/libz/crc32.c
204
local z_word_t FAR crc_braid_big_table[W][256];
lib/libz/crc32.c
205
local void braid(z_crc_t [][256], z_word_t [][256], int, int);
lib/libz/crc32.c
209
local void write_table32hi(FILE *, const z_word_t FAR *, int);
lib/libz/crc32.c
210
local void write_table64(FILE *, const z_word_t FAR *, int);
lib/libz/crc32.c
281
z_word_t big[8][256];
lib/libz/crc32.c
421
local void write_table32hi(FILE *out, const z_word_t FAR *table, int k) {
lib/libz/crc32.c
437
local void write_table64(FILE *out, const z_word_t FAR *table, int k) {
lib/libz/crc32.c
459
local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) {
lib/libz/crc32.c
508
z_word_t crc1, crc2;
lib/libz/crc32.c
509
const z_word_t *word;
lib/libz/crc32.c
510
z_word_t val0, val1, val2;
lib/libz/crc32.c
532
word = (z_word_t const *)buf;
lib/libz/crc32.c
606
local z_crc_t crc_word(z_word_t data) {
lib/libz/crc32.c
613
local z_word_t crc_word_big(z_word_t data) {
lib/libz/crc32.c
640
z_word_t const *words;
lib/libz/crc32.c
653
words = (z_word_t const *)buf;
lib/libz/crc32.c
664
z_word_t word0;
lib/libz/crc32.c
667
z_word_t word1;
lib/libz/crc32.c
670
z_word_t word2;
lib/libz/crc32.c
673
z_word_t word3;
lib/libz/crc32.c
676
z_word_t word4;
lib/libz/crc32.c
679
z_word_t word5;
lib/libz/crc32.c
791
z_word_t crc0, word0, comb;
lib/libz/crc32.c
793
z_word_t crc1, word1;
lib/libz/crc32.c
795
z_word_t crc2, word2;
lib/libz/crc32.c
797
z_word_t crc3, word3;
lib/libz/crc32.c
799
z_word_t crc4, word4;
lib/libz/crc32.c
801
z_word_t crc5, word5;
lib/libz/crc32.h
153
local const z_word_t FAR crc_big_table[] = {
lib/libz/crc32.h
1533
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
2169
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
3071
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
3707
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
4609
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
5245
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
6147
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
63
local const z_word_t FAR crc_big_table[] = {
lib/libz/crc32.h
631
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
6783
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
7685
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
8321
local const z_word_t FAR crc_braid_big_table[][256] = {
lib/libz/crc32.h
9223
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.c
119
local z_word_t byte_swap(z_word_t word) {
sys/lib/libz/crc32.c
202
local z_word_t FAR crc_big_table[256];
sys/lib/libz/crc32.c
204
local z_word_t FAR crc_braid_big_table[W][256];
sys/lib/libz/crc32.c
205
local void braid(z_crc_t [][256], z_word_t [][256], int, int);
sys/lib/libz/crc32.c
209
local void write_table32hi(FILE *, const z_word_t FAR *, int);
sys/lib/libz/crc32.c
210
local void write_table64(FILE *, const z_word_t FAR *, int);
sys/lib/libz/crc32.c
281
z_word_t big[8][256];
sys/lib/libz/crc32.c
421
local void write_table32hi(FILE *out, const z_word_t FAR *table, int k) {
sys/lib/libz/crc32.c
437
local void write_table64(FILE *out, const z_word_t FAR *table, int k) {
sys/lib/libz/crc32.c
459
local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) {
sys/lib/libz/crc32.c
508
z_word_t crc1, crc2;
sys/lib/libz/crc32.c
509
const z_word_t *word;
sys/lib/libz/crc32.c
510
z_word_t val0, val1, val2;
sys/lib/libz/crc32.c
532
word = (z_word_t const *)buf;
sys/lib/libz/crc32.c
606
local z_crc_t crc_word(z_word_t data) {
sys/lib/libz/crc32.c
613
local z_word_t crc_word_big(z_word_t data) {
sys/lib/libz/crc32.c
640
z_word_t const *words;
sys/lib/libz/crc32.c
653
words = (z_word_t const *)buf;
sys/lib/libz/crc32.c
664
z_word_t word0;
sys/lib/libz/crc32.c
667
z_word_t word1;
sys/lib/libz/crc32.c
670
z_word_t word2;
sys/lib/libz/crc32.c
673
z_word_t word3;
sys/lib/libz/crc32.c
676
z_word_t word4;
sys/lib/libz/crc32.c
679
z_word_t word5;
sys/lib/libz/crc32.c
791
z_word_t crc0, word0, comb;
sys/lib/libz/crc32.c
793
z_word_t crc1, word1;
sys/lib/libz/crc32.c
795
z_word_t crc2, word2;
sys/lib/libz/crc32.c
797
z_word_t crc3, word3;
sys/lib/libz/crc32.c
799
z_word_t crc4, word4;
sys/lib/libz/crc32.c
801
z_word_t crc5, word5;
sys/lib/libz/crc32.h
153
local const z_word_t FAR crc_big_table[] = {
sys/lib/libz/crc32.h
1533
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
2169
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
3071
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
3707
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
4609
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
5245
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
6147
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
63
local const z_word_t FAR crc_big_table[] = {
sys/lib/libz/crc32.h
631
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
6783
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
7685
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
8321
local const z_word_t FAR crc_braid_big_table[][256] = {
sys/lib/libz/crc32.h
9223
local const z_word_t FAR crc_braid_big_table[][256] = {