Searched refs:repeat (Results 1 - 25 of 218) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-vasprintf.c53 int repeat; local
55 for (repeat = 0; repeat <= 8; repeat++)
69 int repeat; local
71 for (repeat = 0; repeat <= 8; repeat++)
H A Dtest-xvasprintf.c56 int repeat; local
58 for (repeat = 0; repeat <= 8; repeat++)
70 int repeat; local
72 for (repeat = 0; repeat <= 8; repeat++)
H A Dtest-lock.c241 int repeat; local
243 for (repeat = REPEAT_COUNT; repeat > 0; repeat--)
328 int repeat; local
330 for (repeat = REPEAT_COUNT; repeat > 0; repeat--)
435 int repeat; local
437 for (repeat
526 int repeat; local
563 int i, repeat; local
[all...]
H A Dtest-c-strcasestr.c68 size_t repeat = 10000; local
81 for (; repeat > 0; repeat--)
93 size_t repeat = 10000; local
104 for (; repeat > 0; repeat--)
H A Dtest-c-strstr.c68 size_t repeat = 10000; local
80 for (; repeat > 0; repeat--)
92 size_t repeat = 10000; local
103 for (; repeat > 0; repeat--)
H A Dtest-mbsstr1.c69 size_t repeat = 10000; local
81 for (; repeat > 0; repeat--)
93 size_t repeat = 10000; local
104 for (; repeat > 0; repeat--)
H A Dtest-mbsstr2.c78 size_t repeat = 10000; local
90 for (; repeat > 0; repeat--)
102 size_t repeat = 10000; local
117 for (; repeat > 0; repeat--)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/doc/
H A Dlisting3.c9 CFG_INT("repeat", 1, CFGF_NONE),
13 int repeat; local
19 repeat = cfg_getint(cfg, "repeat");
20 while(repeat--)
H A Dlisting4.c9 CFG_INT("repeat", 1, CFGF_NONE),
13 int repeat; local
20 repeat = cfg_getint(cfg, "repeat");
21 while(repeat--)
H A Dlisting5.c9 CFG_INT("repeat", 1, CFGF_NONE),
18 int repeat; local
29 repeat = cfg_getint(cfg_greet, "repeat");
30 while(repeat--)
H A Dlisting8.c21 CFG_INT("repeat", 1, CFGF_NONE),
30 int repeat; local
34 cfg_set_validate_func(cfg, "greeting|repeat", validate_unsigned_int);
42 repeat = cfg_getint(cfg_greet, "repeat");
43 while(repeat--)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-lock.c140 int repeat; local
142 for (repeat = REPEAT_COUNT; repeat > 0; repeat--)
230 int repeat; local
232 for (repeat = REPEAT_COUNT; repeat > 0; repeat--)
340 int repeat; local
342 for (repeat
434 int repeat; local
471 int i, repeat; local
[all...]
H A Dtest-memchr.c67 size_t repeat = 10000; local
68 for (; repeat > 0; repeat--)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/i2c/
H A Dlm8323.h38 bool repeat; member in struct:lm8323_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr_rtime.c88 int repeat; local
92 repeat = data_in[pos++];
96 if (repeat) {
97 if (backoffs + repeat >= outpos) {
98 while(repeat) {
100 repeat--;
103 memcpy(&cpage_out[outpos],&cpage_out[backoffs],repeat);
104 outpos+=repeat;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/tests/
H A Dtest-lock.c245 int repeat; local
247 for (repeat = REPEAT_COUNT; repeat > 0; repeat--)
332 int repeat; local
334 for (repeat = REPEAT_COUNT; repeat > 0; repeat--)
439 int repeat; local
441 for (repeat
530 int repeat; local
567 int i, repeat; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf548/include/mach/
H A Dbf54x_keys.h15 unsigned short repeat; member in struct:bfin_kpad_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestThreads.c99 unsigned int i, repeat; local
105 for (repeat = 0;repeat < 500;repeat++) {
142 unsigned int i, repeat; local
149 for (repeat = 0;repeat < 500;repeat++) {
150 printf("repeat: %d\n",repeat);
[all...]
H A DtestThreadsWin32.c88 unsigned int i, repeat; local
94 for (repeat = 0;repeat < TEST_REPEAT_COUNT;repeat++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestThreads.c99 unsigned int i, repeat; local
105 for (repeat = 0;repeat < 500;repeat++) {
142 unsigned int i, repeat; local
149 for (repeat = 0;repeat < 500;repeat++) {
150 printf("repeat: %d\n",repeat);
[all...]
H A DtestThreadsWin32.c88 unsigned int i, repeat; local
94 for (repeat = 0;repeat < TEST_REPEAT_COUNT;repeat++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-chr.h52 size_t repeat = 10000; local
53 for (; repeat > 0; repeat--)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du-ct-casefold.h47 int repeat = (uninorm_is_compat_decomposing (nf) ? 2 : 1); local
81 if (repeat > 1)
103 while (--repeat > 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dseqlock.h90 repeat:
95 goto repeat;
133 repeat:
138 goto repeat;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzlib.cpp48 ZlibDecompressor::ZlibDecompressor(BufferedTransformation *attachment, bool repeat, int propagation) argument
49 : Inflator(attachment, repeat, propagation)

Completed in 407 milliseconds

123456789