Searched defs:x1 (Results 1 - 3 of 3) sorted by relevance

/system/core/toolbox/
H A Dnewfs_msdos.c271 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local
570 x1 = bpb.res + rds;
572 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
574 x1 += x * bpb.nft;
575 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB /
581 x1 += (bpb.bspf - 1) * bpb.nft;
583 cls = (bpb.bsec - x1) / bpb.spc;
595 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1;
641 x1 = sizeof(struct bs);
642 bsbpb = (struct bsbpb *)(img + x1);
[all...]
/system/core/libpixelflinger/
H A Dscanline.cpp630 const int x1 = c->iterators.xr; local
631 int xc = x1 - xs;
1894 const uint32_t x1 = c->iterators.xr; local
1895 const uint32_t xc = x1 - xs;
1985 const uint32_t x1 = c->iterators.xr; local
1986 const uint32_t xc = x1 - xs;
H A Dtrap.cpp516 int32_t x1 = v1[0]; local
521 int32_t dx01 = x0 - x1;
529 swap(x0, x1);
531 dx01 = x0 - x1;
536 int32_t dx12 = x1 - x2;
540 const int32_t bminx = TRI_FLOOR(min(x0, x1, x2)) >> TRI_FRACTION_BITS;
542 const int32_t bmaxx = TRI_CEIL( max(x0, x1, x2)) >> TRI_FRACTION_BITS;
555 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my);
694 const int x1 = top[0]; local
695 const int dx = bot[0] - x1;
880 const int x1 = top[0]; local
[all...]

Completed in 12 milliseconds