Lines Matching defs:bytes
865 /* Check to see if this bundle is at an offset that is a multiple of 8-bytes
1115 the frags/bytes it assembles to. */
1204 of type TYPE, and emit the appropriate bytes. The number of
1627 int bytes, fix;
1633 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
1644 if ((bytes & (TILEPRO_BUNDLE_SIZE_IN_BYTES - 1)) != 0)
1646 fix = bytes & (TILEPRO_BUNDLE_SIZE_IN_BYTES - 1);
1649 bytes -= fix;