OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_byte
(Results
1 - 2
of
2
) sorted by null
/external/ltrace/sysdeps/linux-gnu/ia64/
breakpoint.c
38
int
to_byte
= to / 8;
local
45
if (from_byte ==
to_byte
)
50
for (i = from_byte + 1; i <
to_byte
; i++) {
55
if (from_byte <
to_byte
&& (to % 8 != 0)) {
56
c = b[
to_byte
];
69
int
to_byte
= to / 8;
local
73
if (from_byte ==
to_byte
) {
92
for (i = from_byte + 1; i <
to_byte
; i++) {
100
c = b[
to_byte
];
104
b[
to_byte
] = c
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elfxx-tilegx.c
2975
int
to_byte
= (to + i) \/ 8;
local
[
all
...]
Completed in 87 milliseconds