Searched refs:skip (Results 151 - 175 of 680) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpc.c36 int size, skip; member in struct:__anon3569
130 c->curbits = c->frames[c->curframe].skip;
149 c->frames[cur].skip = curbits - 20;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/
H A DMakefile256 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
289 skip=`expr $$skip + 1`; \
308 if test "$$skip" -ne 0; then \
309 skipped="($$skip tests were not run)"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest001.tcl19 {start 0} {skip 0} {tnum "001"} args } {
58 # with, if we're using record numbers. The "skip" variable
60 # In normal use, skip will match start.
62 puts "\tTest$tnum: Starting at $start with dictionary entry $skip"
63 if { $skip != 0 } {
64 for { set count 0 } { $count < $skip } { incr count } {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h51 beq v1, CP0_PRID_OCTEON_PASS1, skip
59 bne v1, CP0_PRID_OCTEON_CN30XX, skip
65 skip:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_cgroup.c235 if (arg->count < arg->skip)
236 goto skip;
242 skip:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpc.c35 int size, skip; member in struct:__anon2216
129 c->curbits = c->frames[c->curframe].skip;
148 c->frames[cur].skip = curbits - 20;
H A Dswfdec.c70 /* skip rectangle size */
101 goto skip;
125 goto skip;
212 skip:
H A Dape.c49 int skip; member in struct:__anon2111
285 ape->frames[0].skip = 0;
290 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3;
296 if(ape->frames[i].skip){
297 ape->frames[i].pos -= ape->frames[i].skip;
298 ape->frames[i].size += ape->frames[i].skip;
376 AV_WL32(pkt->data + 4, ape->frames[ape->currentframe].skip);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dmpcore_cache.S87 blt skip @ skip if no cache, or just i-cache
108 skip: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dcommon.c52 static const void *get_config(u16 tag, size_t len, int skip, size_t *len_out) argument
61 if (skip == 0) {
65 skip--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dmpcore_cache.S87 blt skip @ skip if no cache, or just i-cache
108 skip: label
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dunzip.c51 static void unzip_skip(int fd, off_t skip) argument
53 if (lseek(fd, skip, SEEK_CUR) == (off_t)-1) {
56 bb_copyfd_exact_size(fd, -1, skip);
366 /* skip over duplicate crc, compressed size and uncompressed size */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/test/
H A DMakefile425 @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/drivers/media/video/gspca/stv06xx/
H A Dstv06xx.c362 int skip = (sd->to_skip < chunk_len) ? local
364 data += skip;
365 len -= skip;
366 chunk_len -= skip;
367 sd->to_skip -= skip;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dfile.c216 /* Free all clusters after the skip'th cluster. */
217 static int fat_free(struct inode *inode, int skip) argument
232 if (!skip) {
249 if (skip) {
253 ret = fat_get_cluster(inode, skip - 1, &fclus, &dclus);
280 inode->i_blocks = skip << (MSDOS_SB(sb)->cluster_bits - 9);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimgconvert.c466 int skip = 0; local
471 skip ++;
474 if (skip) {
475 av_log(NULL, AV_LOG_INFO, "%3d unused pixel format values\n", skip);
476 skip = 0;
H A Dqtrle.c65 int skip; local
66 /* skip & 0x80 appears to mean 'start a new line', which can be interpreted
79 skip = bytestream2_get_byte(&s->g);
83 if(skip & 0x80) {
86 pixel_ptr = row_ptr + 2 * (skip & 0x7f);
88 pixel_ptr += 2 * skip;
136 /* there's another skip code in the stream */
191 /* there's another skip code in the stream */
240 /* there's another skip code in the stream */
284 /* there's another skip cod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqtrle.c74 int skip; local
78 skip = s->buf[stream_ptr++];
82 if(skip & 0x80) {
85 pixel_ptr = row_ptr + 2 * (skip & 0x7f);
87 pixel_ptr += 2 * skip;
133 /* there's another skip code in the stream */
189 /* there's another skip code in the stream */
242 /* there's another skip code in the stream */
291 /* there's another skip code in the stream */
341 /* there's another skip cod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/tests/
H A DMakefile441 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
475 skip=`expr $$skip + 1`; \
504 if test "$$skip" -ne 0; then \
505 if test "$$skip" -eq 1; then \
506 skipped="($$skip test was not run)"; \
508 skipped="($$skip tests were not run)"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dgzwrite.c202 if (gz_zero(state, state->skip) == -1)
267 if (gz_zero(state, state->skip) == -1)
333 if (gz_zero(state, state->skip) == -1)
418 if (gz_zero(state, state->skip) == -1)
487 if (gz_zero(state, state->skip) == -1)
522 if (gz_zero(state, state->skip) == -1)
557 if (gz_zero(state, state->skip) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_srvr.c169 int new_state, state, skip = 0; local
478 skip = 1;
483 skip = 1;
529 skip = 1;
567 skip = 1;
908 if (!s->s3->tmp.reuse_message && !skip) {
921 skip = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_srvr.c169 int new_state, state, skip = 0; local
478 skip = 1;
483 skip = 1;
529 skip = 1;
567 skip = 1;
908 if (!s->s3->tmp.reuse_message && !skip) {
921 skip = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dgzwrite.c203 if (gz_zero(state, state->skip) == -1)
264 if (gz_zero(state, state->skip) == -1)
327 if (gz_zero(state, state->skip) == -1)
406 if (gz_zero(state, state->skip) == -1)
475 if (gz_zero(state, state->skip) == -1)
510 if (gz_zero(state, state->skip) == -1)
545 if (gz_zero(state, state->skip) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrond.c313 int skip = 0; local
320 skip = 1;
328 skip = 1;
341 skip = 1;
349 if (skip == 0) {
367 skip = strtol(ptr + 1, &ptr, 10);
384 s0 = skip;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/tests/
H A DMakefile.in307 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
341 skip=`expr $$skip + 1`; \
370 if test "$$skip" -ne 0; then \
371 if test "$$skip" -eq 1; then \
372 skipped="($$skip test was not run)"; \
374 skipped="($$skip tests were not run)"; \

Completed in 373 milliseconds

1234567891011>>