Searched refs:repeat (Results 76 - 100 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 Dtest053.tcl75 set data [repeat DATA 22]
79 [repeat [string toupper [string range $keystring $i $i]] 3]
137 # delete one key, repeat
H A Dtest062.tcl144 [string range $d 2 end] [repeat $k 2]
H A Dtest083.tcl91 set data [repeat . 50]
H A Dtest107.tcl72 set data [repeat $origdata [expr $data_size / $len]]
H A Dtest114.tcl106 set str [repeat $alphabet 100]
215 set str [repeat $alphabet 100]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkthread.c290 repeat:
322 goto repeat;
H A Dstop_machine.c244 repeat:
287 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Danm.c190 repeat:
201 next page and repeat */
207 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dhuffyuv.c181 int i, val, repeat; local
184 repeat= get_bits(gb, 3);
186 if(repeat==0)
187 repeat= get_bits(gb, 8);
188 //printf("%d %d\n", val, repeat);
189 if(i+repeat > 256 || get_bits_left(gb) < 0) {
193 while (repeat--)
559 int repeat=0; local
561 for(; i<256 && len[i]==val && repeat<255; i++)
562 repeat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dinode.c200 repeat:
213 goto repeat;
237 goto repeat;
279 goto repeat;
361 repeat:
369 goto repeat;
386 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dtransaction.c109 repeat:
129 goto repeat;
155 goto repeat;
182 goto repeat;
542 repeat:
648 goto repeat;
681 goto repeat;
880 repeat:
898 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd/
H A Dtransaction.c112 repeat:
132 goto repeat;
158 goto repeat;
185 goto repeat;
534 repeat:
648 goto repeat;
682 goto repeat;
895 repeat:
913 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dvtime.c256 repeat:
260 goto repeat;
267 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uninorm/
H A Dtest-u16-nfkc.c310 size_t repeat = 1; local
361 for (; repeat > 0; repeat--)
H A Dtest-u32-nfkc.c310 size_t repeat = 1; local
361 for (; repeat > 0; repeat--)
H A Dtest-u8-nfc.c268 size_t repeat = 1; local
343 for (; repeat > 0; repeat--)
H A Dtest-u8-nfd.c255 size_t repeat = 1; local
329 for (; repeat > 0; repeat--)
H A Dtest-u8-nfkd.c276 size_t repeat = 1; local
350 for (; repeat > 0; repeat--)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzinflate.h97 /*! \param repeat decompress multiple compressed streams in series
100 Inflator(BufferedTransformation *attachment = NULL, bool repeat = false, int autoSignalPropagation = -1);
H A Dzdeflate.cpp594 unsigned int repeat = (unsigned int)(p - oldp); local
595 if (repeat <= 10)
597 extraBits = repeat-3;
603 extraBits = repeat-11;
611 unsigned int repeat = (unsigned int)(p - oldp); local
612 extraBits = repeat-3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/
H A Dadp5520.h174 unsigned repeat:1; /* Enable key repeat */ member in struct:adp5520_keys_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-linkedhash_list.c110 unsigned int repeat; local
132 for (repeat = 0; repeat < 10000; repeat++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dpgtable.c107 repeat:
137 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dmodula.exp92 in word set repeat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhuffyuvenc.c172 int repeat = 0; local
174 for (; i < n && len[i] == val && repeat < 255; i++)
175 repeat++;
177 av_assert0(val < 32 && val >0 && repeat < 256 && repeat>0);
178 if (repeat > 7) {
180 buf[index++] = repeat;
182 buf[index++] = val | (repeat << 5);

Completed in 288 milliseconds

123456789