Home
last modified time | relevance | path

Searched refs:skipcount (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/print/lyx/lyx-2.3.4.2/src/tex2lyx/test/
H A Druntests.py39 skipcount = 0
44 skipcount = 1
45 if len(argv) >= 3+skipcount:
46 sys.path.append(os.path.join(sys.argv[2+skipcount]))
52 if len(argv) < 2+skipcount:
54 elif len(argv) <= 5+skipcount:
55 tex2lyx = argv[1+skipcount]
66 if len(argv) >= 4+skipcount:
67 outputdir = os.path.realpath(sys.argv[3+skipcount])
72 if len(argv) >= 5+skipcount:
[all …]
/dports/audio/strawberry/strawberry-1.0.0/data/schema/
H A Dschema-8.sql60 skipcount INTEGER NOT NULL DEFAULT 0, field
117 skipcount INTEGER NOT NULL DEFAULT 0, field
174 skipcount INTEGER NOT NULL DEFAULT 0, field
231 skipcount INTEGER NOT NULL DEFAULT 0, field
288 skipcount INTEGER NOT NULL DEFAULT 0, field
345 skipcount INTEGER NOT NULL DEFAULT 0, field
402 skipcount INTEGER NOT NULL DEFAULT 0, field
459 skipcount INTEGER NOT NULL DEFAULT 0, field
521 skipcount INTEGER NOT NULL DEFAULT 0, field
540 …id, filename, filetype, filesize, mtime, ctime, unavailable, playcount, skipcount, lastplayed, com…
[all …]
H A Dschema-11.sql60 skipcount INTEGER NOT NULL DEFAULT 0, field
131 skipcount INTEGER NOT NULL DEFAULT 0, field
149 …tory_id, url, filetype, filesize, mtime, ctime, unavailable, playcount, skipcount, lastplayed, com…
150 …tory_id, url, filetype, filesize, mtime, ctime, unavailable, playcount, skipcount, lastplayed, com…
161 …tory_id, url, filetype, filesize, mtime, ctime, unavailable, playcount, skipcount, lastplayed, com…
162 …tory_id, url, filetype, filesize, mtime, ctime, unavailable, playcount, skipcount, lastplayed, com…
217 skipcount INTEGER DEFAULT 0,
235 …tory_id, url, filetype, filesize, mtime, ctime, unavailable, playcount, skipcount, lastplayed, com…
236 …tory_id, url, filetype, filesize, mtime, ctime, unavailable, playcount, skipcount, lastplayed, com…
H A Dschema.sql61 skipcount INTEGER NOT NULL DEFAULT 0,
123 skipcount INTEGER NOT NULL DEFAULT 0,
185 skipcount INTEGER NOT NULL DEFAULT 0,
247 skipcount INTEGER NOT NULL DEFAULT 0,
309 skipcount INTEGER NOT NULL DEFAULT 0,
371 skipcount INTEGER NOT NULL DEFAULT 0,
433 skipcount INTEGER NOT NULL DEFAULT 0,
495 skipcount INTEGER NOT NULL DEFAULT 0,
577 skipcount INTEGER DEFAULT 0,
H A Dschema-4.sql36 skipcount INTEGER NOT NULL DEFAULT 0, field
89 skipcount INTEGER NOT NULL DEFAULT 0, field
142 skipcount INTEGER NOT NULL DEFAULT 0, field
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DJob.cpp37 skipcount(0), in Job()
171 skipcount++; in SendRasters()
177 if (skipcount > 0) { in SendRasters()
179 err = m_pEncap->SendCAPy(skipcount); in SendRasters()
180 skipcount = 0; in SendRasters()
224 if (!m_bDataSent && skipcount > 0) { in NewPage()
225 skipcount = 0; in NewPage()
234 skipcount = 0; in NewPage()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/BAMImporter/
H A DBAMSprite2D.cpp88 int skipcount = y * Frame.w + x; in GetPixel() local
91 while (skipcount > 0) { in GetPixel()
93 skipcount -= (*rle++)+1; in GetPixel()
95 skipcount--; in GetPixel()
98 if (skipcount >= 0 && *rle != colorkey) { in GetPixel()
/dports/mail/renattach/renattach-1.2.4/src/
H A Dutility.c322 if (zip->skipcount == 0) in unzip_filename()
327 zip->skipcount--; in unzip_filename()
371 zip->skipcount = (unsigned char)*databuf_pos; in unzip_filename()
373 zip->skipcount |= ((unsigned char)*databuf_pos) << 8; in unzip_filename()
375 zip->skipcount |= ((unsigned char)*databuf_pos) << 16; in unzip_filename()
377 zip->skipcount |= ((unsigned char)*databuf_pos) << 24; in unzip_filename()
388 zip->skipcount += (unsigned char)*databuf_pos; in unzip_filename()
391 zip->skipcount += ((unsigned char)*databuf_pos) << 8; in unzip_filename()
392 if (zip->skipcount > MAX_ZIPBYTES) /* Exceeded reasonable size */ in unzip_filename()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dqtrleenc.c115 unsigned int skipcount; in qtrle_encode_line() local
132 skipcount = 0; in qtrle_encode_line()
137 skipcount = FFMIN(skipcount + 1, MAX_RLE_SKIP); in qtrle_encode_line()
139 skipcount = 0; in qtrle_encode_line()
141 total_skip_cost = s->length_table[i + skipcount] + 2; in qtrle_encode_line()
142 s->skip_table[i] = skipcount; in qtrle_encode_line()
159 if (repeatcount > 1 && (skipcount == 0 || total_repeat_cost < total_skip_cost)) { in qtrle_encode_line()
164 else if (skipcount > 0) { in qtrle_encode_line()
/dports/science/py-pydicom/pydicom-2.2.2/examples/image_processing/
H A Dreslice.py42 skipcount = 0 variable
47 skipcount = skipcount + 1
49 print("skipped, no SliceLocation: {}".format(skipcount))
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dqtrleenc.c143 unsigned int skipcount; in qtrle_encode_line() local
168 skipcount = 0; in qtrle_encode_line()
225 skipcount = FFMIN(skipcount + 1, MAX_RLE_SKIP); in qtrle_encode_line()
227 skipcount = 0; in qtrle_encode_line()
229 total_skip_cost = s->length_table[i + skipcount] + 2; in qtrle_encode_line()
230 s->skip_table[i] = skipcount; in qtrle_encode_line()
247 if (repeatcount > 1 && (skipcount == 0 || total_repeat_cost < total_skip_cost)) { in qtrle_encode_line()
252 else if (skipcount > 0) { in qtrle_encode_line()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dqtrleenc.c148 unsigned int skipcount; in qtrle_encode_line() local
169 skipcount = 0; in qtrle_encode_line()
223 skipcount = FFMIN(skipcount + 1, MAX_RLE_SKIP); in qtrle_encode_line()
225 skipcount = 0; in qtrle_encode_line()
227 total_skip_cost = s->length_table[i + skipcount] + 2; in qtrle_encode_line()
228 s->skip_table[i] = skipcount; in qtrle_encode_line()
245 if (repeatcount > 1 && (skipcount == 0 || total_repeat_cost < total_skip_cost)) { in qtrle_encode_line()
250 else if (skipcount > 0) { in qtrle_encode_line()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dqtrleenc.c143 unsigned int skipcount; in qtrle_encode_line() local
168 skipcount = 0; in qtrle_encode_line()
225 skipcount = FFMIN(skipcount + 1, MAX_RLE_SKIP); in qtrle_encode_line()
227 skipcount = 0; in qtrle_encode_line()
229 total_skip_cost = s->length_table[i + skipcount] + 2; in qtrle_encode_line()
230 s->skip_table[i] = skipcount; in qtrle_encode_line()
247 if (repeatcount > 1 && (skipcount == 0 || total_repeat_cost < total_skip_cost)) { in qtrle_encode_line()
252 else if (skipcount > 0) { in qtrle_encode_line()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dqtrleenc.c143 unsigned int skipcount; in qtrle_encode_line() local
164 skipcount = 0; in qtrle_encode_line()
218 skipcount = FFMIN(skipcount + 1, MAX_RLE_SKIP); in qtrle_encode_line()
220 skipcount = 0; in qtrle_encode_line()
222 total_skip_cost = s->length_table[i + skipcount] + 2; in qtrle_encode_line()
223 s->skip_table[i] = skipcount; in qtrle_encode_line()
240 if (repeatcount > 1 && (skipcount == 0 || total_repeat_cost < total_skip_cost)) { in qtrle_encode_line()
245 else if (skipcount > 0) { in qtrle_encode_line()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dqtrleenc.c143 unsigned int skipcount; in qtrle_encode_line() local
164 skipcount = 0; in qtrle_encode_line()
218 skipcount = FFMIN(skipcount + 1, MAX_RLE_SKIP); in qtrle_encode_line()
220 skipcount = 0; in qtrle_encode_line()
222 total_skip_cost = s->length_table[i + skipcount] + 2; in qtrle_encode_line()
223 s->skip_table[i] = skipcount; in qtrle_encode_line()
240 if (repeatcount > 1 && (skipcount == 0 || total_repeat_cost < total_skip_cost)) { in qtrle_encode_line()
245 else if (skipcount > 0) { in qtrle_encode_line()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dqtrleenc.c148 unsigned int skipcount; in qtrle_encode_line() local
169 skipcount = 0; in qtrle_encode_line()
223 skipcount = FFMIN(skipcount + 1, MAX_RLE_SKIP); in qtrle_encode_line()
225 skipcount = 0; in qtrle_encode_line()
227 total_skip_cost = s->length_table[i + skipcount] + 2; in qtrle_encode_line()
228 s->skip_table[i] = skipcount; in qtrle_encode_line()
245 if (repeatcount > 1 && (skipcount == 0 || total_repeat_cost < total_skip_cost)) { in qtrle_encode_line()
250 else if (skipcount > 0) { in qtrle_encode_line()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dqtrleenc.c143 unsigned int skipcount; in qtrle_encode_line() local
164 skipcount = 0; in qtrle_encode_line()
218 skipcount = FFMIN(skipcount + 1, MAX_RLE_SKIP); in qtrle_encode_line()
220 skipcount = 0; in qtrle_encode_line()
222 total_skip_cost = s->length_table[i + skipcount] + 2; in qtrle_encode_line()
223 s->skip_table[i] = skipcount; in qtrle_encode_line()
240 if (repeatcount > 1 && (skipcount == 0 || total_repeat_cost < total_skip_cost)) { in qtrle_encode_line()
245 else if (skipcount > 0) { in qtrle_encode_line()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/machine/
H A Dxbox360_ppc.h105 int skipcount = workerThreadIndex; in __TBB_XBOX360_GetHardwareThreadIndex() local
110 if (skipcount==0) break; in __TBB_XBOX360_GetHardwareThreadIndex()
111 skipcount--; in __TBB_XBOX360_GetHardwareThreadIndex()
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Df_neuclrtab.c71 static long skipcount; variable
120 skipcount = sv; in neu_init2()
137 if (!skipcount--) { in neu_pixel()
138 skipcount = nskip(cursamp); in neu_pixel()
150 while (n > skipcount) { in neu_colrs()
151 cs += skipcount; in neu_colrs()
152 n -= skipcount+1; in neu_colrs()
153 skipcount = nskip(cursamp); in neu_colrs()
160 skipcount -= n; in neu_colrs()
/dports/sysutils/webmin/webmin-1.981/samba/
H A Dmake_epass.cgi39 $skipcount++;
129 if ($skipcount) {
130 print &text('mkpass_skipcount', $skipcount),"<p>\n";
/dports/audio/gnupod/gnupod-0.99.8/src/
H A Dgnupod_otgsync.pl143 $el->{file}->{skipcount} += $plcref->{skipcount}{int(@keeper)-1};
145 …$el->{file}->{played_flag} = 1 if ($el->{file}->{playcount} > 0 || $el->{file}->{skipcount} > 0 ||…
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/audio/dsp_filters/
H A Dphaser.c47 unsigned long skipcount; member
74 if ((ph->skipcount++ % phaserlfoskipsamples) == 0) in phaser_process()
76 ph->gain = 0.5 * (1.0 + cos(ph->skipcount * ph->lfoskip + ph->phase)); in phaser_process()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/audio/dsp_filters/
H A Dphaser.c47 unsigned long skipcount; member
74 if ((ph->skipcount++ % phaserlfoskipsamples) == 0) in phaser_process()
76 ph->gain = 0.5 * (1.0 + cos(ph->skipcount * ph->lfoskip + ph->phase)); in phaser_process()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/audio/dsp_filters/
H A Dphaser.c47 unsigned long skipcount; member
74 if ((ph->skipcount++ % phaserlfoskipsamples) == 0) in phaser_process()
76 ph->gain = 0.5 * (1.0 + cos(ph->skipcount * ph->lfoskip + ph->phase)); in phaser_process()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/audio/dsp_filters/
H A Dphaser.c47 unsigned long skipcount; member
74 if ((ph->skipcount++ % phaserlfoskipsamples) == 0) in phaser_process()
76 ph->gain = 0.5 * (1.0 + cos(ph->skipcount * ph->lfoskip + ph->phase)); in phaser_process()

123456789