OpenGrok
Cross Reference: ieee.c
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
bfd
/
ieee.c
Home
|
History
|
Annotate
|
Download
|
only in
bfd
Lines Matching
defs:c2
181
unsigned char
c2
= this_byte_and_next (ieee);
183
return (c1 << 8) |
c2
;