Searched refs:skip (Results 51 - 75 of 341) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-sub1.S47 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Dddp_output.c100 at_cksum( m, skip )
102 int skip;
110 if ( skip ) {
111 skip--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest109.tcl174 # The variable "skip" is the cachesize with a direction.
175 set skip $csize
177 set skip [expr $csize * -1]
254 set expected [expr $init + [expr $i * $skip]]
267 set expected [expr $min + [expr $j * $skip]]
275 set expected [expr $max + [expr $j * $skip]]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Descape124.c219 superblocks_per_row = avctx->width / 8, skip = -1; local
292 if (skip == -1) {
293 // Note that this call will make us skip the rest of the blocks
295 skip = decode_skip_count(&gb);
298 if (skip) {
356 skip--;
H A Dqpeg.c214 } else if(code >= 0x80) { /* skip code: 0x80..0xBF */
215 int skip; local
219 skip value minus constant is in the next byte */
221 skip = (*src++) + 64;
223 skip = (*src++) + 320;
225 skip = code;
226 filled += skip;
235 /* zero code treated as one-pixel skip */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dfile.c215 /* Free all clusters after the skip'th cluster. */
216 static int fat_free(struct inode *inode, int skip) argument
231 if (!skip) {
248 if (skip) {
252 ret = fat_get_cluster(inode, skip - 1, &fclus, &dclus);
279 inode->i_blocks = skip << (MSDOS_SB(sb)->cluster_bits - 9);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_flac.sh275 # test --skip and --until
283 dd if=master.raw ibs=1 skip=10 count=40 of=50c.skip10.raw 2>/dev/null || $dddie
284 dd if=master.raw ibs=1 skip=11 count=39 of=50c.skip11.raw 2>/dev/null || $dddie
285 dd if=master.raw ibs=1 skip=20 count=30 of=50c.skip20.raw 2>/dev/null || $dddie
286 dd if=master.raw ibs=1 skip=30 count=20 of=50c.skip30.raw 2>/dev/null || $dddie
287 dd if=master.raw ibs=1 skip=40 count=10 of=50c.skip40.raw 2>/dev/null || $dddie
293 dd if=master.raw ibs=1 skip=10 count=20 of=50c.skip10.until30.raw 2>/dev/null || $dddie
294 dd if=master.raw ibs=1 skip=10 count=29 of=50c.skip10.until39.raw 2>/dev/null || $dddie
295 dd if=master.raw ibs=1 skip=10 count=30 of=50c.skip10.until40.raw 2>/dev/null || $dddie
296 dd if=master.raw ibs=1 skip
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_ftp.c64 char skip; member in struct:ftp_search
73 .skip = ' ',
81 .skip = ' ',
91 .skip = '(',
99 .skip = '(',
257 char skip, char term,
282 /* Now we've found the constant string, try to skip
283 to the 'skip' character */
284 for (i = plen; data[i] != skip; i++)
290 DEBUGP("Skipped up to `%c'!\n", skip);
255 find_pattern(const char *data, size_t dlen, const char *pattern, size_t plen, char skip, char term, unsigned int *numoff, unsigned int *numlen, struct nf_conntrack_man *cmd, int (*getnum)(const char *, size_t, struct nf_conntrack_man *, char)) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dex_data.c419 goto skip;
423 skip:
466 goto skip;
470 skip:
506 goto skip;
510 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dex_data.c415 goto skip;
419 skip:
462 goto skip;
466 skip:
502 goto skip;
506 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dsavage_drv.h466 #define BCI_DRAW_PRIMITIVE(n, type, skip) \
467 BCI_WRITE(BCI_CMD_DRAW_PRIM | (type) | (skip) | \
469 #define DMA_DRAW_PRIMITIVE(n, type, skip) \
470 DMA_WRITE(BCI_CMD_DRAW_PRIM | (type) | (skip) | \
477 #define BCI_DRAW_INDICES_S4(n, type, skip) \
479 (skip) | ((n) << 16))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dhotplug2.c135 int skip; local
151 skip = ++ptr - event_str;
152 size -= skip;
156 skip = strlen(ptr);
157 ptr += skip + 1;
158 size -= skip + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_smpl.c427 size_t field_len, i, skip; local
501 skip = field_len - BN_num_bytes(x);
502 if (skip > field_len)
507 while (skip > 0)
510 skip--;
512 skip = BN_bn2bin(x, buf + i);
513 i += skip;
522 skip = field_len - BN_num_bytes(y);
523 if (skip > field_len)
528 while (skip >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dxattr.c488 size_t skip = 0; local
506 skip = file_pos = sizeof(struct reiserfs_xattr_header);
507 if (chunk + skip > PAGE_CACHE_SIZE)
508 chunk = PAGE_CACHE_SIZE - skip;
515 page_offset + chunk + skip);
518 memcpy(data + skip, buffer + buffer_pos, chunk);
522 skip);
528 skip = 0;
598 size_t skip = 0; local
615 skip
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dirq.c70 goto skip;
85 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dhead.S171 beq a4, a5, 1b # skip, empty entry
172 beq a4, a6, 1b # skip, source and dest. are the same
H A Dirq.c96 goto skip;
111 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dirq.c70 goto skip;
86 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_netlink.c116 goto skip;
122 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A DDbRecord.c117 u_int32_t skip; local
131 skip = (recordp->field_count + 2) * sizeof(u_int32_t);
132 recordp->record = (u_int8_t *)data->data + skip;
133 recordp->record_len = data->size - skip;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvbdev.c188 goto skip;
191 skip:
289 goto skip;
292 skip:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dhead.S37 .skip PAGE_SIZE - empty_zero_page - 1b
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/libbridge/
H A Dlibbridge.h109 unsigned long skip, int num);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dpkt_sched.h11 int skip; member in struct:qdisc_walker

Completed in 462 milliseconds

1234567891011>>