OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codings
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
obj-evax.c
347
static const char
codings
[] = {
variable
354
/* The number of
codings
in the above table. */
355
static const int number_of_codings = sizeof (
codings
) / sizeof (char);
387
decodings[
codings
[i] & 255] = i;
409
res[x] =
codings
[value % number_of_codings];
426
res[x] =
codings
[value % number_of_codings];
/prebuilts/go/darwin-x86/src/compress/flate/
gen.go
101
// accept degenerate single-code
codings
. See also
inflate.go
159
// accept degenerate single-code
codings
. See also
/prebuilts/go/linux-x86/src/compress/flate/
gen.go
101
// accept degenerate single-code
codings
. See also
inflate.go
159
// accept degenerate single-code
codings
. See also
Completed in 66 milliseconds