Lines Matching defs:x1
271 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2;
569 x1 = bpb.res + rds;
571 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
573 x1 += x * bpb.nft;
574 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB /
580 x1 += (bpb.bspf - 1) * bpb.nft;
582 cls = (bpb.bsec - x1) / bpb.spc;
594 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1;
640 x1 = sizeof(struct bs);
641 bsbpb = (struct bsbpb *)(img + x1);
654 x1 += sizeof(struct bsbpb);
656 bsxbpb = (struct bsxbpb *)(img + x1);
663 x1 += sizeof(struct bsxbpb);
665 bsx = (struct bsx *)(img + x1);
682 x1 += sizeof(struct bsx);
685 mk1(bs->jmp[1], x1 - 2);
689 memcpy(img + x1, bootcode, sizeof(bootcode));