Home
last modified time | relevance | path

Searched refs:skip_start (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/misc/unix/
H A Dgetopt.c65 (*os)->skip_start = 1; in apr_getopt_init()
160 int len1 = os->skip_end - os->skip_start; in permute()
170 reverse(os->argv, os->skip_start, len1 + len2); in permute()
171 reverse(os->argv, os->skip_start, len2); in permute()
172 reverse(os->argv, os->skip_start + len2, len1); in permute()
176 os->skip_start += len2; in permute()
228 os->ind = os->skip_start; in apr_getopt_long()
270 os->ind = os->skip_start; in apr_getopt_long()
/dports/devel/apr1/apr-1.7.0/misc/unix/
H A Dgetopt.c65 (*os)->skip_start = 1; in apr_getopt_init()
160 int len1 = os->skip_end - os->skip_start; in permute()
170 reverse(os->argv, os->skip_start, len1 + len2); in permute()
171 reverse(os->argv, os->skip_start, len2); in permute()
172 reverse(os->argv, os->skip_start + len2, len1); in permute()
176 os->skip_start += len2; in permute()
228 os->ind = os->skip_start; in apr_getopt_long()
270 os->ind = os->skip_start; in apr_getopt_long()
/dports/emulators/vice/vice-3.5/src/lib/liblame/frontend/
H A Dget_audio.c264 b->skip_start = 0; in initPcmBuffer()
292 if (b->skip_start >= read) { in addPcmBuffer()
293 b->skip_start -= read; in addPcmBuffer()
296 a_n = read - b->skip_start; in addPcmBuffer()
321 b->skip_start = 0; in addPcmBuffer()
552 if (skip_start == 0) { in setSkipStartAndEnd()
568 skip_start += 240 + 1; in setSkipStartAndEnd()
571 skip_start += 240 + 1; in setSkipStartAndEnd()
586 skip_start = skip_start < 0 ? 0 : skip_start; in setSkipStartAndEnd()
588 global. pcm16.skip_start = global.pcm32.skip_start = skip_start; in setSkipStartAndEnd()
[all …]
/dports/audio/lame/lame-3.100/frontend/
H A Dget_audio.c264 b->skip_start = 0; in initPcmBuffer()
292 if (b->skip_start >= read) { in addPcmBuffer()
293 b->skip_start -= read; in addPcmBuffer()
296 a_n = read - b->skip_start; in addPcmBuffer()
321 b->skip_start = 0; in addPcmBuffer()
554 if (skip_start == 0) { in setSkipStartAndEnd()
570 skip_start += 240 + 1; in setSkipStartAndEnd()
573 skip_start += 240 + 1; in setSkipStartAndEnd()
588 skip_start = skip_start < 0 ? 0 : skip_start; in setSkipStartAndEnd()
590 global. pcm16.skip_start = global.pcm32.skip_start = skip_start; in setSkipStartAndEnd()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/frontend/
H A Dget_audio.c264 b->skip_start = 0; in initPcmBuffer()
292 if (b->skip_start >= read) { in addPcmBuffer()
293 b->skip_start -= read; in addPcmBuffer()
296 a_n = read - b->skip_start; in addPcmBuffer()
321 b->skip_start = 0; in addPcmBuffer()
552 if (skip_start == 0) { in setSkipStartAndEnd()
568 skip_start += 240 + 1; in setSkipStartAndEnd()
571 skip_start += 240 + 1; in setSkipStartAndEnd()
586 skip_start = skip_start < 0 ? 0 : skip_start; in setSkipStartAndEnd()
588 global. pcm16.skip_start = global.pcm32.skip_start = skip_start; in setSkipStartAndEnd()
[all …]
/dports/devel/py-rope/rope-0.18.0/rope/refactor/
H A Dencapsulate_field.py95 skip_start=start, skip_end=end)
121 skip_start=0, skip_end=0): argument
123 skip_start, skip_end)
129 def __init__(self, finder, resource, pymodule, skip_start, skip_end): argument
139 self.skip_start = skip_start
147 if self.skip_start <= start < self.skip_end:
/dports/textproc/htdig/htdig-3.2.0b6/htdig/
H A DHTML.cc79 skip_start (HtConfiguration::config()->Find("noindex_start")," \t"), in HTML()
124 if (skip_start.Count() > 1 || skip_end.Count() > 1) in HTML()
126 if (skip_start.Count() != 0 && skip_end.Count() != 0) in HTML()
157 if (skip_start.Count() < skip_end.Count()) in HTML()
160 << " noindex_end patterns, but only " << skip_start.Count() in HTML()
164 while (skip_start.Count () > skip_end.Count()) in HTML()
170 << " as noindex_end match for " << skip_start [missing+1] in HTML()
248 for (i = 0; i < skip_start.Count(); i++) in parse()
250 if (mystrncasecmp((char *)position, skip_start[i], in parse()
251 ((String*)skip_start.Nth(i))->length()) == 0) in parse()
[all …]
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/
H A Ddjpeg.c102 JDIMENSION skip_start, skip_end; variable
416 if (sscanf(argv[argn], "%u,%u", &skip_start, &skip_end) != 2 || in parse_switches()
417 skip_start > skip_end) in parse_switches()
733 cinfo.output_height -= (skip_end - skip_start + 1); in main()
738 while (cinfo.output_scanline < skip_start) { in main()
743 if ((tmp = jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1)) != in main()
744 skip_end - skip_start + 1) { in main()
746 progname, tmp, skip_end - skip_start + 1); in main()
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/
H A Ddjpeg.c102 JDIMENSION skip_start, skip_end; variable
416 if (sscanf(argv[argn], "%u,%u", &skip_start, &skip_end) != 2 || in parse_switches()
417 skip_start > skip_end) in parse_switches()
733 cinfo.output_height -= (skip_end - skip_start + 1); in main()
738 while (cinfo.output_scanline < skip_start) { in main()
743 if ((tmp = jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1)) != in main()
744 skip_end - skip_start + 1) { in main()
746 progname, tmp, skip_end - skip_start + 1); in main()
/dports/graphics/mozjpeg/mozjpeg-4.0.3/
H A Ddjpeg.c100 JDIMENSION skip_start, skip_end; variable
401 if (sscanf(argv[argn], "%u,%u", &skip_start, &skip_end) != 2 || in parse_switches()
402 skip_start > skip_end) in parse_switches()
701 cinfo.output_height -= (skip_end - skip_start + 1); in main()
706 while (cinfo.output_scanline < skip_start) { in main()
711 if ((tmp = jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1)) != in main()
712 skip_end - skip_start + 1) { in main()
714 progname, tmp, skip_end - skip_start + 1); in main()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libjpeg-turbo/libjpeg-turbo-2.0.6/
H A Ddjpeg.c100 JDIMENSION skip_start, skip_end; variable
401 if (sscanf(argv[argn], "%u,%u", &skip_start, &skip_end) != 2 || in parse_switches()
402 skip_start > skip_end) in parse_switches()
701 cinfo.output_height -= (skip_end - skip_start + 1); in main()
706 while (cinfo.output_scanline < skip_start) { in main()
711 if ((tmp = jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1)) != in main()
712 skip_end - skip_start + 1) { in main()
714 progname, tmp, skip_end - skip_start + 1); in main()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/vendor/
H A Ddjpeg.c102 JDIMENSION skip_start, skip_end; variable
416 if (sscanf(argv[argn], "%u,%u", &skip_start, &skip_end) != 2 || in parse_switches()
417 skip_start > skip_end) in parse_switches()
733 cinfo.output_height -= (skip_end - skip_start + 1); in main()
738 while (cinfo.output_scanline < skip_start) { in main()
743 if ((tmp = jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1)) != in main()
744 skip_end - skip_start + 1) { in main()
746 progname, tmp, skip_end - skip_start + 1); in main()
/dports/sysutils/py-hpilo/python-hpilo-4.4.3/
H A Dhpilo_fw.py88 skip_start = scexe.index(b'_SKIP=') + 6
89 skip_end = scexe.index(b'\n', skip_start)
90 skip = int(scexe[skip_start:skip_end]) - 1
/dports/net-mgmt/nagios4/nagios-4.4.6/tap/src/
H A Dtap.h44 # define skip_start(test, n, fmt, ...) \ macro
64 # define skip_start(test, n, ...) \ macro
/dports/net-mgmt/nagios/nagios-3.5.1/tap/src/
H A Dtap.h44 # define skip_start(test, n, fmt, ...) \ macro
64 # define skip_start(test, n, ...) \ macro
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/tap/
H A Dtap.h44 # define skip_start(test, n, fmt, ...) \ macro
68 # define skip_start(test, n, ...) \ macro
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/tap/
H A Dtap.h44 # define skip_start(test, n, fmt, ...) \ macro
68 # define skip_start(test, n, ...) \ macro
/dports/security/libotr/libotr-4.1.1/tests/utils/tap/
H A Dtap.h44 # define skip_start(test, n, fmt, ...) \ macro
64 # define skip_start(test, n, ...) \ macro
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libotr/tests/utils/tap/
H A Dtap.h44 # define skip_start(test, n, fmt, ...) \ macro
64 # define skip_start(test, n, ...) \ macro
/dports/net/torsocks/torsocks-2.3.0/tests/utils/tap/
H A Dtap.h44 # define skip_start(test, n, fmt, ...) \ macro
64 # define skip_start(test, n, ...) \ macro
/dports/devel/babeltrace/babeltrace-1.5.7/tests/utils/tap/
H A Dtap.h44 # define skip_start(test, n, fmt, ...) \ macro
64 # define skip_start(test, n, ...) \ macro
/dports/sysutils/watchman/watchman-4.5.0/thirdparty/
H A Dtap.h47 # define skip_start(test, n, fmt, ...) \ macro
67 # define skip_start(test, n, ...) \ macro
/dports/sysutils/py-pywatchman/watchman-4.9.0/thirdparty/
H A Dtap.h47 # define skip_start(test, n, fmt, ...) \ macro
67 # define skip_start(test, n, ...) \ macro
/dports/sysutils/liburcu/userspace-rcu-0.13.0/tests/utils/
H A Dtap.h25 # define skip_start(test, n, fmt, ...) \ macro
45 # define skip_start(test, n, ...) \ macro
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libjpeg/
H A Ddjpeg.c96 JDIMENSION skip_start, skip_end; variable
386 if (sscanf(argv[argn], "%u,%u", &skip_start, &skip_end) != 2 || in parse_switches()
387 skip_start > skip_end) in parse_switches()
684 cinfo.output_height -= (skip_end - skip_start + 1); in main()
689 while (cinfo.output_scanline < skip_start) { in main()
694 jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1); in main()

12345678