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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-risc.c245 int dwords,rc,line,maxy,start,end,skip,nskips; local
250 /* skip list for window clipping */
290 for (start = 0, skip = 0; start < ov->w.width; start = end) {
291 if (skip >= nskips) {
294 } else if (start < skips[skip].start) {
296 end = skips[skip].start;
299 end = skips[skip].end;
300 skip++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A DMakefile638 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
672 skip=`expr $$skip + 1`; \
701 if test "$$skip" -ne 0; then \
702 if test "$$skip" -eq 1; then \
703 skipped="($$skip test was not run)"; \
705 skipped="($$skip tests were not run)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c315 int skip = 1; local
322 if (skip && isspace(*p)) {
326 skip = 0;
1180 mod->skip = 1;
1515 mod->skip = 1;
1606 if (mod->skip)
1614 if (mod->skip)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputils.tcl728 # We traverse the entire queue, but since we skip some messages, we
1147 # If we're simulating a crash, skip the while loop and
1416 {start 0} {skip 0} {needpad 0} {inmem 0} args } {
1442 # with, if we're using record numbers. The "skip" variable
1444 # use, skip is equal to start.
1446 if { $skip != 0 } {
1447 for { set count 0 } { $count < $skip } { incr count } {
1544 {start 0} {skip 0} {useoverflow 0} args } {
1578 # with, if we're using record numbers. The "skip" variable
1580 # use, skip i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dpalinfo.c155 int i, begin, skip = 0; local
164 if ((value & 0x1) == 0 && skip == 0) {
169 skip = 1;
171 } else if ((value & 0x1) && skip == 1) {
172 skip = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/test/afpd/
H A DMakefile1128 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1162 skip=`expr $$skip + 1`; \
1191 if test "$$skip" -ne 0; then \
1192 if test "$$skip" -eq 1; then \
1193 skipped="($$skip test was not run)"; \
1195 skipped="($$skip tests were not run)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotion_est.c369 if(c->skip){
975 c->skip=0;
1102 && !c->skip && varc>50<<8 && vard>10<<8){
1110 && !c->skip){ //FIXME varc/d checks
1119 if(c->avctx->me_sub_cmp != c->avctx->mb_cmp && !c->skip)
1123 && !c->skip && varc>50<<8 && vard>10<<8){
1131 && !c->skip){ //FIXME varc/d checks
1216 c->skip=0;
1318 if(c->avctx->me_sub_cmp != c->avctx->mb_cmp && !c->skip)
1580 if(c->avctx->me_sub_cmp != c->avctx->mb_cmp && !c->skip)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead.S285 bz .Lagain1 # skip dataset header
287 bz .Lagain1 # skip dateset trailer
336 clc 0(3,%r2),.L_hdr # skip HDRx and EOFx
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c1422 struct meta_index *empty_meta_index(struct inode *inode, int offset, int skip) argument
1430 TRACE("empty_meta_index: offset %d, skip %d\n", offset, skip);
1465 meta->skip = skip;
1522 int skip = (blocks - 1) / ((SQUASHFS_SLOTS * SQUASHFS_META_ENTRIES + 1) * SQUASHFS_META_INDEXES); local
1523 return skip >= 7 ? 7 : skip + 1;
1533 int skip = calculate_skip(i_size_read(inode) >> sblk->block_log); local
1542 index /= SQUASHFS_META_INDEXES * skip;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_tcindex.c381 if (walker->count >= walker->skip) {
397 if (walker->count >= walker->skip) {
424 walker.skip = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegts.c863 goto skip;
877 /* skip packet */
878 skip:
1072 /* skip adaptation field */
1080 /* skip adapation field */
1145 int skip, len; local
1160 skip = raw_packet_size - TS_PACKET_SIZE;
1161 if (skip > 0)
1162 url_fskip(pb, skip);
H A Dflvdec.c143 url_fskip(ioc, keylen); //skip key string
145 return -1; //if we couldn't skip, bomb out.
156 url_fskip(ioc, 4); //skip 32-bit max array index
158 //this is the only case in which we would want a nested parse to not skip over the object
171 return -1; //if we couldn't skip, bomb out.
178 default: //unsupported type, we couldn't skip
344 goto skip;
348 else /* skip packet */
350 skip:
355 /* skip empt
[all...]
H A Drmdec.c245 goto skip;
287 skip:
288 /* skip codec info */
393 /* unknown tag: skip it */
446 goto skip;
468 skip:
469 /* skip packet if unknown number */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbindec.S309 bras len_ck |skip to LEN check
379 bgts k_pos |if pos and > 0, skip this
381 blts k_pos |if ILOG >= k, skip this
391 bges iscale |if pos, skip next inst
394 bgts no_inf |if false, skip rest
429 bccs e_next |if zero, skip the mul
544 beqs A11_st |if clear, skip rest
650 bccs l_next |if zero, skip the mul
701 bccs z_next |if zero, skip the mul
709 fbne A14_st |if not, skip thi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc677 goto skip;
717 skip:
737 goto skip;
740 goto skip;
744 goto skip;
751 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A DMakefile.in1040 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
1073 skip=`expr $$skip + 1`; \
1092 if test "$$skip" -ne 0; then \
1093 skipped="($$skip tests were not run)"; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm760 =item B<skip>
762 $Test->skip;
763 $Test->skip($why);
769 sub skip { subroutine
786 type => 'skip',
792 $out .= " # skip";
807 Like skip(), only it will declare the test as failing and TODO. Similar
851 Like skip(), only it skips all the rest of the tests you plan to run
1296 skip see skip()
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_lu.c73 ret->skip=0;
127 if (ctx->skip) return 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_lu.c73 ret->skip=0;
127 if (ctx->skip) return 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c220 goto skip;
231 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A DMakefile258 dd if=$(obj)/zvmlinux of=$(images)/zImage.$(end-y) skip=64 bs=1k
262 skip=64 bs=1k
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dclear_page.S68 bt .Larea2 ! skip to remainder
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dirq.c58 goto skip;
73 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dscall64-n32.S45 ld t1, PT_EPC(sp) # skip syscall on return
46 daddiu t1, 4 # skip to next instruction
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Dinitramfs.c517 goto skip;
537 skip:

Completed in 517 milliseconds

1234567891011>>