Searched refs:offset_mask (Results 1 – 1 of 1) sorted by relevance
274 const uint32_t offset_mask = (1 << 12) - 1; in encoding3() local276 uint32_t offset = encoding & offset_mask; in encoding3()278 return (encoding & ~offset_mask) | ((offset & 0xf0) << 4) | (offset & 0xf); in encoding3()286 const uint32_t offset_mask = (1 << 12) - 1; in vencoding() local288 uint32_t offset = encoding & offset_mask; in vencoding()