Searched refs:zshift (Results 1 – 1 of 1) sorted by relevance
179 #define zshift(x) (8 * (8-(x))) macro209 << zshift(nbytes + off))/* zero upper bytes */ in read_low_bytes()210 >> zshift(nbytes); /* place at bottom */ in read_low_bytes()245 << zshift(xbytes)) in read_extra_bytes()246 >> zshift(xbytes+pbuf->carry_bytes); in read_extra_bytes()271 pbuf->carry.val64 = (pbuf->carry.val64 << zshift(remaining)) in zero_extra_bytes()272 >> zshift(remaining); in zero_extra_bytes()297 pbuf->carry.val64 = new >> zshift(pbuf->carry_bytes); in merge_write8()