HomeSort by: relevance | last modified time | path
    Searched refs:repeat (Results 1 - 25 of 254) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
array-repeat.exp 20 source $srcdir/$subdir/array-repeat.exp.tcl
wchar.c 35 wchar_t repeat[128]; local
36 wchar_t *repeat_p = repeat;
38 repeat[0] = 0;
39 wcscat (repeat, L"A");
41 wcscat (repeat, cent);
42 wcscat (repeat, L"B");
page.exp 83 set fours [string repeat 4 40]
93 [list 1\r\n 2\r\n 3\r\n [string repeat 4 30]]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
array-repeat.exp 20 source $srcdir/$subdir/array-repeat.exp.tcl
wchar.c 35 wchar_t repeat[128]; local
36 wchar_t *repeat_p = repeat;
38 repeat[0] = 0;
39 wcscat (repeat, L"A");
41 wcscat (repeat, cent);
42 wcscat (repeat, L"B");
page.exp 83 set fours [string repeat 4 40]
93 [list 1\r\n 2\r\n 3\r\n [string repeat 4 30]]
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
libctf-repeat-cu.d 2 CTF archive member: .*/libctf-repeat-cu-lib.c:
4 CTF archive member: .*/libctf-repeat-cu-lib.c#0:
6 CTF archive member: .*/libctf-repeat-cu-lib.c#1:
libctf-repeat-cu.exp 28 set testname "libctf-repeat-cu.exp"
84 if { ! [one_lib_compile_check libctf-repeat-cu-lib.c "-DINT -DFUN=a" tmpdir/libctf-repeat-cu-lib.o tmpdir/a.a] } {
88 if { ! [one_lib_compile_check libctf-repeat-cu-lib.c "-DCHAR -DFUN=b" tmpdir/libctf-repeat-cu-lib.o tmpdir/b.a] } {
92 if { ! [one_lib_compile_check libctf-repeat-cu-lib.c "-DFUN=c" tmpdir/libctf-repeat-cu-lib.o tmpdir/c.a] } {
97 set src [remote_download host [file join $subsrcdir libctf-repeat-cu-main.c]]
99 set src [file join $subsrcdir libctf-repeat-cu-main.c]
102 set comp_output [prune_warnings [run_host_cmd "$CC_FOR_TARGET" "$CFLAGS_FOR_TARGET -gctf -fPIC -shared -o tmpdir/libctf-repeat-cu-main.so $src tmpdir/a.a tmpdir/b.a tmpdir/c.a"]
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
libctf-repeat-cu.d 2 CTF archive member: .*/libctf-repeat-cu-lib.c:
4 CTF archive member: .*/libctf-repeat-cu-lib.c#0:
6 CTF archive member: .*/libctf-repeat-cu-lib.c#1:
libctf-repeat-cu.exp 28 set testname "libctf-repeat-cu.exp"
79 if { ! [one_lib_compile_check libctf-repeat-cu-lib.c "-DINT -DFUN=a" tmpdir/libctf-repeat-cu-lib.o tmpdir/a.a] } {
83 if { ! [one_lib_compile_check libctf-repeat-cu-lib.c "-DCHAR -DFUN=b" tmpdir/libctf-repeat-cu-lib.o tmpdir/b.a] } {
87 if { ! [one_lib_compile_check libctf-repeat-cu-lib.c "-DFUN=c" tmpdir/libctf-repeat-cu-lib.o tmpdir/c.a] } {
92 set src [remote_download host [file join $subsrcdir libctf-repeat-cu-main.c]]
94 set src [file join $subsrcdir libctf-repeat-cu-main.c]
97 set comp_output [prune_warnings [run_host_cmd "$CC_FOR_TARGET" "$CFLAGS_FOR_TARGET -gctf -fPIC -shared -o tmpdir/libctf-repeat-cu-main.so $src tmpdir/a.a tmpdir/b.a tmpdir/c.a"]
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
array-repeat.exp 22 source ${srcdir}/gdb.base/array-repeat.exp.tcl
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
array-repeat.exp 22 source ${srcdir}/gdb.base/array-repeat.exp.tcl
  /src/sbin/wsconsctl/
mouse.c 53 static struct wsmouse_repeat repeat; variable in typeref:struct:wsmouse_repeat
81 { "repeat.buttons", &repeat.wr_buttons,
83 { "repeat.delay.first", &repeat.wr_delay_first,
85 { "repeat.delay.decrement", &repeat.wr_delay_decrement,
87 { "repeat.delay.minimum", &repeat.wr_delay_minimum,
109 if (field_by_value(&repeat.wr_buttons)->flags & FLG_GET |
    [all...]
keyboard.c 55 static struct wskbd_keyrepeat_data repeat; variable in typeref:struct:wskbd_keyrepeat_data
74 { "repeat.del1", &repeat.del1, FMT_UINT, FLG_MODIFY },
75 { "repeat.deln", &repeat.delN, FMT_UINT, FLG_MODIFY },
76 { "repeat.del1.default", &dfrepeat.del1, FMT_UINT, FLG_MODIFY },
77 { "repeat.deln.default", &dfrepeat.delN, FMT_UINT, FLG_MODIFY },
152 repeat.which = 0;
153 if (field_by_value(&repeat.del1)->flags & FLG_GET)
154 repeat.which |= WSKBD_KEYREPEAT_DODEL1
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/tests/
test-lock.c 245 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 = REPEAT_COUNT; repeat > 0; repeat--
530 int repeat; local
567 int i, repeat; local
    [all...]
  /src/external/mit/libuv/dist/src/
timer.c 62 handle->repeat = 0;
71 uint64_t repeat) {
85 handle->repeat = repeat;
117 if (handle->repeat) {
119 uv_timer_start(handle, handle->timer_cb, handle->repeat, handle->repeat);
126 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) {
127 handle->repeat = repeat;
    [all...]
  /src/external/bsd/tmux/dist/
cmd-bind-key.c 61 int repeat; local
77 repeat = args_has(args, 'r');
80 key_bindings_add(tablename, key, note, repeat, NULL);
86 key_bindings_add(tablename, key, note, repeat, value->cmdlist);
105 key_bindings_add(tablename, key, note, repeat, pr->cmdlist);
  /src/external/gpl3/binutils/dist/binutils/
sysinfo.y 29 static char * repeat;
46 %token REPEAT
177 repeat_it_field: '(' REPEAT NAME
184 printf("\tprintf(\"repeat %%d\\n\", %s);\n",$3);
186 printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",$3);
203 oldrepeat = repeat;
204 repeat = $3;
210 free (repeat);
212 repeat = oldrepeat;
294 repeat,
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
sysinfo.y 29 static char * repeat;
46 %token REPEAT
177 repeat_it_field: '(' REPEAT NAME
184 printf("\tprintf(\"repeat %%d\\n\", %s);\n",$3);
186 printf("\tprintf(\"repeat %%d\\n\", %s[n]);\n",$3);
203 oldrepeat = repeat;
204 repeat = $3;
210 free (repeat);
212 repeat = oldrepeat;
294 repeat,
    [all...]
  /src/external/bsd/atf/dist/tools/
ui.cpp 80 const bool repeat,
89 if (first || repeat)
105 if (repeat)
142 bool repeat, size_t col)
156 repeat, col);
158 if (repeat)
ui_test.cpp 45 bool repeat; member in struct:test
372 << (t->repeat ? "repeat" : "no repeat") << "', col "
378 t->repeat, t->col);
  /src/external/mpl/bind/dist/tests/bench/
compress.c 69 unsigned int repeat = 100; local
74 for (unsigned int n = 0; n < repeat; n++) {
99 printf("time %f / %u\n", (double)microseconds / 1000000.0, repeat);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
init.h 19 u32 repeat; member in struct:nvbios_init
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.testsuite/
gdb-caching-proc-consistency.exp 38 set repeat 10
41 for {set i 0} {$i < $repeat} {incr i} {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
gdb-caching-proc-consistency.exp 38 set repeat 10
41 for {set i 0} {$i < $repeat} {incr i} {

Completed in 98 milliseconds

1 2 3 4 5 6 7 8 91011