Searched defs:x2 (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/
H A Dnewfs_msdos.c271 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local
577 x2 = howmany((RESFTE + MIN(x, maxcls(fat))) * (fat / BPN),
580 bpb.bspf = x2;
587 if (bpb.bspf < x2)
/system/core/libpixelflinger/
H A Dtrap.cpp518 int32_t x2 = v2[0]; local
524 int32_t dx20 = x2 - x0;
533 dx20 = x2 - x0;
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;
556 int32_t ey2 = dy20 * (x2 - mx) - dx20 * (y2 - my);

Completed in 46 milliseconds