Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleE5500.td74 [30, 2, 2], // Latency= 4..26, Repeat rate= 4..26
80 [20, 2, 2], // Latency= 4..16, Repeat rate= 4..16
85 [11], // Latency = 7, Repeat rate = 1
89 [11, 2, 2], // Latency = 7, Repeat rate = 7
94 [9, 2, 2], // Latency = 4..7, Repeat rate = 2..4
100 [8, 2, 2], // Latency = 4, Repeat rate = 1
106 [8, 2, 2], // Latency = 4, Repeat rate = 1
112 [8, 2, 2], // Latency = 4 or 5, Repeat = 2
122 [6, 2, 2], // Latency = 2, Repeat rate = 2
127 [5, 2, 2], // Latency = 1, Repeat rate = 1
[all …]
H A DPPCScheduleE500.td65 [17, 1, 1], // Latency=4..35, Repeat= 4..35
70 [7, 1, 1], // Latency = 4, Repeat rate = 1
75 [7, 1, 1], // Latency = 4, Repeat rate = 1
80 [7, 1, 1], // Latency = 4, Repeat rate = 1
95 [5, 1], // Latency = 2, Repeat rate = 2
116 [6, 1], // Latency = 3, Repeat rate = 1
182 [6, 1, 1], // Latency = 3, Repeat rate = 3
197 [5, 1], // Latency = 2, Repeat rate = 4
215 [7, 1], // Latency = 4, Repeat rate = 4
219 [7, 1], // Latency = 4, Repeat rate = 4
[all …]
H A DPPCScheduleE500mc.td70 [17, 1, 1], // Latency=4..35, Repeat= 4..35
83 [7, 1, 1], // Latency = 4, Repeat rate = 1
88 [7, 1, 1], // Latency = 4, Repeat rate = 1
93 [7, 1, 1], // Latency = 4, Repeat rate = 1
108 [5, 1], // Latency = 2, Repeat rate = 2
129 [6, 1], // Latency = 3, Repeat rate = 1
226 [6, 1, 1], // Latency = 3, Repeat rate = 3
241 [5, 1], // Latency = 2, Repeat rate = 4
259 [7, 1], // Latency = 4, Repeat rate = 4
263 [7, 1], // Latency = 4, Repeat rate = 4
[all …]
/freebsd/contrib/dialog/samples/
H A Dtextbox.txt18 'n' - Repeat last search (forward)
19 'N' - Repeat last search (backward)
/freebsd/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 DNEWS1317 n Repeat search, same direction.
1318 N Repeat search, opposite direction.
1321 ESC-n Repeat search thru file boundaries, same direction.
1322 ESC-N Repeat search thru file boundaries, opposite direction.
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-pp-string_test.cc135 TEST(Macros, Repeat) { in TEST() argument
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dda7219.txt69 - dlg,adc-1bit-rpt : Repeat count for 1-bit button measurement
/freebsd/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr183 msg_repeat="Repeat"
226 msg_system_console_keyboard_repeat_rate="System Console Keyboard Repeat Rate"
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp2501 bool Repeat; in runOnMachineFunction() local
2503 Repeat = false; in runOnMachineFunction()
2538 Repeat = true; in runOnMachineFunction()
2547 Repeat = true; in runOnMachineFunction()
2554 } while (Repeat); in runOnMachineFunction()
/freebsd/sys/teken/
H A Dsequences118 REP Repeat last graphic char ^[ [ b n
/freebsd/share/misc/
H A Dusb_hid_usages470 0x10 Repeat
691 0xBC Repeat
699 0xC4 Repeat From Mark
939 0x279 AC Redo/Repeat
1053 0x54 Trigger Repeat Interval
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp788 int Repeat = SchedRW.TheDef ? SchedRW.TheDef->getValueAsInt("Repeat") : 1; in expandRWSequence() local
789 for (int i = 0; i < Repeat; ++i) { in expandRWSequence()
828 int Repeat = in expandRWSeqForProc() local
830 for (int I = 0, E = Repeat; I < E; ++I) { in expandRWSeqForProc()
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md763 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/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/crypto/openssl/doc/internal/man3/
H A DOPTIONS.pod142 {"count", OPT_COUNT, 'p', "Repeat count"},
/freebsd/contrib/tcsh/
H A DFixes2092 11. Fixed refresh bug. Repeat by:
2126 Repeat by:
2148 Repeat by:
2156 Repeat by:
2167 Repeat by:
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMisc.td976 // Repeat string operation instruction prefixes
978 // Repeat (used with INS, OUTS, MOVS, LODS and STOS)
980 // Repeat while not equal (used with CMPS and SCAS)
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5586 static Flags Repeat(int32_t repeat) { in Repeat() function
6059 TEST_F(ParseFlagsTest, Repeat) { in TEST_F() argument
6064 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Repeat(1000), false); in TEST_F()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td243 int Repeat = rep;
/freebsd/contrib/googletest/docs/
H A Dadvanced.md1938 Repeat foo_test 1000 times and don't stop at failures.
1944 Repeat foo_test 1000 times, stopping at the first failure. This
1950 Repeat the tests whose name matches the filter 1000 times.
H A Dgmock_for_dummies.md160 * Repeat until all virtual functions you want to mock are done. (It goes
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td778 defm Repeat : SamplerAddressingModeOperand<3, [Kernel]>;
H A DSPIRVBuiltins.cpp1691 return SPIRV::SamplerAddressingMode::Repeat; in getSamplerAddressingModeFromBitmask()
/freebsd/contrib/ncurses/include/
H A DCaps.hpux11785 bit_image_repeat birep str Xy - - ----- Repeat bit image cell #1 #2 times

12