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

/freebsd-9.3-release/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp33 extern int lastx;
79 | picture is drawn, current position is (lastx, lasty).
332 lastx = xleft; /* was before text, also horizontal is at */
412 | space) given `lastx' and x_destination.
414 | Side Efct: Resets `lastx' to x_destination.
422 printf(" %du", ix - lastx);
423 lastx = ix;
467 if ((dx = px - lastx)) {
469 lastx = px;
495 if ((dx = ix - lastx)) {
[all...]
H A Dmain.cpp116 int lastx; /* point registers for printing elements */ variable
571 lastx = xleft; /* note where we are (upper left */
592 lastx = xleft;
605 lastx = xleft;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_bmap.c3662 xfs_extnum_t lastx; /* last extent index */ local
3678 ep = xfs_iext_bno_to_ext(ifp, bno, &lastx);
3679 if (lastx > 0) {
3680 xfs_bmbt_get_all(xfs_iext_get_ext(ifp, lastx - 1), prevp);
3682 if (lastx < (ifp->if_bytes / (uint)sizeof(xfs_bmbt_rec_t))) {
3686 if (lastx > 0) {
3692 *lastxp = lastx;
4370 xfs_extnum_t lastx; /* last extent used */ local
4386 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got,
4731 xfs_extnum_t lastx; /* las local
5324 xfs_extnum_t lastx; /* last useful extent number */ local
5388 xfs_extnum_t lastx; /* last extent index used */ local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c598 static int lastx, lasty, lastdx, lastdy; local
603 dx = lastx - x;
607 lastx = x, lasty = y;

Completed in 82 milliseconds