Home
last modified time | relevance | path

Searched refs:coords (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/hid/
H A Dbcm5974.c165 uint32_t coords; /* not struct directly due to endian conversion */ member
824 int coords; in bcm5974_intr() local
849 coords = (int)le32toh(fc->coords); in bcm5974_intr()
856 i, ibt, ntouch, coords << 19 >> 19, in bcm5974_intr()
857 coords << 6 >> 19, (u_int)coords >> 30, in bcm5974_intr()
864 .x = coords << 19 >> 19, in bcm5974_intr()
866 ((coords << 6) >> 19), in bcm5974_intr()
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dstructntlm__type2__coll__graph.map1 <area shape="rect" href="$structntlm__buf.html" title="ntlm_buf" alt="" coords="12,5,87,32">
H A Dstructntlm__type3__coll__graph.map1 <area shape="rect" href="$structntlm__buf.html" title="ntlm_buf" alt="" coords="12,5,87,32">
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl620 function ratfn_equal_deviation(f::Function, coords::Array{BigFloat},
623 @debug("equaldev", "n=", n, " d=", d, " coords=", repr(coords))
624 @assert(length(coords) == n+d+2)
643 x = coords[i]
697 x = coords[i]
721 x = coords[n+d+2]
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js2186 coords, translate, newSize, border;
2230 coords = this._calculateTip(mimic);
2272 context.moveTo(coords[0], coords[1]);
2273 context.lineTo(coords[2], coords[3]);
2274 context.lineTo(coords[4], coords[5]);
2294 coords = 'm' + coords[0] + ',' + coords[1] + ' l' + coords[2] + property
2295 ',' + coords[3] + ' ' + coords[4] + ',' + coords[5] + ' xe';
2316 path: coords,
/freebsd/share/examples/bootforth/
H A Dscreen.4th21 : at-xy ( x y -- ) \ move cursor to x rows, y cols (1-based coords)
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1153 unsigned coords[2]; in decode_xterm_1005() local
1156 coords[0] = 0; in decode_xterm_1005()
1157 coords[1] = 0; in decode_xterm_1005()
1182 rc = _nc_conv_to_utf32(&coords[n], kbuf + check, (unsigned) in decode_xterm_1005()
1203 eventp->x = (int) (coords[0] - ' ') - 1; in decode_xterm_1005()
1204 eventp->y = (int) (coords[1] - ' ') - 1; in decode_xterm_1005()
/freebsd/stand/forth/
H A Dscreen.4th44 \ move cursor to x rows, y cols (1-based coords) ( Esc-[%d;%dH )
/freebsd/tools/sched/
H A Dschedgraph.py1131 (x0, y0, x1, y1) = self.coords(line)
1209 (x0, y0, x1, y1) = self.coords(line)
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in514 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */