Searched refs:repeat (Results 126 - 150 of 218) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest050.tcl173 set databig DATA_BIG_[repeat alphabet 250]
H A Dtest102.tcl210 append datastr [repeat "a" $pad_bytes]
H A Dtest074.tcl25 set globaldata [repeat $alphabet 4]
H A Dtest095.tcl351 append basekey [repeat "a" [expr $pad_bytes * $i]]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dadp5520-keys.c129 if (pdata->repeat)
H A Dbf54x-keys.c288 if (pdata->repeat)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-clear_user.S152 subq $1, 16, $4 # .. .. E .. : Forward calculation - repeat the loop?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwebp.c413 int repeat = 0, length = 0; local
419 repeat = 3 + get_bits(&s->gb, 2);
425 repeat = 3 + get_bits(&s->gb, 3);
430 repeat = 11 + get_bits(&s->gb, 7);
433 if (symbol + repeat > alphabet_size) {
435 "invalid symbol %d + repeat %d > alphabet size %d\n",
436 symbol, repeat, alphabet_size);
440 while (repeat-- > 0)
H A Dhuffyuvdec.c98 int i, val, repeat; local
101 repeat = get_bits(gb, 3);
103 if (repeat == 0)
104 repeat = get_bits(gb, 8);
105 if (i + repeat > n || get_bits_left(gb) < 0) {
109 while (repeat--)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregcomp.c51 static VOID repeat _ANSI_ARGS_((struct vars *, struct state *, struct state *, int, int));
980 repeat(v, lp, rp, m, n);
1070 repeat(v, atom->begin, atom->end, m, n);
1082 repeat(v, s, atom->begin, m-1, (n == INFINITY) ? n : n-1);
1163 - repeat - replicate subNFA for quantifiers
1170 ^ static VOID repeat(struct vars *, struct state *, struct state *, int, int);
1173 repeat(v, lp, rp, m, n) function
1198 repeat(v, lp, rp, 1, n);
1218 repeat(v, lp, s, 1, n-1);
1238 repeat(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Damd8111e.c129 unsigned int repeat= REPEAT_CNT; local
140 } while (--repeat && (reg_val & PHY_CMD_ACTIVE));
157 unsigned int repeat = REPEAT_CNT; local
171 } while (--repeat && (reg_val & PHY_CMD_ACTIVE));
892 unsigned int repeat = REPEAT_CNT; local
899 while (--repeat && (status & MIB_CMD_ACTIVE));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex26 5) repeat at step 2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzinflate.cpp214 Inflator::Inflator(BufferedTransformation *attachment, bool repeat, int propagation) argument
216 , m_state(PRE_STREAM), m_repeat(repeat), m_reader(m_inQueue)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegbuf.c451 repeat:
468 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmthread.c68 repeat:
74 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dfix_node.c2414 goto repeat;
2423 goto repeat;
2429 goto repeat;
2434 goto repeat;
2440 goto repeat;
2477 goto repeat;
2483 goto repeat;
2486 repeat:
H A Dinode.c598 int repeat, retval = 0; local
689 repeat =
693 if (repeat == NO_DISK_SPACE || repeat == QUOTA_EXCEEDED) {
702 repeat =
706 if (repeat != NO_DISK_SPACE && repeat != QUOTA_EXCEEDED) {
709 if (repeat == QUOTA_EXCEEDED)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysfs/
H A Ddir.c212 repeat:
231 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/apei/
H A Dapei-base.c314 repeat:
327 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-io.c463 repeat:
538 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dshmem.c1245 repeat:
1309 goto repeat;
1313 goto repeat;
1322 goto repeat;
1330 goto repeat;
1383 goto repeat;
1394 goto repeat;
1477 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.c161 static enum repeat_mode repeat; variable in typeref:enum:repeat_mode
895 r_mode = repeat;
897 /* Force repeat mode at user request */
934 DPRINTF(E_LOG, L_PLAYER, "Failed to restart song for song repeat\n");
964 DPRINTF(E_DBG, L_PLAYER, "End of playlist reached and repeat is OFF\n");
1020 if ((repeat == REPEAT_OFF) && (cur_streaming == head))
1022 DPRINTF(E_DBG, L_PLAYER, "Start of playlist reached and repeat is OFF\n");
1111 r_mode = repeat;
1121 * (repeat song toggled in the last 2 seconds of a song)
1157 * - repeat OF
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv-avc.c1282 repeat:
1318 goto repeat;
1334 repeat:
1353 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Djbd_journal.c305 repeat:
338 goto repeat;
1740 repeat:
1760 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd/
H A Djournal.c313 repeat:
345 goto repeat;
1761 repeat:
1777 goto repeat;

Completed in 187 milliseconds

123456789