Lines Matching defs:bytes
974 /* Check to see if this bundle is at an offset that is a multiple of 8-bytes
1229 frags/bytes it assembles to. */
1329 of type TYPE, and emit the appropriate bytes. The number of
1847 addressT bytes, fix;
1853 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
1864 if ((bytes & (TILEGX_BUNDLE_SIZE_IN_BYTES - 1)) != 0)
1866 fix = bytes & (TILEGX_BUNDLE_SIZE_IN_BYTES - 1);
1869 bytes -= fix;