/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleE5500.td | 74 [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 D | PPCScheduleE500.td | 65 [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 D | PPCScheduleE500mc.td | 70 [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/googletest/googletest/test/ |
H A D | gtest_repeat_test.cc | 140 void TestRepeat(int repeat) { in TestRepeat() argument 141 GTEST_FLAG_SET(repeat, repeat); in TestRepeat() 145 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS()); in TestRepeat() 146 CheckCounts(repeat); in TestRepeat() 151 void TestRepeatWithEmptyFilter(int repeat) { in TestRepeatWithEmptyFilter() argument 152 GTEST_FLAG_SET(repeat, repeat); in TestRepeatWithEmptyFilter() 163 void TestRepeatWithFilterForSuccessfulTests(int repeat) { in TestRepeatWithFilterForSuccessfulTests() argument 164 GTEST_FLAG_SET(repeat, repeat); in TestRepeatWithFilterForSuccessfulTests() 170 GTEST_CHECK_INT_EQ_(repeat, g_environment_set_up_count); in TestRepeatWithFilterForSuccessfulTests() 171 GTEST_CHECK_INT_EQ_(repeat, g_environment_tear_down_count); in TestRepeatWithFilterForSuccessfulTests() [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/ |
H A D | categorization.dat | 29 |B a\(b\)*\1 abab (0,2)(1,2) # BUG=repeat-any 38 |B a\(b\)*\1 abab (0,2)(1,2) BUG=repeat-any 39 ; BUG=repeat-any-UNKNOWN 42 |E (a*)* ax (0,1)(0,1) BUG=repeat-null-unknown 43 |E (a*)* a (0,1)(1,1) BUG=repeat-null 44 ; BUG=repeat-null-UNKNOWN 47 |E (aba|a*b)* ababa (0,5)(3,4) BUG=repeat-short 49 ; BUG=repeat-short-UNKNOWN 52 |E (a(b)?)+ aba (0,3)(2,3)(1,2) BUG=repeat-artifact 53 ; BUG=repeat-artifact-UNKNOWN [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | ospf.h | 198 } rla_link[1]; /* may repeat */ 204 nd_ipv4 nla_router[1]; /* may repeat */ 210 nd_uint32_t sla_tosmetric[1]; /* may repeat */ 220 } asla_metric[1]; /* may repeat */ 233 nd_byte data[1]; /* may repeat */ 234 } un_te_lsa_tlv[1]; /* may repeat */ 240 nd_byte data[1]; /* may repeat */ 241 } un_grace_tlv[1]; /* may repeat */ 247 nd_byte data[1]; /* may repeat */ 248 } un_ri_tlv[1]; /* may repeat */ [all …]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | android_drv.h | 38 /* Repeat section size is Repeat section type + Repeat value length above */ 43 /* Max Repeat section size is Max Repeat section type + Max Repeat value length
|
/freebsd/stand/forth/ |
H A D | support.4th | 188 repeat 204 repeat 207 repeat 264 repeat 277 while 1+ swap 1- repeat 289 while 1+ swap 1- repeat 291 repeat 418 repeat 433 repeat 499 repeat [all …]
|
/freebsd/usr.sbin/bsdconfig/console/include/ |
H A D | messages.subr | 28 hline_choose_a_keyboard_repeat_rate="Choose a keyboard repeat rate" 69 msg_default_desc="Use default keyboard repeat rate" 84 msg_fast_desc="Fast keyboard repeat rate" 171 msg_normal_desc="\"Normal\" keyboard repeat rate" 183 msg_repeat="Repeat" 184 msg_repeat_menu_text="This menu allows you to set the speed at which keys repeat\nwhen held down." 191 msg_set_repeat_rate="Set the rate at which keys repeat" 197 msg_slow_desc="Slow keyboard repeat rate" 226 msg_system_console_keyboard_repeat_rate="System Console Keyboard Repeat Rate" 246 msg_unknown_repeat_rate="Unknown repeat rate"
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value_prf.c | 133 * %[repeat][flags][width][.precision][length modifier][specifier] 145 * Repeat: 155 * value's elements. The repeat count is read from the 239 u_long repeat, bits; in bhnd_nvram_val_vprintf() local 256 repeat = 1; in bhnd_nvram_val_vprintf() 272 /* Parse repeat specifier */ in bhnd_nvram_val_vprintf() 276 /* Determine repeat count */ in bhnd_nvram_val_vprintf() 278 /* Repeat consumes all input */ in bhnd_nvram_val_vprintf() 279 repeat = bhnd_nvram_val_nelem(value); in bhnd_nvram_val_vprintf() 281 /* Repeat is supplied as an argument */ in bhnd_nvram_val_vprintf() [all …]
|
/freebsd/usr.bin/vgrind/ |
H A D | vgrindefs.src | 47 read readln readonly record recursive rem rep repeat res\ 59 program record repeat set then to type until var while with oct hex\ 64 neq next not or otherwise repeat restart resume sr0 sr1 srd srr sl0 sl1\ 78 glob goto history if logout nice nohup onintr repeat set\ 99 repeat return static suspend then to until using while\ 111 real repeat return select string subroutine substr until: 114 :bb=\d(begin|case|for|if|loop|record|repeat|while|with)\d:\ 124 record repeat return set then to type\
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_bsc.c | 37 * low-level control over sending start/repeat-start/stop sequences on the bus. 39 * repeat-start, and limit the repeat-start to a read following a write on 40 * the same slave device. (The i2c protocol allows a repeat start to change 43 * The repeat-start bug and workaround are described in a problem report at 75 * repeat-start on the bus when the write operation finishes. 77 * XXX I suspect the controller may be able to do a repeat-start on any 421 * If a repeat-start was pending and we just hit the end of a tx in bcm_bsc_fill_tx_fifo() 423 * the repeat-start. If so, log the repeat-start and the start in bcm_bsc_fill_tx_fifo() 533 * repeat-start (read following write for the same slave). in bcm_bsc_transfer() 550 * repeat-start, remember how many bytes in bcm_bsc_transfer() [all …]
|
/freebsd/contrib/lib9p/pytest/ |
H A D | sequencer.py | 368 We take the name of repeat count variable, and a sub-coder 370 repeat='nwname' copies of name='wname', or nwname of 373 Note that we don't pack or unpack the repeat count itself -- 415 def __init__(self, repeat, name, sub, aux=None): argument 417 self.repeat = repeat 424 self.repeat, self.name, self.sub) 426 self.repeat, self.name, self.sub, self.aux) 431 "pack each val[i], for i in range(vdict[self.repeat])" 432 num = vdict[self.repeat] 443 "unpack repeatedly, per self.repeat, into new array." [all …]
|
/freebsd/usr.sbin/kbdcontrol/ |
H A D | kbdcontrol.1 | 32 .Ar delay . Ns Ar repeat | Ar speed 47 such as key map, keyboard repeat and delay rates, bell 102 .Ar delay . Ns Ar repeat | Ar speed 108 .Ar repeat 200 Sets the keyboard repeat rate for the
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set3 | 101 99 Vi repeat current character search in the same search direction 102 100 Vi repeat current character search in the opposite search direction 103 101 Vi repeat current search in the same search direction 104 102 Vi repeat current search in the opposite search direction
|
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/crypto/heimdal/doc/doxyout/wind/html/ |
H A D | tabs.css | 7 background : url("tab_b.gif") repeat-x bottom; 33 background : url("tab_r.gif") no-repeat right top; 55 background : url("tab_l.gif") no-repeat left top;
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set3 | 101 99 Vi repeat current character search in the same search direction 102 100 Vi repeat current character search in the opposite search direction 103 101 Vi repeat current search in the same search direction 104 102 Vi repeat current search in the opposite search direction
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_literals.c | 101 { HUF_repeat repeat = prevHuf->repeatMode; in ZSTD_compressLiterals() local 103 if (repeat == HUF_repeat_valid && lhSize == 3) singleStream = 1; in ZSTD_compressLiterals() 108 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2) : in ZSTD_compressLiterals() 112 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2); in ZSTD_compressLiterals() 113 if (repeat != HUF_repeat_none) { in ZSTD_compressLiterals()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_literals.c | 102 { HUF_repeat repeat = prevHuf->repeatMode; in ZSTD_compressLiterals() local 104 if (repeat == HUF_repeat_valid && lhSize == 3) singleStream = 1; in ZSTD_compressLiterals() 109 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2, suspectUncompressible) : in ZSTD_compressLiterals() 113 (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2, suspectUncompressible); in ZSTD_compressLiterals() 114 if (repeat != HUF_repeat_none) { in ZSTD_compressLiterals()
|