Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/unxz/
Dxz_dec_bcj.c210 uint32_t byte_pos; in bcj_ia64() local
231 byte_pos = bit_pos >> 3; in bcj_ia64()
235 instr |= (uint64_t)(buf[i + j + byte_pos]) in bcj_ia64()
257 buf[i + j + byte_pos] in bcj_ia64()