Searched refs:codings (Results 1 – 1 of 1) sorted by relevance
347 static const char codings[] = { variable355 static const int number_of_codings = sizeof (codings) / sizeof (char);387 decodings[codings[i] & 255] = i; in crc32()409 res[x] = codings[value % number_of_codings]; in encode_32()426 res[x] = codings[value % number_of_codings]; in encode_16()