Home | History | Annotate | Download | only in helgrind

Lines Matching defs:prep

771    Word bix, shft, mask, prep;
776 prep = b2 << shft;
777 arr[bix] = (arr[bix] & ~mask) | prep;