| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleE5500.td | 85 [11], // Latency = 7, Repeat rate = 1 137 [6, 2], // Latency = 2, Repeat rate = 2 158 [7, 2], // Latency = 3, Repeat rate = 1 162 [7, 2], // Latency = 3, Repeat rate = 1 166 [7, 2], // Latency = 3, Repeat rate = 1 175 [7, 2], // Latency = 3, Repeat rate = 1 181 [7, 2], // Latency = 3, Repeat rate = 1 186 [7, 2], // Latency = 3, Repeat rate = 1 315 [5], // Latency = 1, Repeat rate = 1 319 [5], // Latency = 1, Repeat rate = 1 [all …]
|
| H A D | PPCScheduleE500.td | 70 [7, 1, 1], // Latency = 4, Repeat rate = 1 75 [7, 1, 1], // Latency = 4, Repeat rate = 1 95 [5, 1], // Latency = 2, Repeat rate = 2 116 [6, 1], // Latency = 3, Repeat rate = 1 197 [5, 1], // Latency = 2, Repeat rate = 4 215 [7, 1], // Latency = 4, Repeat rate = 4 219 [7, 1], // Latency = 4, Repeat rate = 4 223 [4, 1], // Latency = 1, Repeat rate = 1 227 [4, 1], // Latency = 1, Repeat rate = 1 231 [7, 1], // Latency = 4, Repeat rate = 4 [all …]
|
| H A D | PPCScheduleE500mc.td | 83 [7, 1, 1], // Latency = 4, Repeat rate = 1 88 [7, 1, 1], // Latency = 4, Repeat rate = 1 108 [5, 1], // Latency = 2, Repeat rate = 2 129 [6, 1], // Latency = 3, Repeat rate = 1 241 [5, 1], // Latency = 2, Repeat rate = 4 259 [7, 1], // Latency = 4, Repeat rate = 4 263 [7, 1], // Latency = 4, Repeat rate = 4 267 [4, 1], // Latency = 1, Repeat rate = 1 271 [4, 1], // Latency = 1, Repeat rate = 1 275 [7, 1], // Latency = 4, Repeat rate = 4 [all …]
|
| /freebsd-13.1/contrib/dialog/samples/ |
| H A D | textbox.txt | 18 'n' - Repeat last search (forward) 19 'N' - Repeat last search (backward)
|
| /freebsd-13.1/contrib/less/ |
| H A D | less.hlp | 40 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 D | NEWS | 1007 n Repeat search, same direction. 1008 N Repeat search, opposite direction. 1011 ESC-n Repeat search thru file boundaries, same direction. 1012 ESC-N Repeat search thru file boundaries, opposite direction.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 1634 bool Repeat; in runOnMachineFunction() local 1636 Repeat = false; in runOnMachineFunction() 1667 Repeat = true; in runOnMachineFunction() 1676 Repeat = true; in runOnMachineFunction() 1683 } while (Repeat); in runOnMachineFunction()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | da7219.txt | 69 - dlg,adc-1bit-rpt : Repeat count for 1-bit button measurement
|
| /freebsd-13.1/usr.sbin/bsdconfig/console/include/ |
| H A D | messages.subr | 184 msg_repeat="Repeat" 227 msg_system_console_keyboard_repeat_rate="System Console Keyboard Repeat Rate"
|
| /freebsd-13.1/sys/teken/ |
| H A D | sequences | 119 REP Repeat last graphic char ^[ [ b n
|
| /freebsd-13.1/share/misc/ |
| H A D | usb_hid_usages | 471 0x10 Repeat 692 0xBC Repeat 700 0xC4 Repeat From Mark 940 0x279 AC Redo/Repeat 1054 0x54 Trigger Repeat Interval
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 781 int Repeat = in expandRWSequence() local 783 for (int i = 0; i < Repeat; ++i) { in expandRWSequence() 820 int Repeat = in expandRWSeqForProc() local 822 for (int I = 0, E = Repeat; I < E; ++I) { in expandRWSeqForProc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 2645 for (int Repeat = 0; Repeat < 4; ++Repeat) { in buildCoroutineFrame() local
|
| /freebsd-13.1/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 763 This is described in more detail in [Repeat Offsets](#repeat-offsets). 896 #### Repeat offsets 1442 These tables populate the Repeat Stats literals mode and 1443 Repeat distribution mode for sequence decoding.
|
| /freebsd-13.1/sys/contrib/zlib/doc/ |
| H A D | rfc1951.txt | 708 17: Repeat a code length of 0 for 3 - 10 times. 710 18: Repeat a code length of 0 for 11 - 138 times
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | Fixes | 2092 11. Fixed refresh bug. Repeat by: 2126 Repeat by: 2148 Repeat by: 2156 Repeat by: 2167 Repeat by:
|
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 5581 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-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSchedule.td | 243 int Repeat = rep;
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | advanced.md | 2110 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-13.1/contrib/googletest/googlemock/docs/ |
| H A D | ForDummies.md | 82 1. Repeat until all virtual functions you want to mock are done.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.td | 2253 // Repeat string operation instruction prefixes 2255 // Repeat (used with INS, OUTS, MOVS, LODS and STOS) 2257 // Repeat while not equal (used with CMPS and SCAS)
|
| /freebsd-13.1/contrib/ncurses/include/ |
| H A D | Caps.hpux11 | 727 bit_image_repeat birep str Xy - - ----- Repeat bit image cell #1 #2 times
|
| H A D | Caps | 719 bit_image_repeat birep str Xy - - ----- Repeat bit image cell #1 #2 times
|
| H A D | Caps.osf1r5 | 564 bit_image_repeat birep str Xy - - ----- Repeat bit image cell #1 #2 times
|
| H A D | Caps.aix4 | 821 bit_image_repeat birep str Xy - - ----- Repeat bit image cell #1 #2 times
|