Home
last modified time | relevance | path

Searched refs:xoff (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfstrcmp.c172 diag (int xoff, int xlim, int yoff, int ylim, int minimal, in diag() argument
179 const int dmin = xoff - ylim; /* Minimum valid diagonal. */ in diag()
181 const int fmid = xoff - yoff; /* Center diagonal of top-down search. */ in diag()
194 fd[fmid] = xoff; in diag()
269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag()
312 v = (x - xoff) * 2 - dd; in diag()
320 xoff + SNAKE_LIMIT <= x in diag()
367 if (v > best && xoff < x && x <= xlim - SNAKE_LIMIT && in diag()
437 x = xoff > bd[d] ? xoff : bd[d]; in diag()
452 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff)) in diag()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dfstrcmp.c172 diag (int xoff, int xlim, int yoff, int ylim, int minimal, in diag() argument
179 const int dmin = xoff - ylim; /* Minimum valid diagonal. */ in diag()
181 const int fmid = xoff - yoff; /* Center diagonal of top-down search. */ in diag()
194 fd[fmid] = xoff; in diag()
269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag()
312 v = (x - xoff) * 2 - dd; in diag()
320 xoff + SNAKE_LIMIT <= x in diag()
367 if (v > best && xoff < x && x <= xlim - SNAKE_LIMIT && in diag()
437 x = xoff > bd[d] ? xoff : bd[d]; in diag()
452 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff)) in diag()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfstrcmp.c172 diag (int xoff, int xlim, int yoff, int ylim, int minimal, in diag() argument
179 const int dmin = xoff - ylim; /* Minimum valid diagonal. */ in diag()
181 const int fmid = xoff - yoff; /* Center diagonal of top-down search. */ in diag()
194 fd[fmid] = xoff; in diag()
269 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag()
312 v = (x - xoff) * 2 - dd; in diag()
320 xoff + SNAKE_LIMIT <= x in diag()
367 if (v > best && xoff < x && x <= xlim - SNAKE_LIMIT && in diag()
437 x = xoff > bd[d] ? xoff : bd[d]; in diag()
452 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff)) in diag()
[all …]
/netbsd-src/external/bsd/tmux/dist/
H A Dcmd-rotate-window.c53 u_int sx, sy, xoff, yoff; in cmd_rotate_window_exec() local
63 xoff = wp->xoff; yoff = wp->yoff; in cmd_rotate_window_exec()
71 wp->xoff = wp2->xoff; wp->yoff = wp2->yoff; in cmd_rotate_window_exec()
77 wp->xoff = xoff; wp->yoff = yoff; in cmd_rotate_window_exec()
88 xoff = wp->xoff; yoff = wp->yoff; in cmd_rotate_window_exec()
96 wp->xoff = wp2->xoff; wp->yoff = wp2->yoff; in cmd_rotate_window_exec()
102 wp->xoff = xoff; wp->yoff = yoff; in cmd_rotate_window_exec()
H A Dlayout.c64 lc->xoff = UINT_MAX; in layout_create_cell()
116 " ", lc, type, lc->parent, lc->wp, lc->xoff, lc->yoff, lc->sx, in layout_print_cell()
135 if (x >= lcchild->xoff && x < lcchild->xoff + lcchild->sx && in layout_search_by_border()
148 if (x < lcchild->xoff && x >= last->xoff + last->sx) in layout_search_by_border()
166 layout_set_size(struct layout_cell *lc, u_int sx, u_int sy, u_int xoff, in layout_set_size() argument
172 lc->xoff = xoff; in layout_set_size()
206 u_int xoff, yoff; in layout_fix_offsets1() local
209 xoff = lc->xoff; in layout_fix_offsets1()
211 lcchild->xoff = xoff; in layout_fix_offsets1()
215 xoff += lcchild->sx + 1; in layout_fix_offsets1()
[all …]
H A Dcmd-swap-pane.c54 u_int sx, sy, xoff, yoff; in cmd_swap_pane_exec() local
110 xoff = src_wp->xoff; yoff = src_wp->yoff; in cmd_swap_pane_exec()
111 src_wp->xoff = dst_wp->xoff; src_wp->yoff = dst_wp->yoff; in cmd_swap_pane_exec()
113 dst_wp->xoff = xoff; dst_wp->yoff = yoff; in cmd_swap_pane_exec()
/netbsd-src/sys/dev/splash/
H A Dsplash.c180 int xoff, yoff, width, height, comp; in splash_render() local
208 xoff = (si->si_width - width) / 2; in splash_render()
211 xoff = yoff = 0; in splash_render()
216 splash_render8(si, data, xoff, yoff, width, height, flg); in splash_render()
221 splash_render16(si, data, xoff, yoff, width, height, flg); in splash_render()
226 splash_render32(si, data, xoff, yoff, width, height, flg); in splash_render()
244 splash_render8(struct splash_info *si, const char *data, int xoff, int yoff, in splash_render8() argument
261 fb += xoff + yoff * si->si_stride; in splash_render8()
293 rp = si->si_bits + xoff + (yoff * si->si_width); in splash_render8()
294 hrp = si->si_hwbits + xoff + (yoff * si->si_width); in splash_render8()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Danalyze.c98 diag (xoff, xlim, yoff, ylim, minimal, part) in diag() argument
99 int xoff, xlim, yoff, ylim, minimal; in diag()
106 int const dmin = xoff - ylim; /* Minimum valid diagonal. */
108 int const fmid = xoff - yoff; /* Center diagonal of top-down search. */
116 fd[fmid] = xoff;
164 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1])
199 int v = (x - xoff) * 2 - dd;
203 && xoff + SNAKE_LIMIT <= x && x < xlim
238 && xoff < x && x <= xlim - SNAKE_LIMIT
292 int x = max (xoff, bd[d]);
[all …]
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Danalyze.c97 diag (lin xoff, lin xlim, lin yoff, lin ylim, bool find_minimal, in diag() argument
104 lin const dmin = xoff - ylim; /* Minimum valid diagonal. */ in diag()
106 lin const fmid = xoff - yoff; /* Center diagonal of top-down search. */ in diag()
114 fd[fmid] = xoff; in diag()
162 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag()
197 lin v = (x - xoff) * 2 - dd; in diag()
201 && xoff + SNAKE_LIMIT <= x && x < xlim in diag()
236 && xoff < x && x <= xlim - SNAKE_LIMIT in diag()
290 lin x = MAX (xoff, bd[d]); in diag()
302 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff)) in diag()
[all …]
/netbsd-src/games/warp/
H A Dinit.c46 int yoff = 0, xoff = 0, ypred, xpred; in initialize() local
196 xoff = rand_mod(XSIZE); in initialize()
217 xoff = rand_mod(XSIZE); /* how much to shift x */ in initialize()
240 xoff = rand_mod(XSIZE); in initialize()
251 * 20.0) + xoff; /* pick from -20..20, clumped */ in initialize()
256 x = xpred + xoff; in initialize()
261 x = -xpred + xoff; in initialize()
/netbsd-src/sys/arch/newsmips/dev/
H A Dfb.c286 int width, height, stride, xoff, yoff, cols, rows; in fb_common_init() local
334 xoff = ((width - cols * ri->ri_font->fontwidth) / 2 / 8) & ~3; in fb_common_init()
338 ri->ri_xorigin = xoff; in fb_common_init()
340 ri->ri_bits = dc->dc_fbbase + xoff + ri->ri_stride * yoff; in fb_common_init()
/netbsd-src/sys/arch/amiga/dev/
H A Dgrf_rhreg.h166 "C" void RZ3SetPanning (unsigned short xoff, unsigned short yoff);
356 void RZ3SetPanning(unsigned short xoff, unsigned short yoff);
359 * Moves the logical coordinate (xoff, yoff) to the upper left corner
696 short unsigned int xoff, short unsigned int yoff);
H A Dgrf_rh.c586 RZ3SetPanning(struct grf_softc *gp, unsigned short xoff, unsigned short yoff) in RZ3SetPanning() argument
593 gi->gd_fbx = xoff; in RZ3SetPanning()
596 if (md->DEP > 8 && md->DEP <= 16) xoff *= 2; in RZ3SetPanning()
597 else if (md->DEP > 16) xoff *= 3; in RZ3SetPanning()
600 WAttr(ba, ACT_ID_HOR_PEL_PANNING, (unsigned char)((xoff << 1) & 0x07)); in RZ3SetPanning()
605 off = ((yoff * md->TX)/ 4) + (xoff >> 2); in RZ3SetPanning()
607 off = ((yoff * md->TX * 2)/ 4) + (xoff >> 2); in RZ3SetPanning()
609 off = ((yoff * md->TX * 3)/ 4) + (xoff >> 2); in RZ3SetPanning()
H A Dgrf_cv3d.c1700 short xoff, yoff; in cv3d_setspritepos() local
1714 xoff = ((-x) & 0xFE); in cv3d_setspritepos()
1717 xoff = 0; in cv3d_setspritepos()
1731 WCrt(ba, CRT_ID_HWGC_DSTART_X, xoff); in cv3d_setspritepos()
H A Dgrf_cv.c1837 short xoff, yoff; in cv_setspritepos() local
1851 xoff = ((-x) & 0xFE); in cv_setspritepos()
1854 xoff = 0; in cv_setspritepos()
1868 WCrt(ba, CRT_ID_HWGC_DSTART_X, xoff); in cv_setspritepos()
/netbsd-src/sys/dev/hpc/
H A Dhpcfb.c939 int xoff, yoff; in hpcfb_cursor_raw() local
956 xoff = col * ri->ri_font->fontwidth; in hpcfb_cursor_raw()
961 on, xoff, yoff, curwidth, curheight); in hpcfb_cursor_raw()
1023 int xoff; in hpcfb_putchar() local
1048 xoff = col * ri->ri_font->fontwidth; in hpcfb_putchar()
1053 xoff, yoff, font, fclr, uclr, uc, attr); in hpcfb_putchar()
1174 int xoff, yoff; in hpcfb_erasecols() local
1194 xoff = startcol * ri->ri_font->fontwidth; in hpcfb_erasecols()
1199 xoff, yoff, height, width, attr); in hpcfb_erasecols()
/netbsd-src/sys/dev/rasops/
H A Drasops.c453 uint32_t xoff, yoff; in rasops_reconfig() local
455 xoff = ((ri->ri_width * bpp >> 3) - ri->ri_emustride) >> 1; in rasops_reconfig()
460 xoff &= ~3; in rasops_reconfig()
465 xoff -= xoff % 12; in rasops_reconfig()
471 ri->ri_bits += xoff; in rasops_reconfig()
474 ri->ri_hwbits += xoff; in rasops_reconfig()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcselib.c137 rtx xoff = NULL; in equal() local
138 if (autoinc_split (x, &xoff, memmode) == v->val_rtx && xoff == NULL_RTX) in equal()
991 rtx xoff = NULL; in rtx_equal_for_cselib_1() local
992 rtx xr = autoinc_split (x, &xoff, memmode); in rtx_equal_for_cselib_1()
993 if ((xr == y || xr == e->val_rtx) && xoff == NULL_RTX) in rtx_equal_for_cselib_1()
1023 rtx xoff = NULL, yoff = NULL; in rtx_equal_for_cselib_1() local
1025 x = autoinc_split (x, &xoff, memmode); in rtx_equal_for_cselib_1()
1031 if (!xoff != !yoff) in rtx_equal_for_cselib_1()
1034 if (xoff && !rtx_equal_for_cselib_1 (xoff, yoff, memmode, depth)) in rtx_equal_for_cselib_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcselib.cc138 rtx xoff = NULL; in equal() local
139 if (autoinc_split (x, &xoff, memmode) == v->val_rtx && xoff == NULL_RTX) in equal()
992 rtx xoff = NULL; in rtx_equal_for_cselib_1() local
993 rtx xr = autoinc_split (x, &xoff, memmode); in rtx_equal_for_cselib_1()
994 if ((xr == y || xr == e->val_rtx) && xoff == NULL_RTX) in rtx_equal_for_cselib_1()
1024 rtx xoff = NULL, yoff = NULL; in rtx_equal_for_cselib_1() local
1026 x = autoinc_split (x, &xoff, memmode); in rtx_equal_for_cselib_1()
1032 if (!xoff != !yoff) in rtx_equal_for_cselib_1()
1035 if (xoff && !rtx_equal_for_cselib_1 (xoff, yoff, memmode, depth)) in rtx_equal_for_cselib_1()
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_debe.c407 u_int yoff, xoff; in sunxi_debe_set_curpos() local
409 xoff = yoff = 0; in sunxi_debe_set_curpos()
413 xoff -= xx; in sunxi_debe_set_curpos()
434 __SHIFTIN(xoff, SUNXI_DEBE_HWCFBCTL_XCOOROFF)); in sunxi_debe_set_curpos()
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchi/connections/
H A Dconnection.h185 … (*VCHI_CONNECTION_FLOW_CONTROL)(VCHI_CONNECTION_STATE_T *state, int32_t service_id, int32_t xoff);
/netbsd-src/sys/dev/ic/
H A Digsfb.c862 int x, xoff, y, yoff; in igsfb_update_curpos() local
864 xoff = 0; in igsfb_update_curpos()
867 xoff = -x; in igsfb_update_curpos()
883 igs_ext_write(t, h, IGS_EXT_SPRITE_HPRESET, xoff & 0x3f); in igsfb_update_curpos()
/netbsd-src/sys/dev/pci/
H A Dradeonfb.c4093 int i, x, y, xoff, yoff, crtcoff, lock; in radeonfb_cursor_position() local
4151 xoff = yoff = 0; in radeonfb_cursor_position()
4168 xoff = -x; in radeonfb_cursor_position()
4183 PUT32(sc, hvoff, (xoff << 16) | (yoff) | lock); in radeonfb_cursor_position()
/netbsd-src/share/terminfo/
H A Dterminfo518 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
677 # shouldn't hurt since xon/xoff is assumed.
2443 # recommended that xon/xoff be enabled, as this is assumed here.
9958 # exact padding. Since the terminal uses xoff/xon this is intended
12663 # The xon-xoff handshaking can't be disabled while in ANSI personality, so
16132 # clear eol use xon/xoff so they probably won't work very well.
16144 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff)
18413 #ctrl-N Disable xon/xoff to host
18414 #ctrl-O Enable xon/xoff to host
19151 # since Sytek insists ^S means xoff.
[all …]