| /freebsd/contrib/bmake/unit-tests/ |
| H A D | dep-double-colon-indep.mk | 11 # The target 1300 depends on 1200, 1400 and 1500. The target 1200 is older 12 # than 1300, therefore nothing is done for it. The other targets are newer 13 # than 1300, therefore each of them is made, independently from the other. 19 _!= touch -t 202001011300 dep-double-colon-1300 23 all: dep-double-colon-1300 25 dep-double-colon-1300:: dep-double-colon-1200 28 dep-double-colon-1300:: dep-double-colon-1400 31 dep-double-colon-1300:: dep-double-colon-1500
|
| H A D | dep-double-colon-indep.exp | 1 : 'Making 1400 dep-double-colon-1300 from dep-double-colon-1400 oodate dep-double-colon-1400' 2 : 'Making 1500 dep-double-colon-1300 from dep-double-colon-1500 oodate dep-double-colon-1500'
|
| /freebsd/tests/sys/netpfil/pf/ |
| H A D | scrub_pass.sh | 42 pft_set_rules router "pass on ${epair_tester}b scrub ( max-mss 1300 )" 44 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-mss=1400 --expect-mss=1300 46 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-mss=1400 --expect-mss=1300 \ 67 pft_set_rules router "pass on ${epair_tester}b scrub ( max-mss 1300 )" 69 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-mss=1400 --expect-mss=1300 71 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-mss=1400 --expect-mss=1300 \
|
| H A D | scrub.sh | 41 pft_set_rules router "scrub on ${epair_tester}b max-mss 1300" 43 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-mss=1400 --expect-mss=1300 45 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-mss=1400 --expect-mss=1300 \ 66 pft_set_rules router "scrub on ${epair_tester}b max-mss 1300" 68 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-mss=1400 --expect-mss=1300 70 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-mss=1400 --expect-mss=1300 \
|
| H A D | scrub_compat.sh | 42 pft_set_rules router "scrub on ${epair_tester}b max-mss 1300" 44 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-mss=1400 --expect-mss=1300 46 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-mss=1400 --expect-mss=1300 \ 67 pft_set_rules router "scrub on ${epair_tester}b max-mss 1300" 69 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-mss=1400 --expect-mss=1300 71 ping_dummy_check_request exit:0 --ping-type=tcpsyn --send-mss=1400 --expect-mss=1300 \
|
| H A D | frag6.py | 241 ToolsHelper.print_output("/sbin/ifconfig %s mtu 1300" % if2name) 273 assert icmp6.mtu == 1300
|
| /freebsd/contrib/netbsd-tests/ipf/input/ |
| H A D | f24 | 16 c0a8 0101 cbe7 50c0 1300 0200 0100 0078 17 8c00 0603 6e73 31c0 13c0 1300 0200 0100 19 65c0 17c0 1300 0200 0100 0078
|
| /freebsd/sys/x86/cpufreq/ |
| H A D | est.c | 164 FREQ_INFO(1300, 1388, INTEL_BUS_CLK), 172 FREQ_INFO(1300, 1180, INTEL_BUS_CLK), 454 FREQ_INFO(1300, 1084, INTEL_BUS_CLK), 466 FREQ_INFO(1300, 1100, INTEL_BUS_CLK), 477 FREQ_INFO(1300, 1116, INTEL_BUS_CLK), 487 FREQ_INFO(1300, 956, INTEL_BUS_CLK), 497 FREQ_INFO(1300, 940, INTEL_BUS_CLK), 507 FREQ_INFO(1300, 924, INTEL_BUS_CLK), 517 FREQ_INFO(1300, 908, INTEL_BUS_CLK), 527 FREQ_INFO(1300, 892, INTEL_BUS_CLK), [all …]
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | brg_types.h | 31 #if defined( _MSC_VER ) && ( _MSC_VER >= 1300 ) 82 #elif defined( _MSC_VER ) && ( _MSC_VER < 1300 ) /* 1300 == VC++ 7.0 */
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | Leash.h | 72 #if _MSC_VER >= 1300 135 #if _MSC_VER < 1300
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.cleardenormalize.d.out | 7 4 1300
|
| H A D | tst.clear.d.out | 7 4 1300
|
| /freebsd/contrib/netbsd-tests/net/ndp/ |
| H A D | t_ra.sh | 93 :mtu#1300:maxinterval#4:mininterval#3: 125 atf_check -s exit:0 -o match:'linkmtu=1300' rump.ndp -n -i shmif0 255 atf_check -s exit:0 -o match:'linkmtu=1300' rump.ndp -n -i shmif0 313 atf_check -s exit:0 -o match:'linkmtu=1300' rump.ndp -n -i shmif0
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_cc_test.c | 567 if (!TEST_uint64_t_ge(allowance = ccm->get_tx_allowance(cc), 1200 + 1300)) in test_sanity() 573 if (!TEST_true(ccm->on_data_sent(cc, 1300))) in test_sanity() 577 allowance - 1200 - 1300)) in test_sanity() 587 loss_info.tx_size = 1300; in test_sanity()
|
| H A D | bn_rand_range.h | 29 { 13, 1300, 21.026070 },
|
| /freebsd/contrib/bc/tests/bc/scripts/ |
| H A D | add_01300.bc | 13 for (i = 1201; i <= 1300; ++i) {
|
| H A D | subtract_01300.bc | 13 for (i = 1201; i <= 1300; ++i) {
|
| H A D | divide_01300.bc | 15 for (i = 1201; i <= 1300; ++i) {
|
| H A D | multiply_01300.bc | 12 for (i = 1201; i <= 1300; ++i) {
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/ |
| H A D | alloc_class_010_pos.ksh | 39 for value in 0 200 512 1300 4096 12345 131072 1572864 16777216
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | ti,tas5086.txt | 20 When not specified, the hardware default of 1300ms
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | richtek,rt5739.yaml | 14 programmable output voltage from 300mV to 1300mV with wide input voltage
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/ |
| H A D | pca963x.txt | 12 by 1000) to compensate, e.g. 1300=1.3x and 750=0.75x.
|
| /freebsd/sys/contrib/device-tree/Bindings/net/can/ |
| H A D | mpc5xxx-mscan.txt | 39 can@1300 {
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | pmk8550.dtsi | 28 pmk8550_pon: pon@1300 {
|