Searched refs:skip (Results 201 - 225 of 680) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp8.h76 uint8_t skip; member in struct:__anon2032
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dcafdec.c109 int strt, skip; local
114 skip = size - (avio_tell(pb) - strt);
115 if (skip < 0 || !st->codec->extradata ||
120 avio_skip(pb, skip);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/power/
H A Dmpih-add1.S69 bdz Lend # If done, skip loop
H A Dmpih-sub1.S70 bdz Lend # If done, skip loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-add1.S53 bdz Lend # If done, skip loop
H A Dmpih-sub1.S55 bdz Lend # If done, skip loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/sparc32/
H A Dmpih-rshift.S40 be L0 ! if multiple of 4 limbs, skip first loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-add1.S69 bdz Lend # If done, skip loop
H A Dmpih-sub1.S70 bdz Lend # If done, skip loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-add1.S53 bdz Lend # If done, skip loop
H A Dmpih-sub1.S55 bdz Lend # If done, skip loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32/
H A Dmpih-rshift.S40 be L0 ! if multiple of 4 limbs, skip first loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.c118 static FLAC__bool canonicalize_until_specification(utils__SkipUntilSpecification *spec, const char *inbasefilename, unsigned sample_rate, FLAC__uint64 skip, FLAC__uint64 total_samples_in_input);
463 const FLAC__uint64 skip = (FLAC__uint64)d->skip_specification->value.samples; local
465 if(!FLAC__stream_decoder_seek_absolute(d->decoder, skip)) {
553 FLAC__bool canonicalize_until_specification(utils__SkipUntilSpecification *spec, const char *inbasefilename, unsigned sample_rate, FLAC__uint64 skip, FLAC__uint64 total_samples_in_input) argument
577 spec->value.samples += skip;
586 if((FLAC__uint64)spec->value.samples <= skip) {
587 flac__utils_printf(stderr, 1, "%s: ERROR, --until value is before --skip point\n", inbasefilename);
626 /* calc foreign metadata size; for RIFF/AIFF we always skip the first chunk, format chunk, and sound chunk since we write our own */
651 /* seek forward to {allocate} or {skip over already-written chunks} before "fmt " */
666 /* seek forward to {allocate} or {skip ove
1007 const FLAC__uint64 skip = (FLAC__uint64)decoder_session->skip_specification->value.samples; local
1209 FLAC__uint64 skip, until; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dpixdesc.c49 int skip = x * step + comp.offset_plus1 - 1; local
50 const uint8_t *p = data[plane] + y * linesize[plane] + (skip >> 3);
51 int shift = 8 - depth - (skip & 7);
94 int skip = x * step + comp.offset_plus1 - 1; local
95 uint8_t *p = data[plane] + y * linesize[plane] + (skip >> 3);
96 int shift = 8 - depth - (skip & 7);
2290 int skip = 0; local
2295 skip ++;
2298 if (skip) {
2299 av_log(NULL, AV_LOG_INFO, "%3d unused pixel format values\n", skip);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dpkt_rx1.s101 ja @skip ; no, too big
124 @skip: xor di, di ; return ES:DI = NIL pointer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dflvdec.c423 return -1; // if we couldn't skip, bomb out.
432 avio_skip(ioc, 4); // skip 32-bit max array index
436 // parse to not skip over the object
451 return -1; // if we couldn't skip, bomb out.
457 default: // unsupported type, we couldn't skip
714 goto skip;
723 goto skip;
728 goto skip;
734 goto skip;
757 skip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Daudio_mix.c572 /* skip input channels that contribute fully only to the corresponding
575 int skip = 1; local
581 skip = 0;
589 skip = 0;
595 if (skip) {
600 /* skip input channels that do not contribute to any output channel */
620 /* skip output channels that only get full contribution from the
623 int skip = 1; local
629 skip = 0;
638 skip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dparsedate.c260 static void skip(const char **date) function
262 /* skip everything that aren't letters or digits */
350 skip(&date);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dprogdlg.tex47 \helpref{Update()}{wxprogressdialogupdate} will return true in its skip parameter.}
94 \param{bool *}{skip = NULL}}
111 \docparam{skip}{If "Skip" button was pressed since last
118 \param{bool *}{skip = NULL}}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dirq.c183 goto skip;
223 skip:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Drecovery.c429 int skip, dlen = le32_to_cpu(ch->len); local
432 skip = ALIGN(offs + UBIFS_CH_SZ, c->min_io_size) - offs;
433 if (is_empty(buf + skip, len - skip))
443 /* Now we know the corrupt node's length we can skip over it */
444 skip = ALIGN(offs + dlen, c->min_io_size) - offs;
446 if (is_empty(buf + skip, len - skip))
448 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleInput.java147 skip(2);
151 skip(byteLen + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep010.tcl149 set skip [berkdb random_int 2 8]
150 rep010_process_msgs $masterenv $clientenv 1 $skip
H A Drep046.tcl178 # items written in this part of the test, so skip this section
183 set skip $niter
189 $start $skip
214 # items written in this part of the test, so skip this section
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dhead_32.S45 .skip PAGE_SIZE - empty_zero_page - 1b
302 cmp/eq #0, r0 ! skip clear if set to zero

Completed in 289 milliseconds

1234567891011>>