Home | History | Annotate | Download | only in helgrind

Lines Matching refs:shft

770    Word bix, shft, mask, prep;
773 shft = 2 * (ix & 3); /* 0, 2, 4 or 6 */
774 mask = 3 << shft;
775 prep = b2 << shft;
781 Word bix, shft;
784 shft = 2 * (ix & 3); /* 0, 2, 4 or 6 */
785 return (arr[bix] >> shft) & 3;