Searched refs:skip (Results 26 - 50 of 341) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp23xx/
H A Dentry-macro.S18 movne \irqnr, \irqnr, lsr #2 @ skip unwanted low order bits
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-lshift.S52 bdz Lend2 # if just one limb, skip loop
55 bdz Lend # if just two limb, skip loop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dextract-ikconfig24 dd if="$file" ibs=1 skip="$start" count="$size" 2>/dev/null | zcat
69 (dd ibs="$off" skip=1 count=0 && dd bs=512k) <"$image" 2>/dev/null | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dcommon.c43 static const void *get_config(u16 tag, size_t len, int skip, size_t *len_out) argument
57 if (skip == 0)
59 skip--;
96 if (skip == 0) {
100 skip--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Ddd.c87 "bs=\0""count=\0""seek=\0""skip=\0""if=\0""of=\0"
117 off_t seek, skip; member in struct:__anon11198
129 #define skip (Z.skip ) macro
192 arg = key + 1; /* skip this keyword and ',' */
212 skip = XATOU_SFX(arg, dd_suffixes);
254 if (skip) {
255 if (lseek(ifd, skip * ibs, SEEK_CUR) < 0) {
256 while (skip-- > 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/
H A Dpcap-int.h63 int skip; member in struct:pcap_md
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dirq.c63 goto skip;
78 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep047.tcl170 set skip $niter
173 rep_test_bulk $method $masterenv $masterdb $niter $start $skip 0
184 set skip [expr $skip + $niter]
185 set start $skip
186 rep_test_bulk $method $masterenv $masterdb $niter $start $skip 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/ia64/
H A Daliasing-test.c74 goto skip;
76 goto skip;
105 skip:
158 goto skip;
160 goto skip;
193 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dlocktest.c421 int n, i, n1, skip, r1, r2; local
471 skip = n/2;
480 for (i=0;i<n-skip;i+=skip) {
482 printf("excluding %d-%d\n", i, i+skip-1);
483 for (j=i;j<i+skip;j++) {
492 for (j=i;j<i+skip;j++) {
496 if (i+(skip-1) < m) {
497 memmove(&recorded[i], &recorded[i+skip],
498 (m-(i+skip
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpeg.c208 /* skip program_stream_info */
219 /* skip program_stream_info */
236 int pes_ext, ext2_len, id_ext, skip; local
345 skip = (pes_ext >> 4) & 0xb;
346 skip += skip & 0x9;
347 if (pes_ext & 0x40 || skip > header_len){
349 pes_ext=skip=0;
351 url_fskip(s->pb, skip);
352 header_len -= skip;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dzran.c247 int ret, skip; local
285 /* skip uncompressed bytes until offset reached, then satisfy request */
288 skip = 1; /* while skipping to offset */
291 if (offset == 0 && skip) { /* at offset now */
294 skip = 0; /* only do this once */
296 if (offset > WINSIZE) { /* skip WINSIZE bytes */
301 else if (offset != 0) { /* last skip */
335 } while (skip);
338 ret = skip ? 0 : len - strm.avail_out;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzran.c247 int ret, skip; local
285 /* skip uncompressed bytes until offset reached, then satisfy request */
288 skip = 1; /* while skipping to offset */
291 if (offset == 0 && skip) { /* at offset now */
294 skip = 0; /* only do this once */
296 if (offset > WINSIZE) { /* skip WINSIZE bytes */
301 else if (offset != 0) { /* last skip */
335 } while (skip);
338 ret = skip ? 0 : len - strm.avail_out;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dsavage_drm.h187 unsigned short skip; /* vertex format (skip flags) */ member in struct:drm_savage_cmd_header::__anon4241
194 unsigned short skip; member in struct:drm_savage_cmd_header::__anon4242
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirq.c112 goto skip;
127 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Ddeluser.c66 goto skip;
72 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DFastInputStream.java82 public long skip(long count) { method in class:FastInputStream
110 * Equivalent to <code>skip()<code> but takes an int parameter instead of a
113 * @see #skip(long)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Dpage_copy.S62 bge/u r3, r7, tr3 ! skip alloco for last 2 lines
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A Dmcount.S28 .skip OVSTACKSIZE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Drock.h10 unsigned char skip; member in struct:SU_SP_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/alpha/
H A Dmpih-add1.S48 beq $2,.L0 # if multiple of 4 limbs, skip first loop
H A Dmpih-sub1.S47 beq $2,.L0 # if multiple of 4 limbs, skip first loop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-add1.S46 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
H A Dmpih-lshift.S46 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
H A Dmpih-rshift.S43 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop

Completed in 574 milliseconds

1234567891011>>