Home | History | Annotate | Download | only in config

Lines Matching refs:fix

1563 tilepro_fix_adjustable (fixS *fix)
1566 if (S_IS_EXTERNAL (fix->fx_addsy) || S_IS_WEAK (fix->fx_addsy))
1627 int bytes, fix;
1635 fix = 0;
1646 fix = bytes & (TILEPRO_BUNDLE_SIZE_IN_BYTES - 1);
1647 memset (p, 0, fix);
1648 p += fix;
1649 bytes -= fix;
1654 fragp->fr_fix += fix;