OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byte_pos
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/simple/
ia64.c
40
const size_t
byte_pos
= (bit_pos >> 3);
local
46
buffer[i + j +
byte_pos
])
78
buffer[i + j +
byte_pos
] = (uint8_t)(
/src/external/gpl3/gcc/dist/gcc/
rtlanal.cc
3950
poly_uint64 subreg_end, trailing_bytes,
byte_pos
;
3963
byte_pos
= trailing_bytes;
3965
byte_pos
= subreg_byte;
3981
byte_pos
= trailing_word_part + (subreg_byte - leading_word_part);
3983
byte_pos
= leading_word_part + (trailing_bytes - trailing_word_part);
3986
return
byte_pos
* BITS_PER_UNIT;
3925
poly_uint64 subreg_end, trailing_bytes,
byte_pos
;
local
fold-const.cc
9250
tree
byte_pos
= byte_position (fld);
9251
if (!tree_fits_shwi_p (
byte_pos
))
9253
pos = tree_to_shwi (
byte_pos
);
/src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc
3977
poly_uint64 subreg_end, trailing_bytes,
byte_pos
;
3990
byte_pos
= trailing_bytes;
3992
byte_pos
= subreg_byte;
4008
byte_pos
= trailing_word_part + (subreg_byte - leading_word_part);
4010
byte_pos
= leading_word_part + (trailing_bytes - trailing_word_part);
4013
return
byte_pos
* BITS_PER_UNIT;
3952
poly_uint64 subreg_end, trailing_bytes,
byte_pos
;
local
fold-const.cc
9047
tree
byte_pos
= byte_position (fld);
9048
if (!tree_fits_shwi_p (
byte_pos
))
9050
pos = tree_to_shwi (
byte_pos
);
Completed in 42 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026