Home
last modified time | relevance | path

Searched refs:byte_pos (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/liblzma/simple/
H A Dia64.c39 const size_t byte_pos = (bit_pos >> 3); in ia64_code() local
45 buffer[i + j + byte_pos]) in ia64_code()
77 buffer[i + j + byte_pos] = (uint8_t)( in ia64_code()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c3625 poly_uint64 subreg_end, trailing_bytes, byte_pos; in subreg_size_lsb() local
3638 byte_pos = trailing_bytes; in subreg_size_lsb()
3640 byte_pos = subreg_byte; in subreg_size_lsb()
3656 byte_pos = trailing_word_part + (subreg_byte - leading_word_part); in subreg_size_lsb()
3658 byte_pos = leading_word_part + (trailing_bytes - trailing_word_part); in subreg_size_lsb()
3661 return byte_pos * BITS_PER_UNIT; in subreg_size_lsb()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc9016 tree byte_pos = byte_position (fld); in native_interpret_aggregate() local
9017 if (!tree_fits_shwi_p (byte_pos)) in native_interpret_aggregate()
9019 pos = tree_to_shwi (byte_pos); in native_interpret_aggregate()