OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:number_of_codings
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
obj-evax.c
355
static const int
number_of_codings
= sizeof (codings) / sizeof (char);
variable
386
for (i = 0; i <
number_of_codings
; i++)
409
res[x] = codings[value %
number_of_codings
];
410
value = value /
number_of_codings
;
426
res[x] = codings[value %
number_of_codings
];
427
value = value /
number_of_codings
;
438
return decodings[(int) string[2]] *
number_of_codings
*
number_of_codings
439
+ decodings[(int) string[1]] *
number_of_codings
Completed in 388 milliseconds