Searched refs:skip (Results 1 - 25 of 125) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/dec/prom/
H A Dlocore.S26 addiu k0, 4 # skip the causing instruction
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Ddd.c52 off_t seek = 0, skip = 0; local
62 else if (strncmp("skip=", argv[i], 5) == 0)
63 skip = parse_number(argv[i]+5, dd_suffixes);
117 if (skip) {
118 if (lseek(ifd, skip * bs, SEEK_CUR) < 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dsun3-head.S24 SYMBOL_NAME(swapper_pg_dir): .skip 0x2000
25 SYMBOL_NAME(pg0): .skip 0x2000
26 SYMBOL_NAME(kernel_pmd_table): .skip 0x2000
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/
H A Dpcap-int.h62 int skip; member in struct:pcap_md
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/
H A Dpcap-int.h63 int skip; member in struct:pcap_md
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/
H A Dpcap-int.h63 int skip; member in struct:pcap_md
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dfdc-isr.c195 /* Mark sector as soft error and skip it
274 * id_am_error 0 mark bad and skip
275 * id_crc_error 0 mark bad and skip
276 * data_am_error 0 mark bad and skip
277 * data_crc_error % 1024 mark bad and skip
279 * mark bad and skip on read
280 * overrun_error [ 0..all-1 ] mark bad and skip
317 * sector. I.e. skip the bad sector.
386 * failing sector. I.e. skip the bad sector.
442 unsigned int skip)
440 continue_xfer(buffer_struct *buff, fdc_mode_enum mode, unsigned int skip) argument
556 retry_sector(buffer_struct *buff, int mode, unsigned int skip) argument
726 int skip; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/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...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/mm/
H A Dfault.c217 if (fix->skip & 1)
219 if (fix->skip & 2)
222 regs->iaoq[0] += ((fix->skip) & ~3);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dptrace.c252 int skip; local
299 skip=0;
311 skip=8;
327 skip=4;
338 skip=4;
366 skip=8;
371 skip=4;
394 +skip
/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov518_decomp.c104 signed char skip; /* Number of zero coefficients. Unused w/ DC */ member in struct:tree_node
529 /* If no node is found, coeffbits and skip will not be modified */
532 getNodeAC(unsigned int in, signed char *coeffbits, signed char *skip, argument
553 *skip = tree[node].skip;
664 signed char skip = 0; local
667 bits = getNodeAC(input, &coeffbits, &skip, tree);
687 return skip;
723 /* For AC coefficients, here is what the "skip" value means:
725 * 0: Use the returned coeff. Don't skip anythin
737 int k, skip; local
780 int k, skip; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/isofs/
H A Drock.h8 unsigned char skip; member in struct:SU_SP
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dhead-netwinder.S25 beq 2f @ skip this code
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/board/bcm947xx/src/
H A Dbcm947xx_init.S107 bne t2,a3,_move_ahead # if not 5350 then skip
110 li t2,CID_PKG_MASK # if it is a vsim 5350, also skip
113 beq t2,a3,_move_ahead # if pkg opt 1 then skip
129 bne t2,a3,_move_ahead2 # if not 5354 then skip
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dpkt_cls.h37 int skip; member in struct:tcf_walker
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dpkt_cls.h37 int skip; member in struct:tcf_walker
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/lib/
H A Dmcount.S29 .skip OVSTACKSIZE
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dmaui.c113 int skip = 1; local
119 if (!skip || (maui_os[i] == 'S' && (i == 0 || maui_os[i - 1] == '\n'))) {
120 skip = 0;
123 eol_seen = skip = 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/rescue/
H A Dhead.S123 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
166 ;; skip the code transparency block (10 bytes).
197 move.d $r8, $r1 ; for its checksum check, skip the ptable
208 addq 16, $r3 ; skip the reserved bytes
210 bpl ploop ; rw partition, skip validation
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_conntrack_ftp.c37 char skip; member in struct:ftp_search
174 char skip, char term,
198 /* Now we've found the constant string, try to skip
199 to the 'skip' character */
200 for (i = plen; data[i] != skip; i++)
206 DEBUGP("Skipped up to `%c'!\n", skip);
298 search[i].skip,
172 find_pattern(const char *data, size_t dlen, const char *pattern, size_t plen, char skip, char term, unsigned int *numoff, unsigned int *numlen, u_int32_t array[6], int (*getnum)(const char *, size_t, u_int32_t[], char)) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_conntrack_ftp.c37 char skip; member in struct:ftp_search
174 char skip, char term,
198 /* Now we've found the constant string, try to skip
199 to the 'skip' character */
200 for (i = plen; data[i] != skip; i++)
206 DEBUGP("Skipped up to `%c'!\n", skip);
298 search[i].skip,
172 find_pattern(const char *data, size_t dlen, const char *pattern, size_t plen, char skip, char term, unsigned int *numoff, unsigned int *numlen, u_int32_t array[6], int (*getnum)(const char *, size_t, u_int32_t[], char)) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_xtree.c945 int skip; /* index of entry of insertion */ local
975 skip = split->index;
977 if (skip < nextindex)
978 memmove(&sp->xad[skip + 1], &sp->xad[skip],
979 (nextindex - skip) * sizeof(xad_t));
982 xad = &sp->xad[skip];
995 min(skip, (int)xtlck->lwm.offset) : skip;
1089 skip
1228 int skip, maxentry, middle, righthalf, n; local
1477 int skip, nextindex; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/boot/
H A Dipleckd.S69 lhi %r5,4 # r5: skip 4 blocks = firstpage....
78 chi %r5,0 # still blocks to skip?
81 jm .L007 # no: skip the blocks one by one
83 sr %r5,%r4 # decrease number of blocks to skip
86 ahi %r2,1 # skip 1 block...
103 brct %r4,.L001 # skip to next block
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/boot/
H A Dipleckd.S69 lhi %r5,4 # r5: skip 4 blocks = firstpage....
78 chi %r5,0 # still blocks to skip?
81 jm .L007 # no: skip the blocks one by one
83 sr %r5,%r4 # decrease number of blocks to skip
86 ahi %r2,1 # skip 1 block...
103 brct %r4,.L001 # skip to next block
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dprints.c156 static char * is_there_reiserfs_struct (char * fmt, int * what, int * skip) argument
160 *skip = 0;
169 (*skip) ++;
196 int i, j, what, skip; local
200 while( (k = is_there_reiserfs_struct( fmt1, &what, &skip )) != NULL )
206 for (i = 0; i < skip; i ++)

Completed in 360 milliseconds

12345