Home
last modified time | relevance | path

Searched refs:repcnt (Results 1 – 25 of 106) sorted by relevance

12345

/dports/archivers/lib1541img/lib1541img-1.1/src/lib/1541img/
H A Dzc45writer.c61 uint8_t repcnt = 0; in getMethod() local
69 if (++repcnt > 2) ++rlesave; in getMethod()
73 repcnt = 0; in getMethod()
78 if (repcnt == 255) return M_FILL; in getMethod()
119 uint8_t repcnt = 0; in writeRle() local
122 if (data[j] == b) ++repcnt; in writeRle()
125 if (repcnt > 2) in writeRle()
128 if (writebyte(zcfile, wpos, zcfilelen, repcnt+1) < 0) return -1; in writeRle()
129 i += repcnt; in writeRle()
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dvlist.c652 if(!p->repcnt) in vlist_packer_alloc()
660 p->repcnt = 1; in vlist_packer_alloc()
716 p->repcnt++; in vlist_packer_alloc()
781 if(p->repcnt > 2) in vlist_packer_alloc()
784 vlist_packer_emit_uv32(p, p->repcnt); p->repcnt = 0; in vlist_packer_alloc()
799 p->repcnt = 0; in vlist_packer_alloc()
817 if(p->repcnt) in vlist_packer_finalize()
819 if(p->repcnt > 2) in vlist_packer_finalize()
822 vlist_packer_emit_uv32(p, p->repcnt); p->repcnt = 0; in vlist_packer_finalize()
837 p->repcnt = 0; in vlist_packer_finalize()
[all …]
/dports/irc/epic4/epic4-2.10.9/script/
H A Drepeat100 : alias repeat ^assign repcnt $0;while "$repcnt>$0" "decrement $1-";^assign -repcnt
101 : alias decrement $*;^assign repcnt ${$repcnt-1}
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Dfixdeprecated.pl205 $repcnt=0;
206 while($savesrc =~ /$p/g) {$repcnt++}
207 if($repcnt) {
211 print "$basefile.c: Rename ($repcnt times) $pa to $pb\n";
212 $new+=$repcnt;
/dports/misc/lifelines/lifelines-3.1.1/src/interp/
H A Dheapused.c72 int repcnt; in llrpt_heapused() local
79 repcnt = 4; in llrpt_heapused()
87 if(errfp && (repcnt-- > 0)) in llrpt_heapused()
/dports/games/avp/avp-20170505/src/win95/
H A Diff_ilbm.cpp211 unsigned repcnt = 0; in DecodeNextRow() local
232 else if (repcnt) in DecodeNextRow()
234 --repcnt; in DecodeNextRow()
235 if (!repcnt) in DecodeNextRow()
256 repcnt = 0x100 - byte; in DecodeNextRow()
/dports/math/octave-forge-io/io-2.6.4/inst/private/
H A D__OTK_oct2ods__.m224 repcnt = row.getTableNumberRowsRepeatedAttribute(); variable
225 rowcnt = rowcnt + repcnt; ## Nr of spreadsheet rows
235 if (repcnt > 1)
277 repcnt = row.getTableNumberRowsRepeatedAttribute (); variable
278 if (repcnt > 1)
284 for kk=1:min (repcnt, nrows-ii)
288 if (repcnt > nrows-ii+1)
303 repcnt = scell.getTableNumberColumnsRepeatedAttribute (); variable
311 if (repcnt > 1)
344 if (repcnt > 1)
[all …]
H A D__ods_get_sheet_dims__.m87 repcnt = 0; variable
94 repcnt += ...
98 ## Next, add current repcnt value to llcol and update lcol
99 lcol = min (lcol, llcol + repcnt);
111 repcnt += ...
126 rcol = max (rcol, ii + repcnt);
/dports/devel/upp/upp/uppsrc/Geom/Ctrl/
H A DCoordCtrl.cpp32 bool EditDegree::Key(dword key, int repcnt) in Key() argument
44 return EditValue<double, ConvertDegree>::Key(key, repcnt); in Key()
H A DCoordCtrl.h12 virtual bool Key(dword key, int repcnt);
/dports/math/cadabra2/cadabra2-2.3.6.8/frontend/latex/
H A Dtableaux.sty46 \newcount\repcnt
109 \repcnt=\thisel%
114 \advance\repcnt by -1\ifnum\repcnt>1{}\repeat%
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_extensions.cpp5161 int repcnt; in Audit() local
5165 repcnt = 0; in Audit()
5173 repcnt = 0; in Audit()
5182 repcnt = 0; in Audit()
5191 repcnt = 0; in Audit()
5200 repcnt = 0; in Audit()
5209 repcnt = 0; in Audit()
5218 repcnt = 0; in Audit()
5227 repcnt = 0; in Audit()
5236 repcnt = 0; in Audit()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_extensions.cpp5161 int repcnt; in Audit() local
5165 repcnt = 0; in Audit()
5173 repcnt = 0; in Audit()
5182 repcnt = 0; in Audit()
5191 repcnt = 0; in Audit()
5200 repcnt = 0; in Audit()
5209 repcnt = 0; in Audit()
5218 repcnt = 0; in Audit()
5227 repcnt = 0; in Audit()
5236 repcnt = 0; in Audit()
[all …]
/dports/editors/2bsd-vi/ex-050325/
H A Dex_vops2.c263 int repcnt, savedoomed; in vappend() local
294 repcnt = 2; in vappend()
296 repcnt = 0; in vappend()
373 if (ch == 'r' && repcnt == 0) in vappend()
376 gcursor = vgetline(repcnt, gcursor, &escape, ch); in vappend()
400 repcnt = 0; in vappend()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Dparams-batch-exec-test.c9 static void b_result(SQLRETURN rc, HSTMT stmt, int repcnt, SQLUSMALLINT status[]) in b_result() argument
19 for (i = 0; i < repcnt; i++) in b_result()
/dports/math/cadabra2/cadabra2-2.3.6.8/frontend/common/
H A Dpreamble.tex93 \newcount\repcnt
156 \repcnt=\thisel%
161 \advance\repcnt by -1\ifnum\repcnt>1{}\repeat%
/dports/math/cadabra2/cadabra2-2.3.6.8/client_server/
H A Dnotebook.tex106 \newcount\repcnt
169 \repcnt=\thisel%
174 \advance\repcnt by -1\ifnum\repcnt>1{}\repeat%
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/services/
H A Diptables155 …elsif (($repcnt,$if,$chain,$fromip,$fromport,$toip,$toport,$proto,$rest,$inout) = ($ThisLine =~ /^…
161 if ($repcnt eq '') {
162 $repcnt = 1;
164 while ($repcnt >= 1) {
167 $repcnt = $repcnt - 1;
/dports/devel/upp/upp/uppsrc/RichEdit/
H A DUnitEdit.cpp103 bool UnitEdit::Key(dword key, int repcnt) in Key() argument
107 return EditField::Key(key, repcnt); in Key()
/dports/devel/z88dk/z88dk/libsrc/gfx/narrow/
H A Ddraw_profile_nostencil.asm100 ld a,(repcnt)
104 ld (repcnt),a
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DLoaderUNI.cpp130 for (mp_ubyte repcnt = 0; repcnt <= rep; repcnt++) in getMaxEffectsFromTrack() local
297 for (mp_ubyte repcnt = 0; repcnt <= rep; repcnt++) in demuxTrack() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/board/ACube/common/
H A Dhvideo.h30 extern void video_repeat_char(int x, int y, int repcnt, int repchar, int attr);
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/board/ACube/common/
H A Dhvideo.h30 extern void video_repeat_char(int x, int y, int repcnt, int repchar, int attr);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/board/ACube/common/
H A Dhvideo.h30 extern void video_repeat_char(int x, int y, int repcnt, int repchar, int attr);
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/board/ACube/common/
H A Dhvideo.h30 extern void video_repeat_char(int x, int y, int repcnt, int repchar, int attr);

12345