OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lowbyte
(Results
1 - 5
of
5
) sorted by relevancy
/src/distrib/acorn32/
mksparkive.sh
66
lowbyte
=$(expr $1 % 256 | xargs printf %02x)
68
printf "\x$
lowbyte
\x$highbyte"
/src/external/gpl3/binutils/dist/gas/config/
tc-sh.c
3074
int
lowbyte
= target_big_endian ? 1 : 0;
3093
buffer[
lowbyte
+ 2] = 0;
3106
buffer[
lowbyte
+ 4] = 0x9;
3398
int
lowbyte
= target_big_endian ? 1 : 0;
3467
buf[
lowbyte
] = val & 0xff;
3473
buf[
lowbyte
] = (val >> 1) & 0xff;
3479
buf[
lowbyte
] = (val >> 2) & 0xff;
3485
buf[
lowbyte
] = (val >> 3) & 0xff;
3582
buf[
lowbyte
] = val;
3589
buf[
lowbyte
] = val
3070
int
lowbyte
= target_big_endian ? 1 : 0;
local
3394
int
lowbyte
= target_big_endian ? 1 : 0;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c
3074
int
lowbyte
= target_big_endian ? 1 : 0;
3093
buffer[
lowbyte
+ 2] = 0;
3106
buffer[
lowbyte
+ 4] = 0x9;
3398
int
lowbyte
= target_big_endian ? 1 : 0;
3467
buf[
lowbyte
] = val & 0xff;
3473
buf[
lowbyte
] = (val >> 1) & 0xff;
3479
buf[
lowbyte
] = (val >> 2) & 0xff;
3485
buf[
lowbyte
] = (val >> 3) & 0xff;
3582
buf[
lowbyte
] = val;
3589
buf[
lowbyte
] = val
3070
int
lowbyte
= target_big_endian ? 1 : 0;
local
3394
int
lowbyte
= target_big_endian ? 1 : 0;
local
[
all
...]
/src/external/gpl3/binutils/dist/opcodes/
arc-dis.c
962
unsigned int highbyte,
lowbyte
;
local
986
lowbyte
= info->endian == BFD_ENDIAN_LITTLE ? 0 : 1;
1073
insn_len = arc_insn_length (buffer[highbyte], buffer[
lowbyte
], info);
1084
insn = (buffer[highbyte] << 8) | buffer[
lowbyte
];
1110
| ((unsigned long long) buffer[
lowbyte
] << 32);
/src/external/gpl3/binutils.old/dist/opcodes/
arc-dis.c
963
unsigned int highbyte,
lowbyte
;
local
987
lowbyte
= info->endian == BFD_ENDIAN_LITTLE ? 0 : 1;
1074
insn_len = arc_insn_length (buffer[highbyte], buffer[
lowbyte
], info);
1085
insn = (buffer[highbyte] << 8) | buffer[
lowbyte
];
1111
| ((unsigned long long) buffer[
lowbyte
] << 32);
Completed in 41 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026