Searched defs:byte_pos (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_bcj.c214 uint32_t byte_pos; local
235 byte_pos = bit_pos >> 3;
239 instr |= (uint64_t)(buf[i + j + byte_pos])
261 buf[i + j + byte_pos]

Completed in 16 milliseconds