Home
last modified time | relevance | path

Searched refs:Repeat (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCScheduleE5500.td86 [11], // Latency = 7, Repeat rate = 1
138 [6, 2], // Latency = 2, Repeat rate = 2
159 [7, 2], // Latency = 3, Repeat rate = 1
163 [7, 2], // Latency = 3, Repeat rate = 1
167 [7, 2], // Latency = 3, Repeat rate = 1
176 [7, 2], // Latency = 3, Repeat rate = 1
182 [7, 2], // Latency = 3, Repeat rate = 1
187 [7, 2], // Latency = 3, Repeat rate = 1
316 [5], // Latency = 1, Repeat rate = 1
320 [5], // Latency = 1, Repeat rate = 1
[all …]
H A DPPCScheduleE500.td71 [7, 1, 1], // Latency = 4, Repeat rate = 1
76 [7, 1, 1], // Latency = 4, Repeat rate = 1
96 [5, 1], // Latency = 2, Repeat rate = 2
117 [6, 1], // Latency = 3, Repeat rate = 1
198 [5, 1], // Latency = 2, Repeat rate = 4
216 [7, 1], // Latency = 4, Repeat rate = 4
220 [7, 1], // Latency = 4, Repeat rate = 4
224 [4, 1], // Latency = 1, Repeat rate = 1
228 [4, 1], // Latency = 1, Repeat rate = 1
232 [7, 1], // Latency = 4, Repeat rate = 4
[all …]
H A DPPCScheduleE500mc.td84 [7, 1, 1], // Latency = 4, Repeat rate = 1
89 [7, 1, 1], // Latency = 4, Repeat rate = 1
109 [5, 1], // Latency = 2, Repeat rate = 2
130 [6, 1], // Latency = 3, Repeat rate = 1
242 [5, 1], // Latency = 2, Repeat rate = 4
260 [7, 1], // Latency = 4, Repeat rate = 4
264 [7, 1], // Latency = 4, Repeat rate = 4
268 [4, 1], // Latency = 1, Repeat rate = 1
272 [4, 1], // Latency = 1, Repeat rate = 1
276 [7, 1], // Latency = 4, Repeat rate = 4
[all …]
/freebsd-12.1/contrib/dialog/samples/
H A Dtextbox.txt18 'n' - Repeat last search (forward)
19 'N' - Repeat last search (backward)
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DICF.cpp67 std::atomic<bool> Repeat = {false}; member in lld::coff::ICF
124 Repeat = true; in segregate()
294 Repeat = false; in run()
297 } while (Repeat); in run()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DICF.cpp125 std::atomic<bool> Repeat; member in __anon7c7b8bb20111::ICF
226 Repeat = true; in segregate()
481 Repeat = false; in run()
484 } while (Repeat); in run()
/freebsd-12.1/contrib/gcc/config/mips/
H A D4k.md91 ;; Repeat rate of 33 cycles.
108 ;; Repeat rate of 35 cycles.
/freebsd-12.1/contrib/less/
H A Dless.hlp40 n * Repeat previous search (for _N-th occurrence).
41 N * Repeat previous search in reverse direction.
42 ESC-n * Repeat previous search, spanning files.
43 ESC-N * Repeat previous search, reverse dir. & spanning files.
H A DNEWS880 n Repeat search, same direction.
881 N Repeat search, opposite direction.
884 ESC-n Repeat search thru file boundaries, same direction.
885 ESC-N Repeat search thru file boundaries, opposite direction.
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp898 for (int Repeat = 0; Repeat < 4; ++Repeat) { in buildCoroutineFrame() local
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1380 bool Repeat; in runOnMachineFunction() local
1382 Repeat = false; in runOnMachineFunction()
1413 Repeat = true; in runOnMachineFunction()
1422 Repeat = true; in runOnMachineFunction()
1429 } while (Repeat); in runOnMachineFunction()
/freebsd-12.1/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr184 msg_repeat="Repeat"
227 msg_system_console_keyboard_repeat_rate="System Console Keyboard Repeat Rate"
/freebsd-12.1/share/misc/
H A Dusb_hid_usages471 0x10 Repeat
692 0xBC Repeat
700 0xC4 Repeat From Mark
940 0x279 AC Redo/Repeat
1054 0x54 Trigger Repeat Interval
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp787 int Repeat = in expandRWSequence() local
789 for (int i = 0; i < Repeat; ++i) { in expandRWSequence()
826 int Repeat = in expandRWSeqForProc() local
828 for (int I = 0, E = Repeat; I < E; ++I) { in expandRWSeqForProc()
/freebsd-12.1/contrib/gdb/gdb/gdbserver/
H A DREADME132 Repeat the same sequence of user commands to gdb that you gave in the
/freebsd-12.1/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md712 This is described in more detail in [Repeat Offsets](#repeat-offsets).
845 #### Repeat offsets
1321 These tables populate the Repeat Stats literals mode and
1322 Repeat distribution mode for sequence decoding.
/freebsd-12.1/sys/contrib/zlib/doc/
H A Drfc1951.txt708 17: Repeat a code length of 0 for 3 - 10 times.
710 18: Repeat a code length of 0 for 11 - 138 times
/freebsd-12.1/contrib/xz/
H A DREADME216 Repeat the above as needed (no need to re-run configure though).
/freebsd-12.1/contrib/tcsh/
H A DFixes2046 11. Fixed refresh bug. Repeat by:
2080 Repeat by:
2102 Repeat by:
2110 Repeat by:
2121 Repeat by:
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5581 static Flags Repeat(Int32 repeat) { in Repeat() function
6216 TEST_F(ParseFlagsTest, Repeat) { in TEST_F() argument
6228 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Repeat(1000), false); in TEST_F()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSchedule.td246 int Repeat = rep;
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dadvanced.md2110 Repeat foo_test 1000 times and don't stop at failures.
2116 Repeat foo_test 1000 times, stopping at the first failure. This
2122 Repeat the tests whose name matches the filter 1000 times.
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DForDummies.md82 1. Repeat until all virtual functions you want to mock are done.
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.td2116 // Repeat string operation instruction prefixes
2118 // Repeat (used with INS, OUTS, MOVS, LODS and STOS)
2120 // Repeat while not equal (used with CMPS and SCAS)
/freebsd-12.1/contrib/binutils/opcodes/
H A DChangeLog-98991600 * d30v-opc.c (repeat{,i} instructions): Repeat/repeati

12