Home
last modified time | relevance | path

Searched refs:icw (Results 1 – 25 of 138) sorted by relevance

123456

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dpic.c28 pic.icw=0; in pic_reset()
34 pic2.icw=0; in pic_reset()
83 switch (pic.icw) in pic_write()
94 if (pic.icw1&2) pic.icw=3; in pic_write()
95 else pic.icw=2; in pic_write()
98 if (pic.icw1&1) pic.icw=3; in pic_write()
104 pic.icw=0; in pic_write()
114 pic.icw=1; in pic_write()
202 switch (pic2.icw) in pic2_write()
221 pic2.icw=0; in pic2_write()
[all …]
/dports/cad/irsim/irsim-9.7.110/analyzer/
H A Dicon.c41 Window icw; local
43 icw = XCreateWindow( display, RootWindowOfScreen( screen ), x, y,
47 XSetWindowBackground( display, icw, colors.white );
48 XSetWindowBorder( display, icw, colors.black );
50 XSelectInput( display, icw, ExposureMask );
52 return( icw );
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgchardlg.c56 GWindow icw; member
364 if ( inschr.icw==NULL ) in InsChrSetNextPrev()
482 if ( inschr.icw==NULL ) in InsChrInCurrentEncoding()
529 if ( inschr.icw==NULL ) in InsChrFigureShow()
715 if ( e.w==NULL || e.w==inschr.icw ) { in InsChrInsert()
833 InsChrXorChar(inschr.icw,x,y); in InsChrMouseDown()
1074 if ( inschr.icw!=NULL ) { in GWidgetCreateInsChar()
1076 GDrawSetVisible(inschr.icw,true); in GWidgetCreateInsChar()
1077 GDrawRaise(inschr.icw); in GWidgetCreateInsChar()
1104 GGadgetsCreate(inschr.icw,gcd); in GWidgetCreateInsChar()
[all …]
/dports/comms/linrad/linrad-04.02/
H A Dcwspeed.c996 int icw; in get_wb_average_dashes() local
1007 for(icw=0; icw<no_of_cwdat; icw++) in get_wb_average_dashes()
1011 re=cw[icw].raw_re; in get_wb_average_dashes()
1012 im=cw[icw].raw_im; in get_wb_average_dashes()
1123 for(icw=0; icw<no_of_cwdat; icw++) in get_wb_average_dashes()
1161 for(icw=0; icw<no_of_cwdat; icw++) in collect_wb_ston()
1199 int ia, ib, icw; in seldash_cwspeed() local
1213 for(icw=da; icw<db; icw++) in seldash_cwspeed()
1397 int icw; in get_wb_average_dots() local
1407 for(icw=0; icw<no_of_cwdat; icw++) in get_wb_average_dots()
[all …]
/dports/comms/wsjtz/wsjtx/Modulator/
H A DModulator.cpp197 bool slowCwId=((isym >= m_symbolsLength) && (icw[0] > 0)) && (!m_bFastMode); in readData()
203 if(m_bFastMode and (icw[0]>0) and (tsec > (m_TRperiod-5.0))) fastCwId=true; in readData()
217 if(icw[0]*m_nspd/48000.0 > 4.0) m_nspd=4.0*48000.0/icw[0]; //Faster CW for long calls in readData()
225 bool level {bool (icw[j])}; in readData()
243 if (int (j) <= icw[0] && j < NUM_CW_SYMBOLS) { // stop condition in readData()
339 if (icw[0] == 0) { in readData()
/dports/comms/wsjtz/wsjtx/lib/
H A Dallsim.f9012 integer icw(250) !Encoded CW message bits variable
59 call morse('CQ CQ DE KA2ABC KA2ABC',icw,ncw)
60 call addcw(icw,ncw,600,sig,dat) !2 CW at 20 WPM
H A Daddit.f9041 integer icw(ncw) local
68 x(k)=icw(j)
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevdbit.c406 int icw = width - irx; in gx_default_strip_tile_rectangle() local
436 if (icw >= w) { /* Just one (partial) tile to transfer. */ in gx_default_strip_tile_rectangle()
443 int cx = x + icw; in gx_default_strip_tile_rectangle()
446 copy_tile(irx, x, y, icw, h, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
455 } else if (icw >= w && shift == 0) { in gx_default_strip_tile_rectangle()
482 if (icw >= w) { in gx_default_strip_tile_rectangle()
486 copy_tile(irx, x, cy, icw, ch, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
487 cx = x + icw; in gx_default_strip_tile_rectangle()
501 icw = width - irx; in gx_default_strip_tile_rectangle()
H A Dgdevwddb.c272 int icw = width - irx; in win_ddb_tile_rectangle() local
292 if (w <= icw) in win_ddb_tile_rectangle()
295 copy_tile(irx, ry, x, cy, icw, ch); in win_ddb_tile_rectangle()
296 cx = x + icw; in win_ddb_tile_rectangle()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevdbit.c406 int icw = width - irx; in gx_default_strip_tile_rectangle() local
436 if (icw >= w) { /* Just one (partial) tile to transfer. */ in gx_default_strip_tile_rectangle()
443 int cx = x + icw; in gx_default_strip_tile_rectangle()
446 copy_tile(irx, x, y, icw, h, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
455 } else if (icw >= w && shift == 0) { in gx_default_strip_tile_rectangle()
482 if (icw >= w) { in gx_default_strip_tile_rectangle()
486 copy_tile(irx, x, cy, icw, ch, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
487 cx = x + icw; in gx_default_strip_tile_rectangle()
501 icw = width - irx; in gx_default_strip_tile_rectangle()
H A Dgdevwddb.c272 int icw = width - irx; in win_ddb_tile_rectangle() local
292 if (w <= icw) in win_ddb_tile_rectangle()
295 copy_tile(irx, ry, x, cy, icw, ch); in win_ddb_tile_rectangle()
296 cx = x + icw; in win_ddb_tile_rectangle()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevdbit.c472 int icw = width - irx; in gx_default_strip_tile_rectangle() local
502 if (icw >= w) { /* Just one (partial) tile to transfer. */ in gx_default_strip_tile_rectangle()
509 int cx = x + icw; in gx_default_strip_tile_rectangle()
512 copy_tile(irx, x, y, icw, h, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
521 } else if (icw >= w && shift == 0) { in gx_default_strip_tile_rectangle()
548 if (icw >= w) { in gx_default_strip_tile_rectangle()
552 copy_tile(irx, x, cy, icw, ch, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
553 cx = x + icw; in gx_default_strip_tile_rectangle()
567 icw = width - irx; in gx_default_strip_tile_rectangle()
H A Dgdevwddb.c277 int icw = width - irx; in win_ddb_tile_rectangle() local
297 if (w <= icw) in win_ddb_tile_rectangle()
300 copy_tile(irx, ry, x, cy, icw, ch); in win_ddb_tile_rectangle()
301 cx = x + icw; in win_ddb_tile_rectangle()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevdbit.c472 int icw = width - irx; in gx_default_strip_tile_rectangle() local
502 if (icw >= w) { /* Just one (partial) tile to transfer. */ in gx_default_strip_tile_rectangle()
509 int cx = x + icw; in gx_default_strip_tile_rectangle()
512 copy_tile(irx, x, y, icw, h, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
521 } else if (icw >= w && shift == 0) { in gx_default_strip_tile_rectangle()
548 if (icw >= w) { in gx_default_strip_tile_rectangle()
552 copy_tile(irx, x, cy, icw, ch, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
553 cx = x + icw; in gx_default_strip_tile_rectangle()
567 icw = width - irx; in gx_default_strip_tile_rectangle()
H A Dgdevwddb.c277 int icw = width - irx; in win_ddb_tile_rectangle() local
297 if (w <= icw) in win_ddb_tile_rectangle()
300 copy_tile(irx, ry, x, cy, icw, ch); in win_ddb_tile_rectangle()
301 cx = x + icw; in win_ddb_tile_rectangle()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevdbit.c680 int icw = width - irx; in gx_default_strip_tile_rectangle() local
724 if (icw >= w) { /* Just one (partial) tile to transfer. */ in gx_default_strip_tile_rectangle()
729 int cx = x + icw; in gx_default_strip_tile_rectangle()
732 GX_DEFAULT_COPY_TILE(dev, irx, x, y, icw, h, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
741 } else if (icw >= w && shift == 0) { in gx_default_strip_tile_rectangle()
768 if (icw >= w) { in gx_default_strip_tile_rectangle()
772 GX_DEFAULT_COPY_TILE(dev, irx, x, cy, icw, ch, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
773 cx = x + icw; in gx_default_strip_tile_rectangle()
787 icw = width - irx; in gx_default_strip_tile_rectangle()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevdbit.c680 int icw = width - irx; in gx_default_strip_tile_rectangle() local
724 if (icw >= w) { /* Just one (partial) tile to transfer. */ in gx_default_strip_tile_rectangle()
729 int cx = x + icw; in gx_default_strip_tile_rectangle()
732 GX_DEFAULT_COPY_TILE(dev, irx, x, y, icw, h, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
741 } else if (icw >= w && shift == 0) { in gx_default_strip_tile_rectangle()
768 if (icw >= w) { in gx_default_strip_tile_rectangle()
772 GX_DEFAULT_COPY_TILE(dev, irx, x, cy, icw, ch, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
773 cx = x + icw; in gx_default_strip_tile_rectangle()
787 icw = width - irx; in gx_default_strip_tile_rectangle()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevdbit.c630 int icw = width - irx; in gx_default_strip_tile_rectangle() local
674 if (icw >= w) { /* Just one (partial) tile to transfer. */ in gx_default_strip_tile_rectangle()
681 int cx = x + icw; in gx_default_strip_tile_rectangle()
684 copy_tile(irx, x, y, icw, h, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
693 } else if (icw >= w && shift == 0) { in gx_default_strip_tile_rectangle()
720 if (icw >= w) { in gx_default_strip_tile_rectangle()
724 copy_tile(irx, x, cy, icw, ch, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
725 cx = x + icw; in gx_default_strip_tile_rectangle()
739 icw = width - irx; in gx_default_strip_tile_rectangle()
H A Dgdevwddb.c273 int icw = width - irx; in win_ddb_tile_rectangle() local
293 if (w <= icw) in win_ddb_tile_rectangle()
296 copy_tile(irx, ry, x, cy, icw, ch); in win_ddb_tile_rectangle()
297 cx = x + icw; in win_ddb_tile_rectangle()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevdbit.c630 int icw = width - irx; in gx_default_strip_tile_rectangle() local
674 if (icw >= w) { /* Just one (partial) tile to transfer. */ in gx_default_strip_tile_rectangle()
681 int cx = x + icw; in gx_default_strip_tile_rectangle()
684 copy_tile(irx, x, y, icw, h, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
693 } else if (icw >= w && shift == 0) { in gx_default_strip_tile_rectangle()
720 if (icw >= w) { in gx_default_strip_tile_rectangle()
724 copy_tile(irx, x, cy, icw, ch, gs_no_bitmap_id); in gx_default_strip_tile_rectangle()
725 cx = x + icw; in gx_default_strip_tile_rectangle()
739 icw = width - irx; in gx_default_strip_tile_rectangle()
H A Dgdevwddb.c273 int icw = width - irx; in win_ddb_tile_rectangle() local
293 if (w <= icw) in win_ddb_tile_rectangle()
296 copy_tile(irx, ry, x, cy, icw, ch); in win_ddb_tile_rectangle()
297 cx = x + icw; in win_ddb_tile_rectangle()
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DColorSwitch.cpp24 _tColor::_tColor(const uint8_t ir, const uint8_t ig, const uint8_t ib, const uint8_t icw, const uin… in _tColor() argument
31 cw=icw; in _tColor()
/dports/net/scamper/scamper-cvs-20211026/scamper/tbit/
H A Dscamper_tbit_warts.c262 scamper_tbit_icw_t *icw = tbit->data; in warts_tbit_icw_params() local
274 if(var->id == WARTS_TBIT_ICW_FIRSTSEQ && icw->start_seq == 0) in warts_tbit_icw_params()
458 scamper_tbit_icw_t *icw = tbit->data; in warts_tbit_icw_read() local
460 {&icw->start_seq, (wpr_t)extract_uint32, NULL}, in warts_tbit_icw_read()
470 scamper_tbit_icw_t *icw = tbit->data; in warts_tbit_icw_write() local
472 {&icw->start_seq, (wpw_t)insert_uint32, NULL}, in warts_tbit_icw_write()
1091 warts_tbit_icw_t icw; in scamper_file_warts_tbit_write() local
1135 warts_tbit_icw_params(tbit, &icw); in scamper_file_warts_tbit_write()
1136 len += (2 + 4 + icw.len); in scamper_file_warts_tbit_write()
1207 insert_uint32(buf, &off, len, &icw.len, NULL); in scamper_file_warts_tbit_write()
[all …]
/dports/devel/cmake/cmake-3.22.1/Tests/CTestTest/SmallAndFast/
H A DCMakeLists.txt24 add_executable(icw intentional_compile_warning.cxx) target
/dports/graphics/svgalib/svgalib-1.4.3/src/
H A DMakefile34 ramdac/icw.o ramdac/s3dacs.o ramdac/IBMRGB52x.o

123456