Home
last modified time | relevance | path

Searched refs:codings (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-evax.c347 static const char codings[] = { variable
355 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()