Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-evax.c355 static const int number_of_codings = sizeof (codings) / sizeof (char); variable
386 for (i = 0; i < number_of_codings; i++) in crc32()
409 res[x] = codings[value % number_of_codings]; in encode_32()
410 value = value / number_of_codings; in encode_32()
426 res[x] = codings[value % number_of_codings]; in encode_16()
427 value = value / number_of_codings; in encode_16()
438 return decodings[(int) string[2]] * number_of_codings * number_of_codings in decode_16()
439 + decodings[(int) string[1]] * number_of_codings in decode_16()