OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetbits
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar.c
2943
static const unsigned char
offsetbits
[] =
local
2951
(int)(sizeof(
offsetbits
)/sizeof(
offsetbits
[0]))
3077
if(
offsetbits
[offssymbol] > 0)
3081
if(
offsetbits
[offssymbol] > 4) {
3082
if (!rar_br_read_ahead(a, br,
offsetbits
[offssymbol] - 4))
3084
offs += rar_br_bits(br,
offsetbits
[offssymbol] - 4) << 4;
3085
rar_br_consume(br,
offsetbits
[offssymbol] - 4);
3111
if (!rar_br_read_ahead(a, br,
offsetbits
[offssymbol]))
3113
offs += rar_br_bits(br,
offsetbits
[offssymbol])
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-rl78.c
108
rl78_fixup (expressionS exp, int
offsetbits
, int nbits, int type)
111
rl78_bytes.fixups[rl78_bytes.n_fixups].offset =
offsetbits
;
tc-rx.c
809
rx_fixup (expressionS exp, int
offsetbits
, int nbits, int type)
812
rx_bytes.fixups[rx_bytes.n_fixups].offset =
offsetbits
;
tc-arm.c
20498
unsigned
offsetbits
= inst.operands[1].imm * 2;
20518
inst.instruction |=
offsetbits
;
20493
unsigned
offsetbits
= inst.operands[1].imm * 2;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-rl78.c
108
rl78_fixup (expressionS exp, int
offsetbits
, int nbits, int type)
111
rl78_bytes.fixups[rl78_bytes.n_fixups].offset =
offsetbits
;
tc-rx.c
809
rx_fixup (expressionS exp, int
offsetbits
, int nbits, int type)
812
rx_bytes.fixups[rx_bytes.n_fixups].offset =
offsetbits
;
tc-arm.c
20501
unsigned
offsetbits
= inst.operands[1].imm * 2;
20521
inst.instruction |=
offsetbits
;
20496
unsigned
offsetbits
= inst.operands[1].imm * 2;
local
/src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc
1606
int
offsetbits
= (TARGET_RDNA2_PLUS ? 11 : 12);
local
1608
&& INTVAL (offset) >= -(1 <<
offsetbits
)
1609
&& INTVAL (offset) < (1 <<
offsetbits
));
1739
int
offsetbits
= (TARGET_RDNA2_PLUS ? 11 : 12);
local
1742
&& INTVAL (offset) >= -(1 <<
offsetbits
)
1743
&& INTVAL (offset) < (1 <<
offsetbits
)
Completed in 115 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026