Lines Matching defs:bytes
4009 int bytes;
4015 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
4018 if (bytes & 1)
4021 bytes--;
4024 if (bytes & 2)
4034 bytes -= 2;
4037 while (bytes >= 4)
4041 bytes -= 4;
4044 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
4045 fragp->fr_fix += bytes;
5422 if (-(0x100) <= offset && offset < 0x100) /* 256 bytes */
5424 else if (-(0x4000) <= offset && offset < 0x4000) /* 16K bytes */
5426 else if (-(0x10000) <= offset && offset < 0x10000) /* 64K bytes */
5428 else if (-(0x1000000) <= offset && offset < 0x1000000) /* 16M bytes */
5430 else /* 4G bytes */
5708 *FRAGP has been relaxed to its final size, and now needs to have the bytes