OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:move_size
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lz/
lz_encoder.c
56
const size_t
move_size
= mf->write_pos - move_offset;
local
58
assert(move_offset +
move_size
<= mf->size);
60
memmove(mf->buffer, mf->buffer + move_offset,
move_size
);
/src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc
9736
int
move_size
, offset, size;
9755
move_size
= GET_MODE_SIZE (move_mode);
9757
offset = (num >> 3) /
move_size
;
9759
size = GET_MODE_SIZE (mode) /
move_size
;
9791
mode, from *
move_size
);
9793
mode, to *
move_size
);
/src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc
10857
int
move_size
= GET_MODE_SIZE (move_mode);
10859
int offset = (num >> 3) /
move_size
;
10861
int size = GET_MODE_SIZE (mode) /
move_size
;
10893
mode, from *
move_size
);
10895
mode, to *
move_size
);
Completed in 27 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026