Home
last modified time | relevance | path

Searched refs:start_x (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp208 uptr start_x = reinterpret_cast<uptr>(x); in DescribeMemoryRange() local
211 reinterpret_cast<void *>(start_x), in DescribeMemoryRange()
212 reinterpret_cast<void *>(start_x + end - start), end - start); in DescribeMemoryRange()
219 reinterpret_cast<void *>(start_x - start + s)); in DescribeMemoryRange()
/freebsd/sys/dev/atkbdc/
H A Dpsm.c262 int start_x; member
3794 int start_x, start_y; local
3871 start_x = x0;
3875 start_x = smoother->start_x;
3897 if (right_x > 0 && start_x > right_x && y_ok)
3900 else if (center_x > 0 && start_x > center_x && y_ok)
3939 dxp = abs(x0 - start_x);
3968 start_x <= vscroll_ver_area) ||
3970 start_x >=
4004 smoother->start_x);
[all …]