/freebsd-src/contrib/file/magic/Magdir/ |
H A D | ispell | 2 #---------- [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | mmintrin.h | 1 /*===---- mmintrin.h - MMX intrinsics ----- [all...] |
H A D | avx512vlbf16intrin.h | 1 /*===--------- avx512vlbf16intrin.h - AVX512_BF16 intrinsics ---------------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 20 __target__("avx512vl,avx512bf16,no-evex512"), \ 24 __target__("avx512vl,avx512bf16,no-evex512"), \ 34 /// A 128-bit vector of [4 x float]. 36 /// A 128-bit vector of [4 x float]. 37 /// \returns A 128-bit vector of [8 x bfloat] whose lower 64 bits come from 52 /// A 128-bit vector of [4 x float]. 54 /// A 128-bit vector of [4 x float]. [all …]
|
H A D | avx2intrin.h | 1 /*===---- avx2intrin.h - AVX2 intrinsics -----------------------------------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 20 __target__("avx2,no-evex512"), __min_vector_width__(256))) 23 __target__("avx2,no-evex512"), __min_vector_width__(128))) 27 /// four unsigned 8-bit integers from the 256-bit integer vectors \a X and 31 /// vectors, and another eight using the upper half. These 16-bit values 32 /// are returned in the lower and upper halves of the 256-bit result, 38 /// difference, and sums these four values to form one 16-bit result. The 43 /// bytes from \a Y; the starting bit position for these four bytes is [all …]
|
H A D | avxintrin.h | 1 /*===---- avxintrin.h - AVX intrinsics ----- [all...] |
H A D | tmmintrin.h | 1 /*===---- tmmintrin.h - SSSE3 intrinsics ----- [all...] |
H A D | avxvnniint8intrin.h | 1 /*===-------- avxvnniint8intrin.h - AVXVNNIINT8 intrinsics -----------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 25 /// Multiply groups of 4 adjacent pairs of signed 8-bit integers in \a __A with 26 /// corresponding signed 8-bit integers in \a __B, producing 4 intermediate 27 /// signed 16-bit results. Sum these 4 results with the corresponding 28 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst. 39 /// A 128-bit vector of [16 x char]. 41 /// A 128-bit vector of [16 x char]. 43 /// A 128-bit vector of [4 x int]. [all …]
|
H A D | adcintrin.h | 1 /*===---- adcintrin.h - ADC intrinsics -------------------------------------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 31 /// Adds unsigned 32-bit integers \a __x and \a __y, plus 0 or 1 as indicated 32 /// by the carry flag \a __cf. Stores the unsigned 32-bit sum in the memory 33 /// at \a __p, and returns the 8-bit carry-out (carry flag). 46 /// The 8-bit unsigned carry flag; any non-zero value indicates carry. 48 /// A 32-bit unsigned addend. 50 /// A 32-bit unsigned addend. 53 /// \returns The 8-bit unsigned carry-out value. [all …]
|
H A D | avxvnniint16intrin.h | 1 /*===----------- avxvnniint16intrin.h - AVXVNNIINT16 intrinsics-------------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 26 /// Multiply groups of 2 adjacent pairs of signed 16-bit integers in \a __A with 27 /// corresponding unsigned 16-bit integers in \a __B, producing 2 intermediate 28 /// signed 16-bit results. Sum these 2 results with the corresponding 29 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst. 40 /// A 128-bit vector of [4 x int]. 42 /// A 128-bit vector of [8 x short]. 44 /// A 128-bit vector of [8 x unsigned short]. [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRFixupKinds.h | 1 //===-- AVRFixupKinds.h - AVR Specific Fixup Entries ------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 27 /// A 32-bit AVR fixup. 30 /// A 7-bit PC-relative fixup for the family of conditional 31 /// branches which take 7-bit targets (BRNE,BRGT,etc). 33 /// A 12-bit PC-relative fixup for the family of branches 34 /// which take 12-bit targets (RJMP,RCALL,etc). 39 /// aligned to 2 bytes, so the 0'th bit is always 0. 40 /// This way there is 13-bits of precision. [all …]
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | regs.h | 1 /* SPDX-License-Identifier: ISC */ 28 #define MT_INT_RX_DONE(_n) BIT(_n) 31 #define MT_INT_TX_DONE(_n) BIT((_n) + 4) 33 #define MT_INT_RX_COHERENT BIT(20) 34 #define MT_INT_TX_COHERENT BIT(21) 35 #define MT_INT_MAC_IRQ3 BIT(27) 37 #define MT_INT_MCU_CMD BIT(30) 40 #define MT_WPDMA_GLO_CFG_TX_DMA_EN BIT(0) 41 #define MT_WPDMA_GLO_CFG_TX_DMA_BUSY BIT(1) 42 #define MT_WPDMA_GLO_CFG_RX_DMA_EN BIT(2) [all …]
|
H A D | mac.h | 1 /* SPDX-License-Identifier: ISC */ 10 #define MT_RXD0_NORMAL_IP_SUM BIT(23) 11 #define MT_RXD0_NORMAL_UDP_TCP_SUM BIT(24) 12 #define MT_RXD0_NORMAL_GROUP_1 BIT(25) 13 #define MT_RXD0_NORMAL_GROUP_2 BIT(26) 14 #define MT_RXD0_NORMAL_GROUP_3 BIT(27) 15 #define MT_RXD0_NORMAL_GROUP_4 BIT(28) 29 #define MT_RXD1_NORMAL_HDR_TRANS BIT(23) 30 #define MT_RXD1_NORMAL_HDR_OFFSET BIT(22) 32 #define MT_RXD1_NORMAL_CH_FREQ GENMASK(15, 8) [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrFormats.td | 1 //===-- SIInstrFormats.td - SI Instruction Encodings ------- [all...] |
/freebsd-src/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02_regs.h | 1 /* SPDX-License-Identifier: ISC */ 15 #define MT_CMB_CTRL_XTAL_RDY BIT(22) 16 #define MT_CMB_CTRL_PLL_LD BIT(23) 21 #define MT_EFUSE_CTRL_LDO_OFF_TIME GENMASK(13, 8) 24 #define MT_EFUSE_CTRL_KICK BIT(30) 25 #define MT_EFUSE_CTRL_SEL BIT(31) 31 #define MT_COEXCFG0_COEX_EN BIT(0) 34 #define MT_WLAN_FUN_CTRL_WLAN_EN BIT(0) 35 #define MT_WLAN_FUN_CTRL_WLAN_CLK_EN BIT(1) 36 #define MT_WLAN_FUN_CTRL_WLAN_RESET_RF BIT(2) [all …]
|
/freebsd-src/sys/dev/msk/ |
H A D | if_mskreg.h | 17 * are provided to you under the BSD-type license terms provided 22 * - Redistributions of source code must retain the above copyright 24 * - Redistributions in binary form must reproduce the above 28 * - Neither the name of Marvell nor the names of its contributors 48 /*- 49 * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause 65 * 4. Neither the name of the author nor the names of any co-contributors 82 /*- 110 * D-Link PCI vendor ID 154 * D-Link gigabit ethernet device ID [all …]
|
/freebsd-src/lib/libc/arm/string/ |
H A D | memcpy.S | 48 /* Word-align the destination buffer */ 64 ands ip, r1, #0x03 /* Is src also word-aligned? */ 67 /* Quad-align the destination buffer */ 70 stmfd sp!, {r4-r9} /* Free up some registers */ 80 ldr r4, [r1], #0x04 /* LD:00-03 */ 81 ldr r5, [r1], #0x04 /* LD:04-07 */ 83 ldr r6, [r1], #0x04 /* LD:08-0b */ 84 ldr r7, [r1], #0x04 /* LD:0c-0f */ 85 ldr r8, [r1], #0x04 /* LD:10-13 */ 86 ldr r9, [r1], #0x04 /* LD:14-17 */ [all …]
|
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | ieee80211.h | 1 /*- 2 * Copyright (c) 2020-2024 The FreeBSD Foundation 49 /* 9.4.2.55 Management MIC element (CMAC-256, GMAC-128, and GMAC-256). */ 58 #define IEEE80211_CCMP_HDR_LEN 8 /* 802.11i .. net80211 comment */ 60 #define IEEE80211_CCMP_MIC_LEN 8 /* || 16 */ 61 #define IEEE80211_CCMP_256_HDR_LEN 8 63 #define IEEE80211_GCMP_HDR_LEN 8 70 #define IEEE80211_INVAL_HW_QUEUE ((uint8_t)- [all...] |
/freebsd-src/sys/contrib/dev/rtw89/ |
H A D | txrx.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 10 #define DATA_RATE_MODE_CTRL_MASK GENMASK(8, 7) 11 #define DATA_RATE_MODE_CTRL_MASK_V1 GENMASK(10, 8) 27 if (rtwdev->chip->chip_gen == RTW89_CHIP_BE) in rtw89_get_data_rate_mode() 40 if (rtwdev->chi in rtw89_get_data_ht_mcs() [all...] |
/freebsd-src/sys/dev/qat/include/ |
H A D | icp_qat_hw.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 2 /* Copyright(c) 2007-2022 Intel Corporation */ 15 ICP_QAT_HW_AE_8 = 8, 41 ICP_QAT_HW_AUTH_ALGO_AES_CBC_MAC = 8, 83 ICP_ACCEL_CAPABILITIES_CRYPTO_SYMMETRIC = BIT(0), 84 ICP_ACCEL_CAPABILITIES_CRYPTO_ASYMMETRIC = BIT(1), 85 ICP_ACCEL_CAPABILITIES_CIPHER = BIT(2), 86 ICP_ACCEL_CAPABILITIES_AUTHENTICATION = BIT(3), 87 ICP_ACCEL_CAPABILITIES_RESERVED_1 = BIT(4), 88 ICP_ACCEL_CAPABILITIES_COMPRESSION = BIT(5), [all …]
|
/freebsd-src/contrib/wpa/src/utils/ |
H A D | bitfield.c | 25 bf = os_zalloc(sizeof(*bf) + (max_bits + 7) / 8); in bitfield_alloc() 28 bf->bits = (u8 *) (bf + 1); in bitfield_alloc() 29 bf->max_bits = max_bits; in bitfield_alloc() 40 void bitfield_set(struct bitfield *bf, size_t bit) in bitfield_set() argument 42 if (bit >= bf->max_bits) in bitfield_set() 44 bf->bits[bit / 8] |= BIT(bit % 8); in bitfield_set() 48 void bitfield_clear(struct bitfield *bf, size_t bit) in bitfield_clear() argument 50 if (bit >= bf->max_bits) in bitfield_clear() 52 bf->bits[bit / 8] &= ~BIT(bit % 8); in bitfield_clear() 56 int bitfield_is_set(struct bitfield *bf, size_t bit) in bitfield_is_set() argument [all …]
|
/freebsd-src/sys/dev/sfxge/common/ |
H A D | efx_regs_pci.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2016 Solarflare Communications Inc. 41 * PC_VEND_ID_REG(16bit): 52 * PC_DEV_ID_REG(16bit): 63 * PC_CMD_REG(16bit): 74 #define PCRF_AZ_SERR_EN_LBN 8 94 * PC_STAT_REG(16bit): 113 #define PCRF_AZ_MDAT_PERR_LBN 8 125 * PC_REV_ID_REG(8bit): [all …]
|
/freebsd-src/contrib/wpa/src/crypto/ |
H A D | milenage.c | 2 * 3GPP AKA - Milenage algorithm (3GPP TS 35.205, .206, .207, .208) 3 * Copyright (c) 2006-2007 <j@w1.fi> 10 * EAP-AKA to be tested properly with real USIM cards. 26 * milenage_f1 - Milenage f1 and f1* algorithms 27 * @opc: OPc = 128-bit value derived from OP and K 28 * @k: K = 128-bit subscriber key 29 * @_rand: RAND = 128-bit random challenge 30 * @sqn: SQN = 48-bit sequence number 31 * @amf: AMF = 16-bit authentication management field 32 * @mac_a: Buffer for MAC-A = 64-bit network authentication code, or %NULL [all …]
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | regs.h | 1 /* SPDX-License-Identifier: ISC */ 35 #define MT_HW_INFO_BASE ((dev)->reg_map[MT_HW_BASE]) 40 #define MT_TOP_3NSS BIT(24) 45 #define MT_TOP_MISC2 ((dev)->reg_map[MT_TOP_CFG_BASE] + 0x134) 49 #define MT_TOP_MISC2_FW_PWR_ON BIT(1) 59 #define MT_MCU_PCIE_REMAP_2 ((dev)->reg_map[MT_PCIE_REMAP_2]) 62 #define MT_PCIE_REMAP_BASE_2 ((dev)->reg_map[MT_PCIE_REMAP_BASE2]) 69 #define MT_HIF(ofs) ((dev)->reg_map[MT_HIF_BASE] + (ofs)) 71 #define MT_HIF_LOGIC_RST_N BIT(4) 74 #define MT_PDMA_AXI_SLPPROT_ENABLE BIT(0) [all …]
|
H A D | mac.h | 1 /* SPDX-License-Identifier: ISC */ 15 #define MT_RXD0_NORMAL_IP_SUM BIT(23) 16 #define MT_RXD0_NORMAL_UDP_TCP_SUM BIT(24) 17 #define MT_RXD0_NORMAL_GROUP_1 BIT(25) 18 #define MT_RXD0_NORMAL_GROUP_2 BIT(26) 19 #define MT_RXD0_NORMAL_GROUP_3 BIT(27) 20 #define MT_RXD0_NORMAL_GROUP_4 BIT(28) 25 #define MT_RXD1_MID_AMSDU_FRAME BIT(1) 26 #define MT_RXD1_LAST_AMSDU_FRAME BIT(0) 27 #define MT_RXD1_NORMAL_HDR_TRANS BIT(23) [all …]
|
/freebsd-src/contrib/wpa/src/common/ |
H A D | ieee802_11_defs.h | 3 * Copyright (c) 2002-2019, Jouni Malinen <j@w1.fi> 4 * Copyright (c) 2007-2008 Intel Corporation 39 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & (BIT(3) | BIT(2) | BIT(1) | BIT(0))) 41 (((seq) & (~(BIT(3) | BIT(2) | BIT(1) | BIT( [all...] |