Home
last modified time | relevance | path

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

/src/contrib/xz/src/liblzma/simple/
H A Dia64.c40 const size_t byte_pos = (bit_pos >> 3); in ia64_code() local
46 buffer[i + j + byte_pos]) in ia64_code()
78 buffer[i + j + byte_pos] = (uint8_t)( in ia64_code()
/src/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_bcj.c207 uint32_t byte_pos; in bcj_ia64() local
228 byte_pos = bit_pos >> 3; in bcj_ia64()
232 instr |= (uint64_t)(buf[i + j + byte_pos]) in bcj_ia64()
254 buf[i + j + byte_pos] in bcj_ia64()