/freebsd/share/doc/papers/sysperf/ |
H A D | a2.t | 32 #! /bin/csh -fx 38 time seqpage -p 7500 10 39 time seqpage -v -p 7500 10 40 time randpage -p 7500 30000 41 time randpage -v -p 7500 30000 42 time gausspage -p 7500 -s 1 30000 43 time gausspage -p 7500 -s 10 30000 44 time gausspage -p 7500 -s 30 30000 45 time gausspage -p 7500 -s 40 30000 46 time gausspage -p 7500 -s 50 30000 [all …]
|
H A D | appendix.ms | 9 'ds - \(mi 10 'ds / \\h'\\w' 'u-\\w'/'u'/ 11 'ds /* \\h'\\w' 'u-\\w'/'u'/* 23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u' 45 'ds -K 47 'de -C 51 'ds -K \fP 54 '-C 59 \f2\s14\h'\\n(.lu-\w'\\$1'u'\\$1\fP\s0\h'|0u'\c 67 'de -F [all …]
|
/freebsd/contrib/bc/tests/bc/ |
H A D | shift_results.txt | 23 -1 24 -2 25 -.0023896 26 -1.298346 27 -2.00000000 28 -2.3896 29 -12983.46 30 -200000.000 31 -891368923489.76 32 -1892634051829351283289298000000000000000000000000 [all …]
|
H A D | shift.txt | 31 -1 << 0 32 -2 << 0 33 -0.0023896 << 0 34 -1.298346 << 0 35 -2.00000000 << 0 36 -0.0023896 << 3 37 -1.298346 << 4 38 -2.00000000 << 5 39 x = -89136.892348976 42 x = -1892634051829351283289298 [all …]
|
/freebsd/sbin/nvmecontrol/ |
H A D | power.c | 1 /*- 65 mps = NVMEV(NVME_PWR_ST_MPS, nps->mps_nops); in power_list_one() 66 nops = NVMEV(NVME_PWR_ST_NOPS, nps->mps_nops); in power_list_one() 67 apw = NVMEV(NVME_PWR_ST_APW, nps->apw_aps); in power_list_one() 68 aps = NVMEV(NVME_PWR_ST_APS, nps->apw_aps); in power_list_one() 70 mpower = nps->mp; in power_list_one() 73 ipower = nps->idlp; in power_list_one() 74 if (nps->ips == 1) in power_list_one() 76 apower = nps->actp; in power_list_one() 80 i, mpower / 10000, mpowe in power_list_one() [all...] |
/freebsd/contrib/file/magic/Magdir/ |
H A D | vacuum-cleaner | 2 #------------------------------------------------------------------------------ 3 # $File: vacuum-cleaner,v 1.1 2015/11/14 13:38:35 christos Exp $ 8 # -> yyyymmdd: year, month, day of cleaning 9 # -> hhmmss: hour, minute, second of cleaning 10 # -> xxxxxx: 6 digits 11 # -> cc: cleaning runs counter 17 # int32_t max_ceil; /* 8: 10000 mm == 100 m == max. ceil */ 21 # int32_t block_max; /* 24: 1000 == max. # of blocks */ 22 # int32_t route_max; /* 28: 1000 == max. # of routes */ 27 # struct { /* 44: 1000 blocks for 10x10 cells */ [all …]
|
H A D | printer | 2 #------------------------------------------------------------------------------ 4 # printer: file(1) magic for printer-formatted files 11 >2 string PS-Adobe- conforming 16 >>>15 search/1000 %%LanguageLevel:\040 22 >3 string PS-Adobe- conforming 27 >>>16 search/1000 %%LanguageLevel:\040 29 0 string \033%-12345X%!PS PostScript document 35 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/eps-adobe.trid.xml 37 # verified partly by ImageMagick `identify -verbose *` as EPT (Encapsulated PostScript with TIFF p… 39 # skip DROID fmt-122-signature-id-174.eps fmt-123-signature-id-178.eps fmt-124-signature-id-180.eps [all …]
|
/freebsd/sys/contrib/ncsw/inc/flib/ |
H A D | fsl_enet.h | 2 * Copyright 2008-2012 Freescale Semiconductor Inc. 37 @Description Ethernet MAC-PHY Interface 60 E_ENET_SPEED_1000 = 1000, /**< 1000 Mbps = 1 Gbps */ 62 E_ENET_SPEED_10000 = 10000 /**< 10000 Mbps = 10 Gbps */ 72 @Description Enum for inter-module interrupts registration 168 /**< dTSEC Time-Stamp Receive Error */ 172 /**< mEMAC Time-stamp FIFO ECC error interrupt; 177 /**< SGMII/QSGII interface with 1000BaseX auto-negotiation between MAC 179 Note: 1000BaseX auto-negotiation relates only to interface between MAC 180 and phy/backplane, SGMII phy can still synchronize with far-end phy at [all …]
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | pow.c | 2 * Double-precision vector pow function. 4 * Copyright (c) 2020-2024, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 36 .small_powx = V2 (0x1p-126), 42 relative error: 0x1.11922ap-70 in [-0x1.6bp-8, 0x1.6bp-8] 44 .log_c0 = V2 (0x1.555555555556p-2 * -2), 45 .log_c1 = -0x1.0000000000006p-2 * -2, 46 .log_c2 = V2 (0x1.999999959554ep-3 * 4), 47 .log_c3 = -0x1.555555529a47ap-3 * 4, 48 .log_c4 = V2 (0x1.2495b9b4845e9p-3 * -8), [all …]
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | powf.c | 2 * Single-precision SVE powf function. 4 * Copyright (c) 2023-2025, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 29 /* rel err: 1.5 * 2^-30. Each coefficients is multiplied the value of 31 .log_poly = { -0x1.6ff5daa3b3d7cp+3, 0x1.ec81d03c01aebp+3, 32 -0x1.71547bb43f101p+4, 0x1.7154764a815cbp+5 }, 33 /* rel err: 1.69 * 2^-34. */ 35 0x1.c6af84b912394p-20, /* A0 / V_POWF_EXP2_N^3. */ 36 0x1.ebfce50fac4f3p-13, /* A1 / V_POWF_EXP2_N^2. */ 37 0x1.62e42ff0c52d6p-6, /* A3 / V_POWF_EXP2_N. */ [all …]
|
H A D | pow.c | 2 * Double-precision SVE pow(x, y) function. 4 * Copyright (c) 2022-2025, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 22 The exp is based on 8-bit table lookup for scale and order-4 polynomial. 25 The SVE algorithm also drops the special treatement of small (< 2^-65) and 26 large (> 2^63) finite values of |y|, as they only affect non-round to 30 SV_NAME_D2 (pow) (0x1.3d2d45bc848acp+63, -0x1.a48a38b40cd43p-12) 31 got 0x1.f7116284221fcp-1 32 want 0x1.f7116284221fdp-1. */ 41 #define SmallExp 0x3c9 /* top12(0x1p-54). */ [all …]
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-phy-v2.c | 116 #include "xgbe-common.h" 142 /* Rate-change complete wait/retry count */ 146 #define XGBE_CDR_DELAY_INIT 10000 147 #define XGBE_CDR_DELAY_INC 10000 275 * Optical specification compliance - denotes wavelength 306 ((_x)->extd[XGBE_SFP_EXTD_SFF_8472] && \ 307 !((_x)->extd[XGBE_SFP_EXTD_DIAG] & XGBE_SFP_EXTD_DIAG_ADDR_CHANGE)) 314 #define XGBE_BEL_FUSE_VENDOR "BEL-FUSE " 315 #define XGBE_BEL_FUSE_PARTNO "1GBT-SFP06 " 334 /* Re-driver related definitions */ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8395-kontron-3-5-sbc-i1200.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/input/input.h> 14 #include <dt-bindings/leds/common.h> 15 #include <dt-bindings/pinctrl/mt8195-pinfunc.h> 16 #include <dt-bindings/regulator/mediatek,mt6360-regulator.h> 17 #include <dt-bindings/spmi/spmi.h> 20 model = "Kontron 3.5\"-SBC-i1200"; 21 compatible = "kontron,3-5-sbc-i1200", "mediatek,mt8395", "mediatek,mt8195"; [all …]
|
/freebsd/contrib/netbsd-tests/ipf/regress/ |
H A D | in8_6 | 1 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 purge 2 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 tcp purge 3 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 mssclamp 1000 purge 4 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 purge 5 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 sequential purge 6 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 sequential purge
|
H A D | in1 | 1 map le0 0/0 -> 0/32 2 map le0 1/32 -> 1/32 3 map le0 128.0.0.0/1 -> 0/0 4 map le0 10.0.0.0/8 -> 1.2.3.0/24 5 map le0 10.0.0.5/8 -> 1.2.3.4/24 6 map le0 10.0.0.5/0xff000000 -> 1.2.3.4/24 7 map le0 10.0.0.5/0xff -> 1.2.3.4/24 8 map le0 192.168.0.0/16 -> range 203.1.1.23-203.1.3.45 9 map ppp0 192.168.0.0/16 -> 0/32 portmap tcp 10000:19999 10 map ppp0 192.168.0.0/16 -> 0/32 portmap udp 20000:29999 [all …]
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | in8_6 | 1 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 purge 2 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 tcp purge 3 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 mssclamp 1000 purge 4 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 purge 5 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 sequential purge 6 map zx0 inet6 10:1::1:1/128 -> 10:2:2::2/128 portmap tcp/udp 10000:11000 sequential purge
|
H A D | in1 | 1 map le0 0/0 -> 0/32 2 map le0 0.0.0.1/32 -> 0.0.0.1/32 3 map le0 128.0.0.0/1 -> 0/0 4 map le0 10.0.0.0/8 -> 1.2.3.0/24 5 map le0 10.0.0.0/8 -> 1.2.3.0/24 6 map le0 10.0.0.0/8 -> 1.2.3.0/24 7 map le0 0.0.0.5/0.0.0.255 -> 1.2.3.0/24 8 map le0 192.168.0.0/16 -> range 203.1.1.23-203.1.3.45 9 map ppp0 192.168.0.0/16 -> 0/32 portmap tcp 10000:19999 10 map ppp0 192.168.0.0/16 -> 0/32 portmap udp 20000:29999 [all …]
|
H A D | in1_6 | 1 map le0 inet6 any -> ::/128 2 map le0 inet6 any -> any 3 map le0 inet6 ::/1 -> any 4 map le0 inet6 10::/16 -> 1:2:3::/96 5 map le0 inet6 10::/16 -> 1:2:3::/96 6 map le0 inet6 192:168::/32 -> range 203:1:1::23-203:1:3::45 7 map ppp0 inet6 192:168::/32 -> ::/128 portmap tcp 10000:19999 8 map ppp0 inet6 192:168::/32 -> ::/128 portmap udp 20000:29999 9 map ppp0 inet6 192:168::/32 -> ::/128 portmap tcp/udp 30000:39999 10 map ppp0 inet6 192:168::/32 -> ::/128 portmap tcp auto [all …]
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | enet_ext.h | 1 /* Copyright (c) 2008-2012 Freescale Semiconductor, Inc 45 #define ENET_NUM_OCTETS_PER_ADDRESS 6 /**< Number of octets (8-bit bytes) in an ethernet addres… 65 @Description Ethernet MAC-PHY Interface 82 #define ENET_IF_SGMII_BASEX 0x80000000 /**< SGMII/QSGII interface with 1000BaseX 83 auto-negotiation between MAC and phy 85 Note: 1000BaseX auto-negotiation relates 87 SGMII phy can still synchronize with far-end phy 88 at 10Mbps, 100Mbps or 1000Mbps */ 95 e_ENET_HALF_DUPLEX, /**< Half-Duplex mode */ 96 e_ENET_FULL_DUPLEX /**< Full-Duplex mode */ [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 20-test_passwd.t | 2 # Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved. 19 # https://www.akkadia.org/drepper/SHA-crypt.txt 26 salt => 'rounds=10000$saltstringsaltstring', 28 expected => '$5$rounds=10000$saltstringsaltst$3xv.VbSHBb41AL9AvLeujZkZRBAwqFMz2.opqey6IcA' }, 40 expected => '$5$rounds=1000$roundstoolow$yfvwcWrQ8l/K0DAWyuPMDNHpIVlTQebY9l/gL972bIC' }, 46 salt => 'rounds=10000$saltstringsaltstring', 48 …expected => '$6$rounds=10000$saltstringsaltst$OW1/O6BYHV6BcXZu8QVeXbDWra3Oeqh0sbHbbMCVNSnCM/UrjmM0… 60 …expected => '$6$rounds=1000$roundstoolow$kUMsbe306n21p9R.FRkW3IGn.S9NPN0x50YhH1xhLsPuWGsUSklZt58ja… 62 # From the same source as above, these tests use a number of rounds > 10000. They are separated be… 63 # cause out of memory problems in the address sanitizer in the no-cache-fetch build. [all …]
|
/freebsd/contrib/netbsd-tests/sbin/gpt/ |
H A D | gpt.disklabel | 3 disk: WDC WD2500SD-01K 9 sectors/cylinder: 1000 11 total sectors: 10000 17 track-to-track seek: 0 # microseconds 22 a: 500 63 4.2BSD 1024 8192 0 # (Cyl. 0*- 0*) 23 b: 1000 563 swap # (Cyl. 0*- 1*) 24 c: 1000 63 unused 0 0 # (Cyl. 0*- 1*) 25 d: 1063 0 unused 0 0 # (Cyl. 0 - 1*) 26 e: 1000 1563 4.2BSD 1024 8192 0 # (Cyl. 1*- 2*) 27 f: 400 2563 MSDOS # (Cyl. 2*- 2*)
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-gxl-s905d-p230.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 /dts-v1/; 9 #include <dt-bindings/input/input.h> 11 #include "meson-gxl-s905d.dtsi" 12 #include "meson-gx-p23x-q20x.dtsi" 15 compatible = "amlogic,p230", "amlogic,s905d", "amlogic,meson-gxl"; 18 adc-keys { 19 compatible = "adc-keys"; 20 io-channels = <&saradc 0>; 21 io-channel-names = "buttons"; [all …]
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | atan_2u5.c | 2 * Double-precision atan(x) function. 4 * Copyright (c) 2022-2024, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 14 #define TinyBound 0x3e1 /* top12(asuint64(0x1p-30)). */ 18 /* Fast implementation of double-precision atan. 21 atan(0x1.0005af27c23e9p+0) got 0x1.9225645bdd7c1p-1 22 want 0x1.9225645bdd7c3p-1. */ 46 /* For x > 1, use atan(x) = pi / 2 + atan(-1 / x). */ in atan() 47 z = -1.0 / x; in atan() 50 az = -fabs (z); in atan() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/ |
H A D | vf610-zii-scu4-aib.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 // Copyright (C) 2016-2018 Zodiac Inflight Innovations 5 /dts-v1/; 10 compatible = "zii,vf610scu4-aib", "zii,vf610dev", "fsl,vf610"; 13 stdout-path = &uart0; 21 gpio-leds { 22 compatible = "gpio-leds"; 23 pinctrl- [all...] |
/freebsd/sys/powerpc/powermac/ |
H A D | vcoregpio.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 70 if (strcmp(name, "cpu-vcore-select") != 0) in vcoregpio_probe() 91 if (level->rel_set[0].freq == 10000 /* max */) { in vcoregpio_pre_change() 97 DELAY(1000); in vcoregpio_pre_change() 104 if (level->rel_set[0].freq < 10000 /* max */) { in vcoregpio_post_change() 105 DELAY(1000); in vcoregpio_post_change()
|