Home
last modified time | relevance | path

Searched refs:txoff (Results 1 – 25 of 29) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dlemac.c683 LEMAC_PUT8(sc, 3, txoff); in lemac_ifstart()
691 txoff += m0->m_len; in lemac_ifstart()
697 if (txoff & 3) { in lemac_ifstart()
698 int alen = (~txoff & 3); in lemac_ifstart()
699 LEMAC_PUTBUF8(sc, txoff, alen, cp); in lemac_ifstart()
700 cp += alen; txoff += alen; len -= alen; in lemac_ifstart()
709 if (txoff & 1) { in lemac_ifstart()
710 int alen = (~txoff & 1); in lemac_ifstart()
711 LEMAC_PUTBUF8(sc, txoff, alen, cp); in lemac_ifstart()
720 LEMAC_PUTBUF8(sc, txoff, len, cp); in lemac_ifstart()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/sdk/channel/
H A Dcexternalchannel.cpp209 int txoff, tyoff, txsize, tysize; in ReadBlock() local
233 ttxoff = txoff; in ReadBlock()
281 ttxoff = txoff + block1_xsize; in ReadBlock()
320 ttxoff = txoff; in ReadBlock()
359 ttxoff = txoff + block1_xsize; in ReadBlock()
434 int txoff, tyoff, txsize, tysize; in WriteBlock() local
445 txoff = dst_blockx * block_width + exoff; in WriteBlock()
458 ttxoff = txoff; in WriteBlock()
511 ttxoff = txoff + block1_xsize; in WriteBlock()
555 ttxoff = txoff; in WriteBlock()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcidsk/sdk/channel/
H A Dcexternalchannel.cpp242 int txoff, tyoff, txsize, tysize; in ReadBlock() local
263 ttxoff = txoff; in ReadBlock()
317 ttxoff = txoff + block1_xsize; in ReadBlock()
356 ttxoff = txoff; in ReadBlock()
395 ttxoff = txoff + block1_xsize; in ReadBlock()
468 int txoff, tyoff, txsize, tysize; in WriteBlock() local
479 txoff = dst_blockx * block_width + exoff; in WriteBlock()
492 ttxoff = txoff; in WriteBlock()
545 ttxoff = txoff + block1_xsize; in WriteBlock()
589 ttxoff = txoff; in WriteBlock()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcidsk/sdk/channel/
H A Dcexternalchannel.cpp242 int txoff, tyoff, txsize, tysize;
263 ttxoff = txoff;
317 ttxoff = txoff + block1_xsize;
356 ttxoff = txoff;
395 ttxoff = txoff + block1_xsize;
468 int txoff, tyoff, txsize, tysize;
479 txoff = dst_blockx * block_width + exoff;
492 ttxoff = txoff;
545 ttxoff = txoff + block1_xsize;
589 ttxoff = txoff;
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/pcidsk/sdk/channel/
H A Dcexternalchannel.cpp242 int txoff, tyoff, txsize, tysize; in ReadBlock() local
263 ttxoff = txoff; in ReadBlock()
317 ttxoff = txoff + block1_xsize; in ReadBlock()
356 ttxoff = txoff; in ReadBlock()
395 ttxoff = txoff + block1_xsize; in ReadBlock()
468 int txoff, tyoff, txsize, tysize; in WriteBlock() local
479 txoff = dst_blockx * block_width + exoff; in WriteBlock()
492 ttxoff = txoff; in WriteBlock()
545 ttxoff = txoff + block1_xsize; in WriteBlock()
589 ttxoff = txoff; in WriteBlock()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/rc/
H A Dwinbond-cir.c208 u32 txoff; member
409 for (used = 0; used < space && data->txoff != data->txlen; used++) { in wbcir_irq_tx()
410 if (data->txbuf[data->txoff] == 0) { in wbcir_irq_tx()
411 data->txoff++; in wbcir_irq_tx()
414 byte = min((u32)0x80, data->txbuf[data->txoff]); in wbcir_irq_tx()
415 data->txbuf[data->txoff] -= byte; in wbcir_irq_tx()
417 byte |= (data->txoff % 2 ? 0x80 : 0x00); /* pulse/space */ in wbcir_irq_tx()
421 while (data->txoff != data->txlen && data->txbuf[data->txoff] == 0) in wbcir_irq_tx()
422 data->txoff++; in wbcir_irq_tx()
433 } else if (data->txoff == data->txlen) { in wbcir_irq_tx()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/rc/
H A Dwinbond-cir.c208 u32 txoff; member
409 for (used = 0; used < space && data->txoff != data->txlen; used++) { in wbcir_irq_tx()
410 if (data->txbuf[data->txoff] == 0) { in wbcir_irq_tx()
411 data->txoff++; in wbcir_irq_tx()
414 byte = min((u32)0x80, data->txbuf[data->txoff]); in wbcir_irq_tx()
415 data->txbuf[data->txoff] -= byte; in wbcir_irq_tx()
417 byte |= (data->txoff % 2 ? 0x80 : 0x00); /* pulse/space */ in wbcir_irq_tx()
421 while (data->txoff != data->txlen && data->txbuf[data->txoff] == 0) in wbcir_irq_tx()
422 data->txoff++; in wbcir_irq_tx()
433 } else if (data->txoff == data->txlen) { in wbcir_irq_tx()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/rc/
H A Dwinbond-cir.c208 u32 txoff; member
409 for (used = 0; used < space && data->txoff != data->txlen; used++) { in wbcir_irq_tx()
410 if (data->txbuf[data->txoff] == 0) { in wbcir_irq_tx()
411 data->txoff++; in wbcir_irq_tx()
414 byte = min((u32)0x80, data->txbuf[data->txoff]); in wbcir_irq_tx()
415 data->txbuf[data->txoff] -= byte; in wbcir_irq_tx()
417 byte |= (data->txoff % 2 ? 0x80 : 0x00); /* pulse/space */ in wbcir_irq_tx()
421 while (data->txoff != data->txlen && data->txbuf[data->txoff] == 0) in wbcir_irq_tx()
422 data->txoff++; in wbcir_irq_tx()
433 } else if (data->txoff == data->txlen) { in wbcir_irq_tx()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/gl/
H A Dgl_draw.h61 void GL_DrawCutRectfTiled(const RectRawf* rect, int tw, int th, int txoff, int tyoff, const RectRaw…
63 int txoff, int tyoff, double cx, double cy, double cw, double ch);
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Doutpins.c334 x = ptr->xpos + ptr->eqptr->txoff ;
344 x = ptr->xpos + ptr->eqptr->txoff ;
354 x = ptr->xpos + ptr->eqptr->txoff ;
362 x = ptr->xpos + ptr->eqptr->txoff ;
372 x = ptr->xpos - ptr->eqptr->txoff ;
380 x = ptr->xpos - ptr->eqptr->txoff ;
390 x = ptr->xpos - ptr->eqptr->txoff ;
398 x = ptr->xpos - ptr->eqptr->txoff ;
H A Doutpins1.c316 x = ptr->xpos + ptr->eqptr->txoff ;
326 x = ptr->xpos + ptr->eqptr->txoff ;
336 x = ptr->xpos + ptr->eqptr->txoff ;
344 x = ptr->xpos + ptr->eqptr->txoff ;
354 x = ptr->xpos - ptr->eqptr->txoff ;
362 x = ptr->xpos - ptr->eqptr->txoff ;
372 x = ptr->xpos - ptr->eqptr->txoff ;
380 x = ptr->xpos - ptr->eqptr->txoff ;
H A Dstandard.h132 char txoff ; member
H A Dparser.c939 eqptrL->txoff = eq_xpos - xpos ;
953 if( ABS( eq_xpos - xpos ) < ABS( eqptrL->txoff ) ) {
954 eqptrL->txoff = eq_xpos - xpos ;
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/gl/
H A Dgl_draw.cpp173 void GL_DrawCutRectfTiled(const RectRawf* rect, int tw, int th, int txoff, int tyoff, in GL_DrawCutRectfTiled() argument
177 float txo = (1.0f / (float)tw) * (float)txoff; in GL_DrawCutRectfTiled()
253 int txoff, int tyoff, double cx, double cy, double cw, double ch) in GL_DrawCutRectf2Tiled() argument
267 GL_DrawCutRectfTiled(&rect, tw, th, txoff, tyoff, &cutRect); in GL_DrawCutRectf2Tiled()
H A Ddgl_draw.cpp1013 DENG_EXTERN_C void DGL_DrawCutRectfTiled(RectRawf const *rect, int tw, int th, int txoff, int tyoff, in DGL_DrawCutRectfTiled() argument
1016 GL_DrawCutRectfTiled(rect, tw, th, txoff, tyoff, cutRect); in DGL_DrawCutRectfTiled()
1021 int txoff, int tyoff, double cx, double cy, double cw, double ch) in DGL_DrawCutRectf2Tiled() argument
1023 GL_DrawCutRectf2Tiled(x, y, w, h, tw, th, txoff, tyoff, cx, cy, cw, ch); in DGL_DrawCutRectf2Tiled()
H A Ddgl_common.cpp1260 DENG_EXTERN_C void DGL_DrawCutRectfTiled(const RectRawf* rect, int tw, int th, int txoff, int tyoff…
1261 …utRectf2Tiled(double x, double y, double w, double h, int tw, int th, int txoff, int tyoff, double…
/dports/net/queso/queso-980922/
H A Dtcpip.h24 unsigned char txoff; member
/dports/graphics/xv/xv-3.10a/
H A Dxvscrl.c377 int rx,ry, x,y, ipos, pos, lit, tx, ty, tyoff, txoff, ty1, tx1; local
383 tx = ty = txoff = tyoff = 0;
410 txoff = sp->tpos - mx;
436 tx1 = x+txoff;
/dports/japanese/xv/xv-3.10a/
H A Dxvscrl.c377 int rx,ry, x,y, ipos, pos, lit, tx, ty, tyoff, txoff, ty1, tx1; local
383 tx = ty = txoff = tyoff = 0;
410 txoff = sp->tpos - mx;
436 tx1 = x+txoff;
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvscrl.c377 int rx,ry, x,y, ipos, pos, lit, tx, ty, tyoff, txoff, ty1, tx1; local
383 tx = ty = txoff = tyoff = 0;
410 txoff = sp->tpos - mx;
436 tx1 = x+txoff;
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/api/
H A Dapi_gl.h339 …void (*DrawCutRectfTiled)(const RectRawf* rect, int tw, int th, int txoff, int tyoff, const RectRa… in DENG_API_TYPEDEF()
340 …void (*DrawCutRectf2Tiled)(double x, double y, double w, double h, int tw, int th, int txoff, int … in DENG_API_TYPEDEF()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst294 txoff off
390 txoff : off
457 txoff off
572 txoff:
576 Example: sccparam /dev/scc2 txoff on
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst294 txoff off
390 txoff : off
457 txoff off
572 txoff:
576 Example: sccparam /dev/scc2 txoff on
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst294 txoff off
390 txoff : off
457 txoff off
572 txoff:
576 Example: sccparam /dev/scc2 txoff on
/dports/net/scamper/scamper-cvs-20211026/utils/sc_wartsdump/
H A Dsc_wartsdump.c707 struct timeval txoff; in dump_ping_reply() local
713 timeval_diff_tv(&txoff, &ping->start, &reply->tx); in dump_ping_reply()
714 printf(", tx: %d.%06ds", (int)txoff.tv_sec, (int)txoff.tv_usec); in dump_ping_reply()

12