Searched refs:skip (Results 251 - 275 of 680) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A DMakefile.in411 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
444 skip=`expr $$skip + 1`; \
463 if test "$$skip" -ne 0; then \
464 skipped="($$skip tests were not run)"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A DMakefile.in822 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
856 skip=`expr $$skip + 1`; \
885 if test "$$skip" -ne 0; then \
886 if test "$$skip" -eq 1; then \
887 skipped="($$skip test was not run)"; \
889 skipped="($$skip tests were not run)"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtruemotion2.c287 int skip = 0; local
300 skip = len * 4 + 4;
305 if (len >= INT_MAX/4-1 || len < 0 || skip > buf_size) {
318 if (skip <= pos)
320 init_get_bits(&ctx->gb, buf + pos, (skip - pos) * 8);
326 /* skip unused fields */
335 if (skip <= pos)
337 init_get_bits(&ctx->gb, buf + pos, (skip - pos) * 8);
358 if (skip <= pos)
360 init_get_bits(&ctx->gb, buf + pos, (skip
[all...]
H A Dmss2.c215 int skip = FFMIN((unsigned)repeat, dst + w - p); local
216 repeat -= skip;
217 p += skip;
345 int skip = FFMIN(repeat, pal_dst + w - pp); local
346 repeat -= skip;
347 pp += skip;
348 rp += skip * 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_smpl.c773 size_t field_len, i, skip; local
834 skip = field_len - BN_num_bytes(x);
835 if (skip > field_len)
840 while (skip > 0)
843 skip--;
845 skip = BN_bn2bin(x, buf + i);
846 i += skip;
855 skip = field_len - BN_num_bytes(y);
856 if (skip > field_len)
861 while (skip >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/lsb/
H A DMakefile366 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
400 skip=`expr $$skip + 1`; \
429 if test "$$skip" -ne 0; then \
430 if test "$$skip" -eq 1; then \
431 skipped="($$skip test was not run)"; \
433 skipped="($$skip tests were not run)"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/tests/
H A DMakefile438 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
472 skip=`expr $$skip + 1`; \
501 if test "$$skip" -ne 0; then \
502 if test "$$skip" -eq 1; then \
503 skipped="($$skip test was not run)"; \
505 skipped="($$skip tests were not run)"; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-power.c70 u8 no_dtim; /* number of skip dtim */
124 u8 skip; local
138 skip = 0;
144 skip = table[lvl].no_dtim;
147 max_sleep[IWL_POWER_VEC_SIZE - 1] = skip + 1;
151 /* figure out the listen interval based on dtim period and skip */
154 cpu_to_le32(period * (skip + 1));
161 if (skip)
191 skip, period);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_zilog.c348 static int skip(unsigned char **data, function
394 /* Save diffs & skip */
396 if (!skip(&data, endp, ndiffs))
421 if (!skip(&data, endp, (keys - 1) * (ndiffs + 1)))
432 /* skip key id */
611 if (!skip(&data, tx_data->endp, TX_BLOCK_SIZE))
660 /* skip diff positions */
661 if (!skip(&data, tx_data->endp, ndiffs))
668 if (!skip(&data, tx_data->endp,
673 if (!skip(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drmdec.c318 goto skip;
342 skip:
343 /* skip codec info */
377 goto skip;
384 goto skip;
396 skip:
504 /* unknown tag: skip it */
578 goto skip;
600 skip:
601 /* skip packe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/tests/
H A DMakefile375 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
408 skip=`expr $$skip + 1`; \
436 if test "$$skip" -ne 0; then \
437 if test "$$skip" -eq 1; then \
438 skipped="($$skip test was not run)"; \
440 skipped="($$skip tests were not run)"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/tests/
H A DMakefile375 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
408 skip=`expr $$skip + 1`; \
436 if test "$$skip" -ne 0; then \
437 if test "$$skip" -eq 1; then \
438 skipped="($$skip test was not run)"; \
440 skipped="($$skip tests were not run)"; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drmdec.c336 goto skip;
348 goto skip; //FIXME skip just this one
363 goto skip;
394 skip:
395 /* skip codec info */
429 goto skip;
436 goto skip;
448 skip:
557 /* unknown tag: skip i
[all...]
H A Dr3d.c338 goto skip;
346 goto skip;
351 skip:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dminiunz.c363 int skip=0; local
403 skip = 1;
409 if ((skip==0) && (err==UNZ_OK))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dgzlib.c390 offset += state->skip;
409 /* calculate skip amount, rewinding if needed for back seek when reading */
416 if (gzrewind(file) == -1) /* rewind, then skip to offset */
420 /* if reading, skip what's in output buffer (one less gzgetc() check) */
430 /* request skip (if not zero) */
433 state->skip = offset;
464 return state->x.pos + (state->seek ? state->skip : 0);
H A Dgzread.c262 /* skip over len bytes or reach end-of-file, whichever comes first */
264 /* skip over whatever is in output buffer */
278 /* need more data to skip -- load up output buffer */
319 /* process a skip request */
322 if (gz_skip(state, state->skip) == -1)
404 /* try output buffer (no need to check for skip request) */
439 /* process a skip request */
442 if (gz_skip(state, state->skip) == -1)
503 /* process a skip request */
506 if (gz_skip(state, state->skip)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Daccess.c258 unsigned int i, skip; local
274 skip = pos & 3;
276 if (i >= skip) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dtx.c108 * contains a flag that indicates if we have to skip it or not.
151 * header that says 'skip this') and at the head of the buffer, an
158 * | msg_hdr to skip (size |= 0x80000) |
381 * skip the tail room and try to allocate from the head.
415 * i2400m_tx_skip_tail() to skip the tail space. Now i2400m_tx() calls
482 * Mark the tail of the FIFO buffer as 'to-skip'
490 * space only for a header. _tx_close() will mark it as to-skip (as it
514 d_printf(2, dev, "skip tail: skipping %zu bytes @%zu\n",
850 skip:
859 if (tx_msg->size & I2400M_TX_SKIP) { /* skip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm28 skip todo todo_skip
84 skip $why, $how_many unless $have_some_feature;
123 facilities to skip tests, test future features and compare complicated
147 In some cases, you'll want to completely skip an entire testing script.
151 Your script will declare a skip with the reason why you skipped and
819 necessary to skip tests, or declare that they are supposed to fail
822 For more details on the mechanics of skip and todo tests see
834 skip $why, $how_many if $condition;
840 there are, $why and under what $condition to skip them. An example is
846 skip "HTM
873 sub skip { subroutine
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dminiunz.c292 int skip=0; local
332 skip = 1;
338 if ((skip==0) && (err==UNZ_OK))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dminiunz.c292 int skip=0; local
332 skip = 1;
338 if ((skip==0) && (err==UNZ_OK))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_fdb.c403 unsigned long maxnum, unsigned long skip)
421 if (skip) {
422 --skip;
402 br_fdb_fillbuf(struct net_bridge *br, void *buf, unsigned long maxnum, unsigned long skip) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dminiunz.c363 int skip=0; local
403 skip = 1;
409 if ((skip==0) && (err==UNZ_OK))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dgzlib.c380 offset += state->skip;
399 /* calculate skip amount, rewinding if needed for back seek when reading */
406 if (gzrewind(file) == -1) /* rewind, then skip to offset */
410 /* if reading, skip what's in output buffer (one less gzgetc() check) */
420 /* request skip (if not zero) */
423 state->skip = offset;
454 return state->x.pos + (state->seek ? state->skip : 0);

Completed in 384 milliseconds

<<11121314151617181920>>