Searched refs:skip (Results 101 - 125 of 680) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/alpha/
H A Dmpih-sub1.S47 beq $2,.L0 # if multiple of 4 limbs, skip first loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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
H A Dmpih-sub1.S47 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dmvs.c19 int skip, count = 2; local
42 *name = '\0'; /* skip trailing blanks */
44 skip = (info_byte & SKIP_MASK) * 2 + 1;
45 ptr += skip;
46 count += (TTRLEN + NAMELEN + skip);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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
H A Dmpih-sub1.S47 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dgpshare.c602 size_t skip; local
615 for (i=0, repl=NULL, skip=0; gUsrBinFTPCommands[i] != NULL; i++) {
618 skip = strlen(gUsrBinFTPCommands[i]);
622 if (skip != 0) {
623 if ((src[skip] == '\0') || (isspace((int) src[skip]))) {
624 src += skip;
653 src++; /* skip */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder.c141 // Call the skip function directly instead of using
143 coder->mf.skip(&coder->mf, pending);
253 mf->skip = &lzma_mf_hc3_skip;
259 mf->skip = &lzma_mf_hc4_skip;
265 mf->skip = &lzma_mf_bt2_skip;
271 mf->skip = &lzma_mf_bt3_skip;
277 mf->skip = &lzma_mf_bt4_skip;
432 mf->skip(mf, mf->write_pos);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder.c141 // Call the skip function directly instead of using
143 coder->mf.skip(&coder->mf, pending);
253 mf->skip = &lzma_mf_hc3_skip;
259 mf->skip = &lzma_mf_hc4_skip;
265 mf->skip = &lzma_mf_bt2_skip;
271 mf->skip = &lzma_mf_bt3_skip;
277 mf->skip = &lzma_mf_bt4_skip;
432 mf->skip(mf, mf->write_pos);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Descape124.c212 superblocks_per_row = avctx->width / 8, skip = -1; local
285 if (skip == -1) {
286 // Note that this call will make us skip the rest of the blocks
288 skip = decode_skip_count(&gb);
291 if (skip) {
349 skip--;
H A Dqpeg.c215 } else if(code >= 0x80) { /* skip code: 0x80..0xBF */
216 int skip; local
220 skip value minus constant is in the next byte */
222 skip = (*src++) + 64;
224 skip = (*src++) + 320;
226 skip = code;
227 filled += skip;
236 /* zero code treated as one-pixel skip */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Descape124.c212 superblocks_per_row = avctx->width / 8, skip = -1; local
287 if (skip == -1) {
288 // Note that this call will make us skip the rest of the blocks
290 skip = decode_skip_count(&gb);
293 if (skip) {
349 skip--;
H A Dqpeg.c216 } else if(code >= 0x80) { /* skip code: 0x80..0xBF */
217 int skip; local
221 skip value minus constant is in the next byte */
223 skip = bytestream2_get_byte(&qctx->buffer) + 64;
225 skip = bytestream2_get_byte(&qctx->buffer) + 320;
227 skip = code;
228 filled += skip;
237 /* zero code treated as one-pixel skip */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dape.c47 int skip; member in struct:__anon3450
303 ape->frames[0].skip = 0;
308 ape->frames[i].skip = (ape->frames[i].pos - ape->frames[0].pos) & 3;
323 if(ape->frames[i].skip){
324 ape->frames[i].pos -= ape->frames[i].skip;
325 ape->frames[i].size += ape->frames[i].skip;
333 ape->frames[i].skip <<= 3;
334 ape->frames[i].skip += ape->bittable[i];
418 AV_WL32(pkt->data + 4, ape->frames[ape->currentframe].skip);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 pr_debug("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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/savage/
H A Dsavage_drv.h467 #define BCI_DRAW_PRIMITIVE(n, type, skip) \
468 BCI_WRITE(BCI_CMD_DRAW_PRIM | (type) | (skip) | \
470 #define DMA_DRAW_PRIMITIVE(n, type, skip) \
471 DMA_WRITE(BCI_CMD_DRAW_PRIM | (type) | (skip) | \
478 #define BCI_DRAW_INDICES_S4(n, type, skip) \
480 (skip) | ((n) << 16))

Completed in 202 milliseconds

1234567891011>>