Searched refs:skip (Results 176 - 200 of 680) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.c70 FLAC__uint64 skip; member in struct:__anon3777
133 static FLAC__bool canonicalize_until_specification(utils__SkipUntilSpecification *spec, const char *inbasefilename, unsigned sample_rate, FLAC__uint64 skip, FLAC__uint64 total_samples_in_input);
227 unsigned long skip; local
242 skip= (xx-minimum_comm_size)+(xx & 1U);
337 /* skip any extra data in the COMM chunk */
338 if(!fskip_ahead(infile, skip)) {
345 * --skip string to a number of samples:
349 encoder_session.skip = (FLAC__uint64)options.common.skip_specification.value.samples;
350 FLAC__ASSERT(!options.common.sector_align || encoder_session.skip == 0);
393 /* skip an
590 unsigned long skip= xx+(xx & 1U); local
1150 unsigned long skip = xx+(xx & 1U); local
2282 canonicalize_until_specification(utils__SkipUntilSpecification *spec, const char *inbasefilename, unsigned sample_rate, FLAC__uint64 skip, FLAC__uint64 total_samples_in_input) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/test/
H A DMakefile.in425 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
459 skip=`expr $$skip + 1`; \
488 if test "$$skip" -ne 0; then \
489 if test "$$skip" -eq 1; then \
490 skipped="($$skip test was not run)"; \
492 skipped="($$skip tests were not run)"; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_xtree.c698 int skip; /* index of entry of insertion */ local
728 skip = split->index;
730 if (skip < nextindex)
731 memmove(&sp->xad[skip + 1], &sp->xad[skip],
732 (nextindex - skip) * sizeof(xad_t));
735 xad = &sp->xad[skip];
747 min(skip, (int)xtlck->lwm.offset) : skip;
843 skip
969 int skip, maxentry, middle, righthalf, n; local
1231 int skip, nextindex; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/agrep/
H A DMakefile.in237 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
270 skip=`expr $$skip + 1`; \
289 if test "$$skip" -ne 0; then \
290 skipped="($$skip tests were not run)"; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wavefront/
H A Dwavefront_synth.c875 int skip = 0;
922 skip = WF_GET_CHANNEL(&header->hdr.s);
924 if (skip > 0 && header->hdr.s.SampleResolution != LINEAR_16BIT) {
930 switch (skip) {
933 skip = 1;
937 skip = 2;
941 skip = 2;
945 skip = 3;
949 skip = 4;
953 skip
873 int skip = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dinetd.c526 static char *skip(char **cpp) /* int report; */ function
618 while ((cp = nextline()) && *cp == '#') /* skip comment line */;
625 arg = skip(&cp);
642 arg = skip(&cp);
653 arg = skip(&cp);
668 sep->se_proto = xxstrdup(skip(&cp));
711 arg = skip(&cp);
724 /* if ((arg = skip(&cp, 1)) == NULL) */
726 sep->se_user = xxstrdup(skip(&cp));
734 /* if ((arg = skip(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dbrec.c118 goto skip;
130 skip:
210 goto skip;
222 skip:
383 goto skip;
411 skip:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dbrec.c105 goto skip;
117 skip:
197 goto skip;
209 skip:
358 goto skip;
386 skip:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dbrec.c109 goto skip;
121 skip:
202 goto skip;
214 skip:
376 goto skip;
404 skip:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbio-integrity.c582 * bio_integrity_mark_head - Advance bip_vec skip bytes
584 * @skip: Number of bytes to advance it
587 unsigned int skip)
593 if (skip == 0) {
596 } else if (skip >= iv->bv_len) {
597 skip -= iv->bv_len;
598 } else { /* skip < iv->bv_len) */
599 iv->bv_offset += skip;
600 iv->bv_len -= skip;
586 bio_integrity_mark_head(struct bio_integrity_payload *bip, unsigned int skip) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpctrl.c486 goto skip;
490 goto skip;
502 goto skip;
507 goto skip;
514 goto skip;
528 skip:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dpixdesc.c42 int skip = x * step + comp.offset_plus1 - 1; local
43 const uint8_t *p = data[plane] + y * linesize[plane] + (skip >> 3);
44 int shift = 8 - depth - (skip & 7);
84 int skip = x * step + comp.offset_plus1 - 1; local
85 uint8_t *p = data[plane] + y * linesize[plane] + (skip >> 3);
86 int shift = 8 - depth - (skip & 7);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dbrstm.c195 goto skip;
204 goto skip;
229 skip:
H A Dcafdec.c111 int strt, skip; local
116 skip = size - (avio_tell(pb) - strt);
117 if (skip < 0 || !st->codec->extradata ||
122 avio_skip(pb, skip);
138 /* For the old style cookie, we skip 12 bytes, then read 36 bytes.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_basic.c236 if (arg->count < arg->skip)
237 goto skip;
243 skip:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzappend.c201 /* skip over n bytes of in */
202 local void skip(file *in, unsigned n) function
234 /* skip over gzip header */
244 skip(in, 6);
248 skip(in, n);
252 if (flags & 2) skip(in, 2);
277 /* skip gzip header */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dgzguts.h185 z_off64_t skip; /* amount to skip (already rewound if backwards) */ member in struct:__anon4143
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddirtrav.tex80 to abort traversing completely, {\tt wxDIR\_IGNORE} to skip this directory but
104 {\tt wxDIR\_IGNORE} to skip this directory but continue with others or
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzappend.c199 /* skip over n bytes of in */
200 local void skip(file *in, unsigned n) function
232 /* skip over gzip header */
242 skip(in, 6);
246 skip(in, n);
250 if (flags & 2) skip(in, 2);
275 /* skip gzip header */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dstack.c450 int skip = trace->skip; local
458 if (skip) {
459 --skip;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgzappend.c199 /* skip over n bytes of in */
200 local void skip(file *in, unsigned n) function
232 /* skip over gzip header */
242 skip(in, 6);
246 skip(in, n);
250 if (flags & 2) skip(in, 2);
275 /* skip gzip header */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dpkt_sched.h10 int skip; member in struct:qdisc_walker
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddfa.c76 return 0; // skip frame
300 int skip, copy; local
306 skip = bytestream2_get_byteu(gb) * 2;
307 if (frame_end - frame < copy + skip ||
310 frame += skip;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dgzappend.c199 /* skip over n bytes of in */
200 local void skip(file *in, unsigned n) function
232 /* skip over gzip header */
242 skip(in, 6);
246 skip(in, n);
250 if (flags & 2) skip(in, 2);
275 /* skip gzip header */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dgzguts.h169 z_off64_t skip; /* amount to skip (already rewound if backwards) */ member in struct:__anon2764

Completed in 519 milliseconds

1234567891011>>