OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_bit
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elfxx-tilegx.c
2665
int
to_bit
= (to + i) % 8;
2666
bfd_byte to_mask = 1 <<
to_bit
;
2668
| ((addr[from_byte] >> from_bit <<
to_bit
) & to_mask);
2662
int
to_bit
= (to + i) % 8;
local
/src/external/gpl3/binutils.old/dist/bfd/
elfxx-tilegx.c
2668
int
to_bit
= (to + i) % 8;
2669
bfd_byte to_mask = 1 <<
to_bit
;
2671
| ((addr[from_byte] >> from_bit <<
to_bit
) & to_mask);
2665
int
to_bit
= (to + i) % 8;
local
/src/external/gpl3/gdb.old/dist/bfd/
elfxx-tilegx.c
2666
int
to_bit
= (to + i) % 8;
2667
bfd_byte to_mask = 1 <<
to_bit
;
2669
| ((addr[from_byte] >> from_bit <<
to_bit
) & to_mask);
2663
int
to_bit
= (to + i) % 8;
local
/src/external/gpl3/gdb/dist/bfd/
elfxx-tilegx.c
2668
int
to_bit
= (to + i) % 8;
2669
bfd_byte to_mask = 1 <<
to_bit
;
2671
| ((addr[from_byte] >> from_bit <<
to_bit
) & to_mask);
2665
int
to_bit
= (to + i) % 8;
local
Completed in 24 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026