Searched refs:ulhc_x (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dhardwall.c43 int ulhc_x; /* upper left hand corner x coord */ member in struct:hardwall_info
90 return (x >= r->ulhc_x && x < r->ulhc_x + r->width) &&
104 r->ulhc_x = cpu_x(ulhc);
106 r->width = cpu_x(lrhc) - r->ulhc_x + 1;
132 return a->ulhc_x + a->width > b->ulhc_x && /* A not to the left */
133 b->ulhc_x + b->width > a->ulhc_x && /* B not to the left */
170 if (x == r->ulhc_x)
[all...]

Completed in 88 milliseconds