Home
last modified time | relevance | path

Searched full:1300 (Results 1 – 25 of 141) sorted by relevance

123456

/freebsd/contrib/bmake/unit-tests/
H A Ddep-double-colon-indep.mk11 # 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 Ddep-double-colon-indep.exp1 : '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 Dscrub_pass.sh42 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 Dscrub.sh41 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 Dscrub_compat.sh42 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 Dfrag6.py241 ToolsHelper.print_output("/sbin/ifconfig %s mtu 1300" % if2name)
273 assert icmp6.mtu == 1300
/freebsd/contrib/netbsd-tests/ipf/input/
H A Df2416 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 Dest.c164 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 Dbrg_types.h31 #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 DLeash.h72 #if _MSC_VER >= 1300
135 #if _MSC_VER < 1300
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.cleardenormalize.d.out7 4 1300
H A Dtst.clear.d.out7 4 1300
/freebsd/contrib/netbsd-tests/net/ndp/
H A Dt_ra.sh93 :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 Dquic_cc_test.c567 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 Dbn_rand_range.h29 { 13, 1300, 21.026070 },
/freebsd/contrib/bc/tests/bc/scripts/
H A Dadd_01300.bc13 for (i = 1201; i <= 1300; ++i) {
H A Dsubtract_01300.bc13 for (i = 1201; i <= 1300; ++i) {
H A Ddivide_01300.bc15 for (i = 1201; i <= 1300; ++i) {
H A Dmultiply_01300.bc12 for (i = 1201; i <= 1300; ++i) {
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_010_pos.ksh39 for value in 0 200 512 1300 4096 12345 131072 1572864 16777216
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dti,tas5086.txt20 When not specified, the hardware default of 1300ms
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Drichtek,rt5739.yaml14 programmable output voltage from 300mV to 1300mV with wide input voltage
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dpca963x.txt12 by 1000) to compensate, e.g. 1300=1.3x and 750=0.75x.
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dmpc5xxx-mscan.txt39 can@1300 {
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dpmk8550.dtsi28 pmk8550_pon: pon@1300 {

123456