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
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);
[all...]
/system/core/libpixelflinger/
H A Dscanline.cpp496 const int x1 = c->iterators.xr; local
497 int xc = x1 - xs;
1088 const uint32_t x1 = c->iterators.xr; local
1089 const uint32_t xc = x1 - xs;
1179 const uint32_t x1 = c->iterators.xr; local
1180 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 375 milliseconds