Searched refs:skip (Results 76 - 100 of 680) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dkgdb.c145 unsigned int skip:1; member in struct:hw_breakpoint
189 breakinfo[breakno].skip = 0;
256 + breakinfo->skip);
262 + breakinfo->skip);
268 + breakinfo->skip);
274 + breakinfo->skip);
280 + breakinfo->skip);
286 + breakinfo->skip);
294 + breakinfo->skip);
302 + breakinfo->skip);
[all...]
H A Dirqchip.c45 goto skip;
55 skip:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpeg.c73 // skip pes payload to avoid start code emulation for private
217 /* skip program_stream_info */
228 /* skip program_stream_info */
245 int pes_ext, ext2_len, id_ext, skip; local
359 skip = (pes_ext >> 4) & 0xb;
360 skip += skip & 0x9;
361 if (pes_ext & 0x40 || skip > header_len){
363 pes_ext=skip=0;
365 avio_skip(s->pb, skip);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/helpers/
H A Dftp.c211 char skip; member in struct:ftp_search
220 .skip = ' ',
228 .skip = ' ',
238 .skip = '(',
246 .skip = '(',
257 char skip, char term,
272 /* short packet, skip partial matching. */
281 /* Now we've found the constant string, try to skip
282 to the 'skip' character */
283 for (i = plen; data[i] != skip;
254 ftp_find_pattern(struct pkt_buff *pkt, unsigned int dataoff, unsigned int dlen, const char *pattern, size_t plen, char skip, char term, unsigned int *matchoff, unsigned int *matchlen, struct myct_man *cmd, int (*getnum)(const char *, size_t, struct myct_man *cmd, uint16_t, char), int dir) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dprom_32.c211 int skip, tmp, fd; local
217 skip = 0;
224 skip = 1;
237 tmp = skip;
251 (skip ? ":b" : ":a"));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dpasswd.c160 if (!c) goto skip; /* passwd starts with '!' */
163 if (c) goto skip; /* not '!' */
196 skip:
H A Ddeluser.c66 goto skip;
72 skip:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dzran.c252 int ret, skip; local
290 /* skip uncompressed bytes until offset reached, then satisfy request */
293 skip = 1; /* while skipping to offset */
296 if (offset == 0 && skip) { /* at offset now */
299 skip = 0; /* only do this once */
301 if (offset > WINSIZE) { /* skip WINSIZE bytes */
306 else if (offset != 0) { /* last skip */
340 } while (skip);
343 ret = skip ? 0 : len - strm.avail_out;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Descape130.c208 int skip = -1, y_avg = 0, i, j; local
238 // Note that this call will make us skip the rest of the blocks
240 if (skip == -1)
241 skip = decode_skip_count(&gb);
242 if (skip == -1) {
243 av_log(avctx, AV_LOG_ERROR, "Error decoding skip value\n");
247 if (skip) {
312 skip--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dprogdlgg.cpp329 wxProgressDialog::Update(int value, const wxString& newmsg, bool *skip) argument
437 return DoAfterUpdate(skip);
446 bool wxProgressDialog::Pulse(const wxString& newmsg, bool *skip) argument
464 return DoAfterUpdate(skip);
467 bool wxProgressDialog::DoAfterUpdate(bool *skip) argument
470 // also to process the clicks on the cancel and skip buttons
475 if ( m_skip && skip && !*skip )
477 *skip = true;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dirq.c105 goto skip;
120 skip:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Dsavage_drm.h187 unsigned short skip; /* vertex format (skip flags) */ member in struct:drm_savage_cmd_header::__anon17179
194 unsigned short skip; member in struct:drm_savage_cmd_header::__anon17180
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib64/
H A Dsdivsi3.S98 .skip 16
101 .skip 16
H A Dcopy_page.S62 bge/u r2, r7, tr3 ! skip alloco for last 2 lines
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dirq.c67 goto skip;
84 skip:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dretr.c142 /* Write data in BUF to OUT. However, if *SKIP is non-zero, skip that
147 write_data (FILE *out, const char *buf, int bufsize, wgint *skip,
152 if (*skip > bufsize)
154 *skip -= bufsize;
157 if (*skip)
159 buf += *skip;
160 bufsize -= *skip;
161 *skip = 0;
229 wgint skip = 0;
236 skip
146 write_data(FILE *out, const char *buf, int bufsize, wgint *skip, wgint *written) argument
228 wgint skip = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstackwalk.h132 // notice that Walk() frame itself is not included if skip >= 1)
133 virtual void Walk(size_t skip = 1, size_t maxDepth = 200) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Drock.h10 unsigned char skip; member in struct:SU_SP_s
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dddp_output.c100 at_cksum( m, skip )
102 int skip;
110 if ( skip ) {
111 skip--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsetup.h90 " 1:.skip %c0;" \
111 1: .skip sz; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/alpha/
H A Dmpih-add1.S48 beq $2,.L0 # if multiple of 4 limbs, skip first loop

Completed in 300 milliseconds

1234567891011>>