Home | History | Annotate | Download | only in helgrind

Lines Matching defs:shft

996    Word bix, shft, mask, prep;
999 shft = 2 * (ix & 3); /* 0, 2, 4 or 6 */
1000 mask = 3 << shft;
1001 prep = b2 << shft;
1007 Word bix, shft;
1010 shft = 2 * (ix & 3); /* 0, 2, 4 or 6 */
1011 return (arr[bix] >> shft) & 3;