Home | History | Annotate | Download | only in helgrind

Lines Matching refs:bix

770    Word bix, shft, mask, prep;
772 bix = ix >> 2;
776 arr[bix] = (arr[bix] & ~mask) | prep;
781 Word bix, shft;
783 bix = ix >> 2;
785 return (arr[bix] >> shft) & 3;