Lines Matching full:prep
996 Word bix, shft, mask, prep;1001 prep = b2 << shft;1002 arr[bix] = (arr[bix] & ~mask) | prep;