/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitchreg.h | 44 #define BITS(_shift, _count) (BITM(_count) << (_shift)) macro 89 #define AR8X16_REG_SW_MAC_ADDR0_BYTE4 BITS(8, 8) 91 #define AR8X16_REG_SW_MAC_ADDR0_BYTE5 BITS(0, 8) 95 #define AR8X16_REG_SW_MAC_ADDR1_BYTE0 BITS(24, 8) 97 #define AR8X16_REG_SW_MAC_ADDR1_BYTE1 BITS(16, 8) 99 #define AR8X16_REG_SW_MAC_ADDR1_BYTE2 BITS(8, 8) 101 #define AR8X16_REG_SW_MAC_ADDR1_BYTE3 BITS(0, 8) 139 #define AR8216_ATU_OP BITS(0, 3) 148 #define AR8216_ATU_PORT_NUM BITS(8, 4) 151 #define AR8216_ATU_ADDR5 BITS(16, 8) [all …]
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_reg.h | 27 #define BITS(_s, _n) (((1UL << (_n)) - 1) << _s) macro 106 #define AR40XX_MIB_FUNC BITS(24, 3) 115 #define AR40XX_REG_SW_MAC_ADDR0_BYTE4 BITS(8, 8) 117 #define AR40XX_REG_SW_MAC_ADDR0_BYTE5 BITS(0, 8) 121 #define AR40XX_REG_SW_MAC_ADDR1_BYTE0 BITS(24, 8) 123 #define AR40XX_REG_SW_MAC_ADDR1_BYTE1 BITS(16, 8) 125 #define AR40XX_REG_SW_MAC_ADDR1_BYTE2 BITS(8, 8) 127 #define AR40XX_REG_SW_MAC_ADDR1_BYTE3 BITS(0, 8) 131 #define AR40XX_MAX_FRAME_SIZE_MTU BITS(0, 14) 134 #define AR40XX_PORT_SPEED BITS(0, 2) [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_atomic.cpp | 790 #define OP_CMPXCHG(TYPE, BITS, OP) \ argument 795 while (!KMP_COMPARE_AND_STORE_ACQ##BITS( \ 796 (kmp_int##BITS *)lhs, *VOLATILE_CAST(kmp_int##BITS *) & old_value, \ 797 *VOLATILE_CAST(kmp_int##BITS *) & new_value)) { \ 812 #define OP_CMPXCHG_WORKAROUND(TYPE, BITS, OP) \ argument 816 kmp_int##BITS *vvv; \ 819 old_value.vvv = (kmp_int##BITS *)&old_value.cmp; \ 820 new_value.vvv = (kmp_int##BITS *)&new_value.cmp; \ 821 *old_value.vvv = *(volatile kmp_int##BITS *)lhs; \ 823 while (!KMP_COMPARE_AND_STORE_ACQ##BITS( \ [all …]
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | ppc.pl | 112 $BITS= 32; 113 $BNSZ= $BITS/8; 135 $BITS= 64; 136 $BNSZ= $BITS/8; 1649 li r8,$BITS 1668 $SHRI r9,r5,`$BITS/2` # r9 = dh 1674 $SHRI r8,r3,`$BITS/2` #r8 = (h>>BN_BITS4) 1675 $SHRI r11,r4,`$BITS/2` #r11= (l&BN_MASK2h)>>BN_BITS4 1681 $CLRU r8,r8,`$BITS/2` #q = BN_MASK2l 1687 $CLRU r10,r5,`$BITS/2` #r10=dl [all …]
|
H A D | ppc-mont.pl | 50 $BITS= 32; 51 $BNSZ= $BITS/8; 70 $BITS= 64; 71 $BNSZ= $BITS/8; 1429 $SHRI $t1,$t1,$BITS-1 1434 $SHRI $t2,$t2,$BITS-1 1436 $SHRI $t3,$t3,$BITS-1 1447 $SHRI $t0,$t0,$BITS-1 1453 $SHRI $t1,$t1,$BITS-1 1460 $SHRI $t2,$t2,$BITS-1 [all …]
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-ia64.pl | 83 $BITS=8*$SZ; 97 $BITS=8*$SZ; 180 $code.=<<___ if ($BITS==64); 211 $t0="A", $t1="E", $code.=<<___ if ($BITS==64); 459 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32); 533 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32); 549 $t0="A", $t1="E", $code.=<<___ if ($BITS==64); 615 if ($BITS==64) { 626 print<<___ if ($BITS==32); 648 print<<___ if ($BITS==64);
|
H A D | sha512-armv8.pl | 76 $BITS=512; 85 $BITS=256; 95 $func="sha${BITS}_block_data_order"; 238 adr $Ktbl,.LK$BITS 289 .type .LK$BITS,%object 290 .LK$BITS: 355 .size .LK$BITS,.-.LK$BITS 356 .asciz "SHA$BITS block transform for ARMv8, CRYPTOGAMS by <appro\@openssl.org>"
|
/freebsd/sys/contrib/zlib/ |
H A D | infback.c | 182 #define BITS(n) \ macro 287 state->last = BITS(1); in inflateBack() 289 switch (BITS(2)) { in inflateBack() 348 state->nlen = BITS(5) + 257; in inflateBack() 350 state->ndist = BITS(5) + 1; in inflateBack() 352 state->ncode = BITS(4) + 4; in inflateBack() 367 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflateBack() 388 here = state->lencode[BITS(state->lenbits)]; in inflateBack() 406 copy = 3 + BITS(2); in inflateBack() 413 copy = 3 + BITS(3); in inflateBack() [all …]
|
H A D | inflate.c | 491 #define BITS(n) \ macro 644 ((BITS(8) << 8) + (hold >> 8)) % 31) { in inflate() 649 if (BITS(4) != Z_DEFLATED) { in inflate() 655 len = BITS(4) + 8; in inflate() 834 state->last = BITS(1); in inflate() 836 switch (BITS(2)) { in inflate() 900 state->nlen = BITS(5) + 257; in inflate() 902 state->ndist = BITS(5) + 1; in inflate() 904 state->ncode = BITS(4) + 4; in inflate() 920 state->lens[order[state->have++]] = (unsigned short)BITS(3); in inflate() [all …]
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control-setup.sh | 49 BITS=3072 100 openssl genrsa -out $SVR_BASE.key $BITS || error "could not genrsa" 106 openssl genrsa -out $CTL_BASE.key $BITS || error "could not genrsa" 111 echo "default_bits=$BITS" >> request.cfg 128 echo "default_bits=$BITS" >> request.cfg
|
H A D | unbound-control-setup.sh.in | 49 BITS=3072 123 openssl genrsa -out "$SVR_BASE.key" "$BITS" 128 default_bits=$BITS 161 openssl genrsa -out "$CTL_BASE.key" "$BITS" 166 default_bits=$BITS
|
/freebsd/usr.bin/compress/doc/ |
H A D | README | 30 o BITS Overrules default set by USERMEM-SACREDMEM 34 o pdp11 BITS=12, NO_UCHAR 35 o z8000 BITS=12 36 o pcxt BITS=12 40 The difference "usermem-sacredmem" determines the maximum BITS that can be 43 memory: at least BITS 51 The default is BITS=16. 75 1. "Block" compression is performed. After the BITS run out, the 95 characters, and the -b BITS is less than or equal to the cutoff 109 The difference "usermem-sacredmem" determines the maximum BITS that can be [all …]
|
H A D | revision.log | 11 * used by decompress: tab_suffix[1<<BITS], stack[8000]. Updated USERMEM 38 * Set HSIZE depending on BITS. Set BITS depending on USERMEM. Unrolled
|
/freebsd/usr.bin/compress/ |
H A D | zopen.c | 72 #define BITS 16 /* Default bits. */ macro 120 char_type zs_buf[BITS]; 133 char_type zs_gbuf[BITS]; 186 #define de_stack ((char_type *)&tab_suffixof(1 << BITS)) 486 if (maxbits > BITS || maxbits < 12) { in zread() 696 bits < 0 || bits > BITS) { in zopen() 704 maxbits = bits ? bits : BITS; /* User settable max # bits/code. */ in zopen()
|
/freebsd/usr.bin/gzip/ |
H A D | zuncompress.c | 46 #define de_stack ((char_type *)&tab_suffixof(1 << BITS)) 48 #define BITS 16 /* Default bits. */ macro 111 char_type zs_buf[BITS]; 124 char_type zs_gbuf[BITS]; 250 if (zs->zs_maxbits > BITS || zs->zs_maxbits < 12) { in zread()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_tree.def | 111 typedef WlanIfaceFlagsType BITS ( 117 typedef WlanDriverCaps BITS ( 143 typedef WlanCryptoCaps BITS ( 152 typedef WlanHTCaps BITS ( 179 typedef WlanPeerCapabilityFlags BITS ( 193 typedef WlanIfacePeerFlagsType BITS ( 214 typedef WlanIfaceChannelFlagsType BITS ( 237 typedef WlanIfaceChannelStateType BITS ( 270 typedef WlanScanFlagsType BITS ( 625 (7 wlanMeshRouteFlags BITS ( 1 valid 2 proxy ) GET)
|
H A D | BEGEMOT-WIRELESS-MIB.txt | 204 SYNTAX BITS { 284 wlanIfaceFlags BITS, 335 SYNTAX BITS { 404 wlanIfParentDriverCapabilities BITS, 405 wlanIfParentCryptoCapabilities BITS, 406 wlanIfParentHTCapabilities BITS 410 SYNTAX BITS { 442 SYNTAX BITS { 458 SYNTAX BITS { 1088 wlanIfacePeerCapabilities BITS, [all …]
|
/freebsd/usr.bin/systat/ |
H A D | convtbl.c | 37 #define BITS (1) macro 65 [SC_BIT] = { BIT, BITS, "b", "bit" },
|
/freebsd/contrib/ntp/libparse/ |
H A D | clk_rawdcf.c | 409 #define BITS 9 in cvt_rawdcf() macro 410 unsigned char histbuf[BITS]; in cvt_rawdcf() 420 for (i = 0; i < BITS; i++) in cvt_rawdcf() 493 for (; i < BITS; i++) in cvt_rawdcf() 507 highmax = BITS-1; in cvt_rawdcf()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | coex.h | 14 #define BITS(nb) (BIT(nb) - 1) 13 #define BITS( global() macro
|
/freebsd/contrib/ntp/parseutil/ |
H A D | dcfd.c | 537 #define BITS 9 in cvt_rawdcf() macro 538 unsigned char histbuf[BITS]; in cvt_rawdcf() 560 for (i = 0; i < BITS; i++) in cvt_rawdcf() 661 for (; i < BITS; i++) in cvt_rawdcf() 678 highmax = BITS-1; in cvt_rawdcf()
|
/freebsd/contrib/bsnmp/ |
H A D | NEWS | 2 Support for ENUM and BITS in gensnmp{tree,def}. Include directives
|
/freebsd/crypto/openssl/apps/ |
H A D | req.c | 34 #define BITS "default_bits" macro 638 if (!NCONF_get_number(req_conf, section, BITS, &newkey_len)) { in req_main()
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpv4-mib.mib | 674 SYNTAX BITS {
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 4239 #define SVE_INT_ELTTY(BITS, ELTS, SIGNED, NUMVECTORS) \ in getBuiltinVectorTypeInfo() argument 4240 {getIntTypeForBitwidth(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \ in getBuiltinVectorTypeInfo()
|