Home
last modified time | relevance | path

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

12345678910>>...134

/dports/math/gecode/gecode-0916a1a/gecode/int/
H A Dchannel.cpp59 if ((xoff < 2) && (yoff < 2) && (xoff == yoff)) { in channel()
65 di[xoff+i ].init(x[i],n+xoff); in channel()
66 di[2*xoff+i+n].init(y[i],n+xoff); in channel()
68 if (xoff == 1) { in channel()
72 di[n+xoff].init(y0, n+xoff); in channel()
86 vi[xoff+i ].init(x[i],n+xoff); in channel()
87 vi[2*xoff+i+n].init(y[i],n+xoff); in channel()
89 if (xoff == 1) { in channel()
93 vi[n+xoff].init(y0, n+xoff); in channel()
112 Offset ox(-xoff); in channel()
[all …]
/dports/graphics/pixie/Pixie/src/ri/
H A Dpatchgrid.cpp272 const double xoff = cu - x; in sample() local
281 …*intr++ = (float) (((*d0++)*(1.0-xoff) + (*d1++)*xoff)*(1.0-yoff) + ((*d2++)*(1.0-xoff) + (*d3++)… in sample()
290 …*dPdu++ = (float) ((((*d0++)*(1.0-xoff) + (*d1++)*xoff)*(1.0-yoff) + ((*d2++)*(1.0-xoff) + (*d3++… in sample()
291 …*dPdu++ = (float) ((((*d0++)*(1.0-xoff) + (*d1++)*xoff)*(1.0-yoff) + ((*d2++)*(1.0-xoff) + (*d3++… in sample()
292 …*dPdu++ = (float) ((((*d0++)*(1.0-xoff) + (*d1++)*xoff)*(1.0-yoff) + ((*d2++)*(1.0-xoff) + (*d3++… in sample()
298 …*dPdv++ = (float) ((((*d0++)*(1.0-xoff) + (*d1++)*xoff)*(1.0-yoff) + ((*d2++)*(1.0-xoff) + (*d3++… in sample()
299 …*dPdv++ = (float) ((((*d0++)*(1.0-xoff) + (*d1++)*xoff)*(1.0-yoff) + ((*d2++)*(1.0-xoff) + (*d3++… in sample()
300 …*dPdv++ = (float) ((((*d0++)*(1.0-xoff) + (*d1++)*xoff)*(1.0-yoff) + ((*d2++)*(1.0-xoff) + (*d3++… in sample()
340 const float xoff = cu - x; in sample() local
345 …dest[j] = (((d0[disp+j])*(1.0f-xoff) + (d1[disp+j])*xoff)*(1.0f-yoff) + ((d2[disp+j])*(1.0f-xoff)… in sample()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dgeometry.c40 int width, height, xoff, yoff, xper, yper; in geometry() local
44 width = height = xoff = yoff = xper = yper = INT_MIN; in geometry()
50 &width, &height, xsign, &xoff, ysign, in geometry()
58 xsign, &xoff, ysign, &yoff, dummy) == 4; in geometry()
76 ok = sscanf(vo_geometry, "%i%c", &xoff, dummy) == 1; in geometry()
91 width, height, xsign, xoff, ysign, yoff, xper, yper); in geometry()
96 if(xoff != INT_MIN && xsign[0] == '-') xoff = scrw - *widw - xoff; in geometry()
98 if(xper >= 0 && xper <= 100) xoff = (scrw - *widw) * ((float)xper / 100.0); in geometry()
103 width, height, xoff, yoff, xper, yper); in geometry()
105 if (xoff != INT_MIN && xpos) *xpos = xoff; in geometry()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dgeometry.c40 int width, height, xoff, yoff, xper, yper; in geometry() local
44 width = height = xoff = yoff = xper = yper = INT_MIN; in geometry()
50 &width, &height, xsign, &xoff, ysign, in geometry()
58 xsign, &xoff, ysign, &yoff, dummy) == 4; in geometry()
76 ok = sscanf(vo_geometry, "%i%c", &xoff, dummy) == 1; in geometry()
91 width, height, xsign, xoff, ysign, yoff, xper, yper); in geometry()
96 if(xoff != INT_MIN && xsign[0] == '-') xoff = scrw - *widw - xoff; in geometry()
98 if(xper >= 0 && xper <= 100) xoff = (scrw - *widw) * ((float)xper / 100.0); in geometry()
103 width, height, xoff, yoff, xper, yper); in geometry()
105 if (xoff != INT_MIN && xpos) *xpos = xoff; in geometry()
[all …]
/dports/audio/mous/mous-2.0.1/apps/ncurses/
H A DStatusView.cc54 int xoff = x, yoff = y; in Refresh() local
75 xoff += 2; in Refresh()
80 xoff += wVolSlider; in Refresh()
85 xoff += 2; in Refresh()
88 xoff = x; in Refresh()
103 xoff += ms.size(); in Refresh()
108 xoff += sp.size(); in Refresh()
113 xoff += dur.size(); in Refresh()
114 xoff += tab; in Refresh()
119 xoff += bps.size(); in Refresh()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c64 port_buffer->buffer[i].xoff = in mlx5e_port_query_buffer()
71 port_buffer->buffer[i].xoff, in mlx5e_port_query_buffer()
110 u64 xoff = port_buffer->buffer[i].xoff; in port_set_buffer() local
114 do_div(xoff, port_buff_cell_sz); in port_set_buffer()
134 u32 xoff; in calculate_xoff() local
145 return xoff; in calculate_xoff()
155 port_buffer->buffer[i].xoff = 0; in update_xoff_threshold()
167 port_buffer->buffer[i].xoff = port_buffer->buffer[i].size - xoff; in update_xoff_threshold()
271 u32 xoff = calculate_xoff(priv, mtu); in mlx5e_port_manual_buffer_config() local
343 if (!update_buffer && xoff != priv->dcbx.xoff) { in mlx5e_port_manual_buffer_config()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c64 port_buffer->buffer[i].xoff = in mlx5e_port_query_buffer()
71 port_buffer->buffer[i].xoff, in mlx5e_port_query_buffer()
110 u64 xoff = port_buffer->buffer[i].xoff; in port_set_buffer() local
114 do_div(xoff, port_buff_cell_sz); in port_set_buffer()
134 u32 xoff; in calculate_xoff() local
145 return xoff; in calculate_xoff()
155 port_buffer->buffer[i].xoff = 0; in update_xoff_threshold()
167 port_buffer->buffer[i].xoff = port_buffer->buffer[i].size - xoff; in update_xoff_threshold()
271 u32 xoff = calculate_xoff(priv, mtu); in mlx5e_port_manual_buffer_config() local
343 if (!update_buffer && xoff != priv->dcbx.xoff) { in mlx5e_port_manual_buffer_config()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c64 port_buffer->buffer[i].xoff = in mlx5e_port_query_buffer()
71 port_buffer->buffer[i].xoff, in mlx5e_port_query_buffer()
110 u64 xoff = port_buffer->buffer[i].xoff; in port_set_buffer() local
114 do_div(xoff, port_buff_cell_sz); in port_set_buffer()
134 u32 xoff; in calculate_xoff() local
145 return xoff; in calculate_xoff()
155 port_buffer->buffer[i].xoff = 0; in update_xoff_threshold()
167 port_buffer->buffer[i].xoff = port_buffer->buffer[i].size - xoff; in update_xoff_threshold()
271 u32 xoff = calculate_xoff(priv, mtu); in mlx5e_port_manual_buffer_config() local
343 if (!update_buffer && xoff != priv->dcbx.xoff) { in mlx5e_port_manual_buffer_config()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/java/
H A Dgdal_java.i320 xoff, yoff, xsize, ysize,
331 CPLErr ReadRaster( int xoff, int yoff, int xsize, int ysize,
339 xoff, yoff, xsize, ysize,
364 xoff, yoff, xsize, ysize,
374 CPLErr WriteRaster( int xoff, int yoff, int xsize, int ysize,
382 xoff, yoff, xsize, ysize,
459 xoff, yoff, xsize, ysize,
468 CPLErr ReadRaster( int xoff, int yoff, int xsize, int ysize,
475 xoff, yoff, xsize, ysize,
497 xoff, yoff, xsize, ysize,
[all …]
/dports/graphics/gdal/gdal-3.3.3/swig/include/java/
H A Dgdal_java.i320 xoff, yoff, xsize, ysize,
331 CPLErr ReadRaster( int xoff, int yoff, int xsize, int ysize,
339 xoff, yoff, xsize, ysize,
364 xoff, yoff, xsize, ysize,
374 CPLErr WriteRaster( int xoff, int yoff, int xsize, int ysize,
382 xoff, yoff, xsize, ysize,
459 xoff, yoff, xsize, ysize,
468 CPLErr ReadRaster( int xoff, int yoff, int xsize, int ysize,
475 xoff, yoff, xsize, ysize,
497 xoff, yoff, xsize, ysize,
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/java/
H A Dgdal_java.i320 xoff, yoff, xsize, ysize,
331 CPLErr ReadRaster( int xoff, int yoff, int xsize, int ysize,
339 xoff, yoff, xsize, ysize,
364 xoff, yoff, xsize, ysize,
374 CPLErr WriteRaster( int xoff, int yoff, int xsize, int ysize,
382 xoff, yoff, xsize, ysize,
459 xoff, yoff, xsize, ysize,
468 CPLErr ReadRaster( int xoff, int yoff, int xsize, int ysize,
475 xoff, yoff, xsize, ysize,
497 xoff, yoff, xsize, ysize,
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dvic4567.cpp433 …if ((xoff + 0 > start_x) && (xoff + 0 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 0) = co… in draw_character()
434 …if ((xoff + 1 > start_x) && (xoff + 0 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 1) = co… in draw_character()
435 …if ((xoff + 2 > start_x) && (xoff + 0 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 2) = co… in draw_character()
436 …if ((xoff + 3 > start_x) && (xoff + 0 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 3) = co… in draw_character()
440 …if ((xoff + 7 > start_x) && (xoff + 0 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 7) = co… in draw_character()
450 …if ((xoff + 0 > start_x) && (xoff + 0 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 0) = m_… in draw_character_multi()
451 …if ((xoff + 1 > start_x) && (xoff + 1 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 1) = m_… in draw_character_multi()
456 …if ((xoff + 6 > start_x) && (xoff + 6 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 6) = m_… in draw_character_multi()
457 …if ((xoff + 7 > start_x) && (xoff + 7 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 7) = m_… in draw_character_multi()
848 for (xoff = m_x_begin + XPOS; xoff < x_end2 + XPOS; xoff += 8, offs++) in drawlines()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dvic4567.cpp433 …if ((xoff + 0 > start_x) && (xoff + 0 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 0) = co… in draw_character()
434 …if ((xoff + 1 > start_x) && (xoff + 0 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 1) = co… in draw_character()
435 …if ((xoff + 2 > start_x) && (xoff + 0 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 2) = co… in draw_character()
436 …if ((xoff + 3 > start_x) && (xoff + 0 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 3) = co… in draw_character()
440 …if ((xoff + 7 > start_x) && (xoff + 0 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 7) = co… in draw_character()
450 …if ((xoff + 0 > start_x) && (xoff + 0 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 0) = m_… in draw_character_multi()
451 …if ((xoff + 1 > start_x) && (xoff + 1 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 1) = m_… in draw_character_multi()
456 …if ((xoff + 6 > start_x) && (xoff + 6 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 6) = m_… in draw_character_multi()
457 …if ((xoff + 7 > start_x) && (xoff + 7 < end_x)) m_bitmap->pix(y + yoff + FIRSTLINE, xoff + 7) = m_… in draw_character_multi()
848 for (xoff = m_x_begin + XPOS; xoff < x_end2 + XPOS; xoff += 8, offs++) in drawlines()
[all …]
/dports/science/tinker/tinker/source/
H A Dcrystal.f707 real*8 xoff,yoff,zoff
805 xoff = 0.0d0
809 xoff = 0.5d0
883 xoff = 0.0d0
887 xoff = 0.5d0
917 xoff = 0.0d0
921 xoff = 0.5d0
1011 xoff = 0.0d0
1015 xoff = 0.5d0
1173 xoff = 0.0d0
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudawarping/src/cuda/
H A Dwarp.cu163 CV_UNUSED(xoff); in call()
189 int xoff, yoff; \
190 tex_warp_ ## type ## _reader (int xoff_, int yoff_) : xoff(xoff_), yoff(yoff_) {} \
193 return tex2D(tex_warp_ ## type , x + xoff, y + yoff); \
204 tex_warp_ ## type ##_reader texSrc(xoff, yoff); \
220 tex_warp_ ## type ##_reader texSrc(xoff, yoff); \
269 …WarpDispatcherNonStream<Transform, Filter, B, T>::call(src, srcWhole, xoff, yoff, dst, borderValue… in call()
276 …void warp_caller(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzb dst, int inte… in warp_caller() argument
306 …n][borderMode](static_cast< PtrStepSz<T> >(src), static_cast< PtrStepSz<T> >(srcWhole), xoff, yoff, in warp_caller()
315 …warp_caller<AffineTransform, T>(src, srcWhole, xoff, yoff, dst, interpolation, borderMode, borderV… in warpAffine_gpu()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mfb/
H A Dmfbplygblt.c183 if (xoff > PLST)
186 xoff &= PIM;
188 else if (xoff < 0)
190 xoff += PPW;
196 if ((xoff + w) <= PPW)
348 if (xoff > PLST)
350 xoff &= PIM;
353 else if (xoff < 0)
355 xoff += PPW;
361 if ((xoff + w) <= PPW)
[all …]
H A Dmfbimggblt.c225 if (xoff > PLST)
228 xoff &= PIM;
230 else if (xoff < 0)
232 xoff += PPW;
238 if ((xoff + w) <= PPW)
397 if (xoff > PLST)
399 xoff &= PIM;
402 else if (xoff < 0)
404 xoff += PPW;
410 if ((xoff + w) <= PPW)
[all …]
/dports/games/heroes/heroes-0.21/lib/
H A Dfstrcmp.c162 int xoff; in diag()
188 fd[fmid] = xoff;
306 v = (x - xoff) * 2 - dd;
314 xoff + SNAKE_LIMIT <= x
431 x = xoff > bd[d] ? xoff : bd[d];
489 int xoff; in compareseq()
499 while (xoff < xlim && yoff < ylim && xv[xoff] == yv[yoff])
501 ++xoff;
513 if (xoff == xlim)
523 while (xoff < xlim)
[all …]
/dports/math/g2o/g2o-20201223_git/g2o/core/
H A Dmatrix_operations.h36 …inline void axpy(const MatrixType& A, const Eigen::Map<const VectorX>& x, int xoff, Eigen::Map<Vec… in axpy() argument
38 …segment<MatrixType::RowsAtCompileTime>(yoff) += A * x.segment<MatrixType::ColsAtCompileTime>(xoff); in axpy()
42 …<number_t, Eigen::Dynamic, t>& A, const Eigen::Map<const VectorX>& x, int xoff, Eigen::Map<VectorX… in axpy() argument
44 …f, A.rows()) += A * x.segment<Eigen::Matrix<number_t, Eigen::Dynamic, t>::ColsAtCompileTime>(xoff); in axpy()
48 …inline void axpy<MatrixX>(const MatrixX& A, const Eigen::Map<const VectorX>& x, int xoff, Eigen::M…
50 y.segment(yoff, A.rows()) += A * x.segment(xoff, A.cols());
54 …inline void atxpy(const MatrixType& A, const Eigen::Map<const VectorX>& x, int xoff, Eigen::Map<Ve… in atxpy() argument
56 …ixType::ColsAtCompileTime>(yoff) += A.transpose() * x.segment<MatrixType::RowsAtCompileTime>(xoff); in atxpy()
62 …umber_t, Eigen::Dynamic, t>::ColsAtCompileTime>(yoff) += A.transpose() * x.segment(xoff, A.rows()); in atxpy()
66 …inline void atxpy<MatrixX>(const MatrixX& A, const Eigen::Map<const VectorX>& x, int xoff, Eigen::…
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/video/bwindow/
H A DSDL_BView.h40 xoff = yoff = 0; in SDL_BView()
49 xoff = x; in SetXYOffset()
53 x = xoff; in GetXYOffset()
57 x = (float)xoff; in GetXYOffset()
86 if(xoff || yoff) { in Draw()
89 dest.left = updateRect.left + xoff; in Draw()
91 dest.right = updateRect.right + xoff; in Draw()
99 if(xoff || yoff) { in DrawAsync()
102 dest.left = updateRect.left + xoff; in DrawAsync()
104 dest.right = updateRect.right + xoff;; in DrawAsync()
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dshapeid.h112 void paint_shape(int xoff, int yoff, Shape_frame *shape,
117 shape->paint(xoff, yoff);
119 shape->paint_rle_remapped(xoff, yoff, trans);
121 shape->paint_rle(xoff, yoff);
128 xoff, yoff, *invis_xform); in paint_invisible()
134 xoff, yoff, special_pixels[static_cast<int>(pix)]); in paint_outline()
146 int xoff, int yoff);
249 sman->paint_shape(xoff, yoff, get_shape(),
252 void paint_invisible(int xoff, int yoff) { in paint_invisible() argument
253 sman->paint_invisible(xoff, yoff, get_shape()); in paint_invisible()
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DFShape.h17 #define FShapeCombineRegion(dpy, dst, dst_kind, xoff, yoff, reg, op) \ argument
18 XShapeCombineRegion(dpy, dst, dst_kind, xoff, yoff, reg, op)
20 dpy, dst, dst_kind, xoff, yoff, rect, n_rects, op, ordering) \ argument
22 dpy, dst, dst_kind, xoff, yoff, rect, n_rects, op, ordering)
23 #define FShapeCombineMask(dpy, dst, dst_kind, xoff, yoff, src, op) \ argument
24 XShapeCombineMask(dpy, dst, dst_kind, xoff, yoff, src, op)
27 #define FShapeOffsetShape(dpy, dst, dst_kind, xoff, yoff) \ argument
28 XShapeOffsetShape(dpy, dst, dst_kind, xoff, yoff)
88 dpy, dst, dst_kind, xoff, yoff, rect, n_rects, op, ordering) argument
89 #define FShapeCombineMask(dpy, dst, dst_kind, xoff, yoff, src, op) argument
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DFShape.h15 #define FShapeCombineRegion(dpy, dst, dst_kind, xoff, yoff, reg, op) \ argument
16 XShapeCombineRegion(dpy, dst, dst_kind, xoff, yoff, reg, op)
18 dpy, dst, dst_kind, xoff, yoff, rect, n_rects, op, ordering) \ argument
20 dpy, dst, dst_kind, xoff, yoff, rect, n_rects, op, ordering)
21 #define FShapeCombineMask(dpy, dst, dst_kind, xoff, yoff, src, op) \ argument
22 XShapeCombineMask(dpy, dst, dst_kind, xoff, yoff, src, op)
25 #define FShapeOffsetShape(dpy, dst, dst_kind, xoff, yoff) \ argument
26 XShapeOffsetShape(dpy, dst, dst_kind, xoff, yoff)
86 dpy, dst, dst_kind, xoff, yoff, rect, n_rects, op, ordering) argument
87 #define FShapeCombineMask(dpy, dst, dst_kind, xoff, yoff, src, op) argument
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Ddiffseq.h204 fd[fmid] = xoff; in diag()
407 OFFSET x = MAX (xoff, bd[d]); in diag()
474 while (xoff < xlim && yoff < ylim && XREF_YREF_EQUAL (xoff, yoff)) in compareseq()
476 xoff++; in compareseq()
488 if (xoff == xlim) in compareseq()
501 while (xoff < xlim) in compareseq()
503 NOTE_DELETE (ctxt, xoff); in compareseq()
506 xoff++; in compareseq()
530 xoff2 = xoff; xlim2 = part.xmid; in compareseq()
536 xoff1 = xoff; xlim1 = part.xmid; in compareseq()
[all …]
/dports/misc/wmcalendar/wmcalendar-0.5.2/Src/
H A DwmCalendar.c323 int xoff, yoff; in drawMonthYear() local
354 int xoff, yoff; in drawButtons() local
356 xoff = 56; in drawButtons()
358 xoff = drawButton(ARROW_CLOSE, xoff, yoff); in drawButtons()
359 xoff = drawButton(SETTINGS, xoff, yoff); in drawButtons()
360 xoff = drawButton(MOON + showmoon, xoff, yoff); in drawButtons()
361 xoff = drawButton(CALENDAR + calendartype, xoff, yoff); in drawButtons()
362 xoff = drawButton(APPLAUNCH + getAppicon(), xoff, yoff); in drawButtons()
376 xoff-= xdButton[btype]; in drawButton()
378 ydButton, xoff, yoff); in drawButton()
[all …]

12345678910>>...134