Home
last modified time | relevance | path

Searched +full:0 +full:- +full:576 (Results 1 – 25 of 205) sorted by relevance

123456789

/freebsd/sys/dev/drm2/
H A Ddrm_edid_modes.h2 * Copyright (c) 2007-2008 Intel Corporation
19 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
36 736, 832, 0, 350, 382, 385, 445, 0,
40 736, 832, 0, 400, 401, 404, 445, 0,
44 828, 936, 0, 400, 401, 404, 446, 0,
48 752, 800, 0, 480, 489, 492, 525, 0,
52 704, 832, 0, 480, 489, 492, 520, 0,
56 720, 840, 0, 480, 481, 484, 500, 0,
60 752, 832, 0, 480, 481, 484, 509, 0,
64 896, 1024, 0, 600, 601, 603, 625, 0,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dbosch,m_can.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 - Chandrasekar Ramakrishnan <rcsekar@samsung.com>
15 - $ref: can-controller.yaml#
23 - description: M_CAN registers map
24 - description: message RAM
26 reg-names:
28 - const: m_can
29 - const: message_ram
[all …]
/freebsd/sys/crypto/openssl/amd64/
H A Drsaz-4k-avxifma.S1 /* Do not modify. This file is auto-generated from rsaz-4k-avxifma.pl. */
12 .cfi_offset %rbx,-16
15 .cfi_offset %rbp,-24
18 .cfi_offset %r12,-32
21 .cfi_offset %r13,-40
24 .cfi_offset %r14,-48
27 .cfi_offset %r15,-56
44 movq $0xfffffffffffff,%rax
51 movq 0(%r11),%r13
53 vpbroadcastq 0(%r11),%ymm1
[all …]
H A Drsaz-4k-avx512.S1 /* Do not modify. This file is auto-generated from rsaz-4k-avx512.pl. */
12 .cfi_offset %rbx,-16
15 .cfi_offset %rbp,-24
18 .cfi_offset %r12,-32
21 .cfi_offset %r13,-40
24 .cfi_offset %r14,-48
27 .cfi_offset %r15,-56
44 movq $0xfffffffffffff,%rax
51 movq 0(%r11),%r13
54 movq 0(%rsi),%rdx
[all …]
/freebsd/contrib/bc/tests/bc/scripts/
H A Dscreen.bc1 #! /usr/bin/bc -q
4 scale = 0
5 if(i % 2 == 0) return i;
6 if(j - i >= 0.5) return i + 1;
7 return i - 1;
13 scale = 0
20 x(720, 576, 600)
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_tables.h22 Boston, MA 02110-1301, USA.
98 /* The N-PHY tables. */
99 #define BWN_NTAB_TYPEMASK 0xF0000000
100 #define BWN_NTAB_8BIT 0x10000000
101 #define BWN_NTAB_16BIT 0x20000000
102 #define BWN_NTAB_32BIT 0x30000000
107 /* Static N-PHY tables */
108 #define BWN_NTAB_FRAMESTRUCT BWN_NTAB32(0x0A, 0x000) /* Frame Struct Table */
110 #define BWN_NTAB_FRAMELT BWN_NTAB8 (0x18, 0x000) /* Frame Lookup Table */
112 #define BWN_NTAB_TMAP BWN_NTAB32(0x0C, 0x000) /* T Map Table */
[all …]
/freebsd/contrib/kyua/utils/
H A Doptional_test.cpp34 #include <atf-c++.hpp>
80 instances--; in operator delete()
87 size_t test_alloc::instances = 0;
183 ATF_REQUIRE_EQ(0, test_alloc::instances); in ATF_TEST_CASE_BODY()
202 ATF_REQUIRE_EQ(0, test_alloc::instances); in ATF_TEST_CASE_BODY()
220 optional< int > opt = utils::make_optional(576); in ATF_TEST_CASE_BODY()
222 ATF_REQUIRE_EQ(576, opt.get()); in ATF_TEST_CASE_BODY()
/freebsd/contrib/diff/man/
H A Dcmp.14 cmp \- compare two files byte by byte
11 \fB\-b\fR \fB\-\-print\-bytes\fR
14 \fB\-i\fR SKIP \fB\-\-ignore\-initial\fR=\fISKIP\fR
17 \fB\-i\fR SKIP1:SKIP2 \fB\-\-ignore\-initial\fR=\fISKIP1\fR:SKIP2
21 \fB\-l\fR \fB\-\-verbose\fR
24 \fB\-n\fR LIMIT \fB\-\-bytes\fR=\fILIMIT\fR
27 \fB\-s\fR \fB\-\-quiet\fR \fB\-\-silent\fR
30 \fB\-v\fR \fB\-\-version\fR
33 \fB\-\-help\fR
38 kB 1000, K 1024, MB 1,000,000, M 1,048,576,
[all …]
/freebsd/contrib/netbsd-tests/net/in_cksum/
H A Dt_in_cksum.sh1 #! /usr/bin/atf-sh
13 ${incksum} -l 16 -u $0 -i ${TIMING_LOOPS} \
16 ${incksum} -l 16 -u $0 -i ${TIMING_LOOPS} \
20 ${incksum} -l 64 -u $0 -i ${TIMING_LOOPS} \
24 ${incksum} -l 16 -u $0 -i ${TIMING_LOOPS} \
30 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 2048 || fail
31 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 40 || fail
32 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 1536 || fail
33 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 576 || fail
34 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 1536 1536 1536 1536 1536 640 \
[all …]
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dhisilicon,hip07-sec.txt4 - compatible: Must contain one of
5 - "hisilicon,hip06-sec"
6 - "hisilicon,hip07-sec"
7 - reg: Memory addresses and lengths of the memory regions through which
9 Region 0 has registers to control the backend processing engines.
11 Regions 2-18 have registers for the 16 individual queues which are isolated
13 - interrupts: Interrupt specifiers.
14 Refer to interrupt-controller/interrupts.txt for generic interrupt client node
16 Interrupt 0 is for the SEC unit error queue.
19 - dma-coherent: The driver assumes coherent dma is possible.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dkinetic,ktz8866.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jianhua Lu <lujianhua000@gmail.com>
13 The Kinetic Technologies KTZ8866 is a high efficiency 6-channels-current-sinks
15 https://www.kinet-ic.com/ktz8866/
18 - $ref: common.yaml#
27 vddpos-supply:
30 vddneg-supply:
33 enable-gpios:
[all …]
/freebsd/lib/libutil/
H A Dexpand_number.33 .\" Copyright (c) 2025 Dag-Erling Smørgrav <des@FreeBSD.org>
51 argument and stores the number it represents as a signed 64-bit
61 .Bq 0, Ns Dv UINT64_MAX .
64 .Dq -0
65 as 0.
71 .Sq -
73 suffix indicating a power-of-two multiplier to apply.
78 .Bl -column "Suffix" "Description" "1000000000000000000" -offset indent
81 .It Li M Ta No mega Ta 1,048,576
111 .Rv -std
[all …]
/freebsd/sys/netsmb/
H A Dnetbios.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2000-2001 Boris Popov
52 #define NBT_WKSTA 0x00
53 #define NBT_MESSENGER 0x03
54 #define NBT_RAS_SERVER 0x06
55 #define NBT_DOMAIN_MASTER_BROWSER 0x1B
56 #define NBT_DOMAIN_CONTROLLER 0x1C
57 #define NBT_MASTER_BROWSER 0x1D
58 #define NBT_NETDDE 0x1F
[all …]
/freebsd/share/doc/smm/02.config/
H A De.t38 The network support in the kernel is self-configuring
67 If the line ``options IPFORWARDING="0"'' is in the system configuration
73 When this is noted, if the source machine is on the directly-attached
78 option ``options IPSENDREDIRECTS="0".''
86 the size will be no larger than 576 bytes.
87 For this test, other subnets of a directly-connected subnetted
89 ``options SUBNETSARELOCAL="0"'' is used in the system configuration file.
96 This may be used to pass IDP packets through IP-only link layer networks.
102 The NS Sequenced Packet Protocol does not require a three-way handshake
104 (A three-way handshake consists of a connection request, an acknowledgement
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Damlogic,meson-dw-hdmi.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/display/amlogic,meson-dw-hdmi.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Neil Armstrong <neil.armstrong@linaro.org>
14 - $ref: /schemas/sound/dai-common.yaml#
18 - A Synopsys DesignWare HDMI Controller IP
19 - A TOP control block controlling the Clocks and PHY
20 - A custom HDMI PHY in order to convert video to TMDS signal
37 selects either the ENCI encoder for the 576i or 480i formats or the ENCP
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libcmdutils/common/
H A Dnicenum.c45 int index = 0; in nicenum_scale()
46 int rc = 0; in nicenum_scale()
49 if (units == 0) in nicenum_scale()
52 if (n > 0) { in nicenum_scale()
64 * (i.e. 1024/1000, 1,048,576/1,000,000, etc). Stop once S(n) in nicenum_scale()
86 if (index == 0) { in nicenum_scale()
88 } else if (n % divisor == 0) { in nicenum_scale()
106 for (i = 2; i >= 0; i--) { in nicenum_scale()
113 if (rc + 1 > buflen || rc < 0) in nicenum_scale()
129 nicenum_scale(num, 1, buf, buflen, 0); in nicenum()
/freebsd/contrib/file/magic/Magdir/
H A Ddolby2 #------------------------------------------------------------------------------
4 # ATSC A/53 aka AC-3 aka Dolby Digital <ashitaka@gmx.at>
9 0 beshort 0x0b77 ATSC A/52 aka AC-3 aka Dolby Digital stream,
11 !:mime audio/vnd.dolby.dd-raw
13 >4 byte&0xc0 = 0x00 48 kHz,
14 >4 byte&0xc0 = 0x40 44.1 kHz,
15 >4 byte&0xc0 = 0x80 32 kHz,
17 >4 byte&0xc0 = 0xc0 reserved frequency,
19 >5 byte&0x07 = 0x00 \b, complete main (CM)
20 >5 byte&0x07 = 0x01 \b, music and effects (ME)
[all …]
/freebsd/contrib/ntp/scripts/stats/
H A Dpsummary.awk3 # usage: awk -f psummary.awk peer_summary
9 # 140.173.112.2 85 -0.509 1.345 4.606 80.417 49.260 1.092
18 # 127.127.4.1 586 0.000 0.000 0.000 0 0 0 0
19 # 140.173.64.1 975 -0.010 2.552 257.595 399 192 114 8
25 # 140.173.32.1 979 -0.949 2.344 257.671 396 217 136 7
29 # 140.173.128.1 1103 -0.002 2.600 257.672 465 262 132 13
30 # 140.222.135.1 347 -4.626 8.804 196.394 135 135 134 95
31 # 140.173.128.2 1081 -0.046 2.967 261.448 463 342 172 17
33 # 140.173.144.2 1058 -0.107 2.805 270.498 448 341 163 17
34 # 140.222.134.1 354 -0.056 8.479 172.458 142 141 141 100
[all …]
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_cfg.txt18 reg[0x7d04] = 0x00010000/0x00010000
21 reg[0x7d6c] = 0x00000000/0x00007000
23 reg[0x7dc0] = 0x0e2f8849 # TP_SHIFT_CNT
31 # TP number of RX channels (0 = auto)
32 tp_nrxch = 0
37 # TP number of TX channels (0 = auto)
38 tp_ntxch = 0
41 tp_mtus = 88, 256, 512, 576, 808, 1024, 1280, 1488, 1500, 2002, 2048, 4096, 4352, 8192, 9000, 9600
46 # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by
48 [function "0"]
[all …]
H A Dt6fw_cfg_hashfilter.txt19 reg[0x10c4] = 0x20000000/0x20000000 # GK_CONTROL, enable 5th thread
21 reg[0x7dc0] = 0x0e2f8849 # TP_SHIFT_CNT
32 # TP number of RX channels (0 = auto)
33 tp_nrxch = 0
38 # TP number of TX channels (0 = auto)
39 tp_ntxch = 0
42 tp_mtus = 88, 256, 512, 576, 808, 1024, 1280, 1488, 1500, 2002, 2048, 4096, 4352, 8192, 9000, 9600
45 reg[0x7d04] = 0x00010008/0x00010008
48 reg[0x7d08] = 0x00000800/0x00000800 # set IssFromCplEnable
51 reg[0x7d48] = 0x00000000/0x00000400 # clear EnableFLMError
[all …]
H A Dt5fw_cfg_hashfilter.txt23 reg[0x1124] = 0x00000400/0x00000400 # SGE_CONTROL2, enable VFIFO; if
28 reg[0x1130] = 0x00d5ffeb # SGE_DBP_FETCH_THRESHOLD, fetch
30 # minus 128-entries for FL and HP
31 # queues, and 0xfff for LP which
36 reg[0x113c] = 0x0002ffc0 # SGE_VFIFO_SIZE, set to 0x2ffc0 which
42 reg[0x7d04] = 0x00010000/0x00010000
45 reg[0x7d6c] = 0x00000000/0x00007000
48 reg[0x7d78] = 0x00000400/0x00000000
50 reg[0x7dc0] = 0x0e2f8849 # TP_SHIFT_CNT
58 # TP number of RX channels (0 = auto)
[all …]
H A Dt5fw_cfg.txt23 reg[0x1124] = 0x00000400/0x00000400 # SGE_CONTROL2, enable VFIFO; if
28 reg[0x1130] = 0x00d5ffeb # SGE_DBP_FETCH_THRESHOLD, fetch
30 # minus 128-entries for FL and HP
31 # queues, and 0xfff for LP which
36 reg[0x113c] = 0x0002ffc0 # SGE_VFIFO_SIZE, set to 0x2ffc0 which
42 reg[0x7d04] = 0x00010000/0x00010000
45 reg[0x7d6c] = 0x00000000/0x00007000
48 reg[0x7d78] = 0x00000400/0x00000000
50 reg[0x7dc0] = 0x0e2f8849 # TP_SHIFT_CNT
58 # TP number of RX channels (0 = auto)
[all …]
/freebsd/contrib/elftoolchain/size/
H A Dsize.126 .\" $Id: size.1 3195 2015-05-12 17:22:19Z emaste $
36 .Op Fl -format= Ns Ar format
37 .Op Fl -help
38 .Op Fl -radix= Ns Ar radix
39 .Op Fl -totals
40 .Op Fl -version
56 If no file name is specified on the command-line,
63 .Bl -tag -width indent
64 .It Fl -format= Ns Ar format
76 .It Fl -help
[all …]
/freebsd/contrib/tcpdump/
H A Dip.h54 #define IP_V(ip) ((GET_U_1((ip)->ip_vhl) & 0xf0) >> 4)
55 #define IP_HL(ip) (GET_U_1((ip)->ip_vhl) & 0x0f)
60 #define IP_DF 0x4000 /* don't fragment flag */
61 #define IP_MF 0x2000 /* more fragments flag */
62 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */
74 #define IPTOS_LOWDELAY 0x10
75 #define IPTOS_THROUGHPUT 0x08
76 #define IPTOS_RELIABILITY 0x04
81 #define IPTOS_PREC_NETCONTROL 0xe0
82 #define IPTOS_PREC_INTERNETCONTROL 0xc0
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
38 #define ATH12K_INVALID_HW_MAC_ID 0xFF
40 #define ATH12K_RX_RATE_TABLE_11AX_NUM 576
89 return (((tid == 0) || (tid == 3)) ? WME_AC_BE : in ath12k_tid_to_ac()
96 ATH12K_SKB_HW_80211_ENCAP = BIT(0),
180 WMI_HOST_TP_SCALE_MAX = 0,
270 #define HAL_AST_IDX_INVALID 0xFFFF
277 #define ATH12K_RX_RATE_TABLE_11AX_NUM 576
[all …]

123456789