| /freebsd-12.1/contrib/dtc/Documentation/ |
| H A D | dtc-paper.bib | 1 @STRING{pub-IEEE = "IEEE Computer Society"} 2 @STRING{pub-IEEE:adr = "345 E. 47th St, New York, NY 10017, USA"} 6 …title = "{IEEE} {S}tandard for {B}oot ({I}nitialization {C}onfiguration) {F}irmware: {C}ore {R}equ… 7 publisher = pub-IEEE, 8 address = pub-IEEE:adr, 9 series = "IEEE Std 1275-1994", 15 …title = "{PCI} {B}us {B}inding to: {IEEE} {S}td 1275-1994 {S}tandard for {B}oot ({I}nitialization … 16 publisher = pub-IEEE, 17 address = pub-IEEE:adr,
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | README | 1 hostapd - user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP 98 IEEE 802.1X 146 connection, based on the IEEE 802.1X state. 151 this, IEEE 802.11 association is performed. If IEEE 802.1X is 159 Host AP configuration for IEEE 802.1X 220 Supported WPA/IEEE 802.11i features: 234 completed its work in May 2004. The IEEE 802.11i amendment to the IEEE 278 IEEE 802.11i / WPA2 308 # and/or WPA2 (full IEEE 802.11i/RSN): 310 # bit1 = IEEE 802.11i/RSN (WPA2) [all …]
|
| H A D | defconfig | 47 # IEEE 802.11F/IAPP 50 # WPA2/IEEE 802.11i RSN pre-authentication 53 # IEEE 802.11w (management frame protection) 150 # IEEE Std 802.11r-2008 (Fast BSS Transition) 157 # IEEE 802.11n (High Throughput) support 160 # Wireless Network Management (IEEE Std 802.11v-2011) 164 # IEEE 802.11ac (Very High Throughput) support 167 # IEEE 802.11ax HE support 170 # final IEEE 802.11ax version. 313 # Interworking (IEEE 802.11u) [all …]
|
| H A D | ChangeLog | 103 - added IEEE VLAN support (including tagged VLANs) 648 * fix IGTK PN in group rekeying (IEEE 802.11w) 704 standard when using CCMP (for IEEE 802.11r and IEEE 802.11w) 777 (IEEE 802.11w) 866 * added experimental IEEE 802.11r/D6.0 support 902 and IEEE 802.1X without WEP) 1161 IEEE 802.11i pre-authentication 1185 * finished update from IEEE 802.1X-2001 to IEEE 802.1X-REV (now d11) 1190 IEEE 802.11F-2003) 1216 IEEE 802.1X port was being deauthorized [all …]
|
| H A D | hostapd.deny | 1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 743 IEEE = RHS.IEEE; 757 IEEE = std::move(RHS.IEEE); 945 return U.IEEE.add(RHS.U.IEEE, RM); in add() 954 return U.IEEE.subtract(RHS.U.IEEE, RM); in subtract() 963 return U.IEEE.multiply(RHS.U.IEEE, RM); in multiply() 972 return U.IEEE.divide(RHS.U.IEEE, RM); in divide() 981 return U.IEEE.remainder(RHS.U.IEEE); in remainder() 990 return U.IEEE.mod(RHS.U.IEEE); in mod() 1002 return U.IEEE.fusedMultiplyAdd(Multiplicand.U.IEEE, Addend.U.IEEE, RM); in fusedMultiplyAdd() 1106 return U.IEEE.compare(RHS.U.IEEE); in compare() [all …]
|
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| H A D | RSTP-MIB.txt | 22 -- MIB for IEEE 802.1w Rapid Spanning Tree Protocol 43 by IEEE 802.1w. 78 IEEE 802.1D-1998 and 'rstp(2)' indicates the Rapid 87 "IEEE 802.1w clause 14.8.1, 17.12, 17.16.1" 103 "IEEE 802.1w clause 17.16.6" 158 "IEEE 802.1w clause 14.8.2.4, 17.18.10, 17.26" 181 "IEEE 802.1t clause 14.8.2, 18.3.3" 197 "IEEE 802.1t clause 14.8.2, 18.3.4" 227 "IEEE 802.1w clause 6.4.3, 6.5, 14.8.2" 247 "IEEE 802.1w clause 6.4.3, 6.5, 14.8.2" [all …]
|
| H A D | BRIDGE-MIB.txt | 22 -- MIB for IEEE 802.1D devices 59 IEEE 802.1D. 76 IEEE 802.1w. 362 On bridges supporting IEEE 802.1t or IEEE 802.1w, 382 IEEE 802.1w clause 14.8.1.1." 408 "IEEE 802.1D-1998: clause 8.5.3.1" 419 "IEEE 802.1D-1998: clause 8.5.3.2" 430 "IEEE 802.1D-1998: clause 8.5.3.3" 619 On bridges supporting IEEE 802.1t or IEEE 802.1w, 751 IEEE 802.1t." [all …]
|
| /freebsd-12.1/contrib/gdtoa/ |
| H A D | README | 3 and extended-precision IEEE binary floating-point arithmetic, and 4 other IEEE-like binary floating-point, including "double double", 47 f IEEE single precision 48 d IEEE double precision 49 x IEEE extended precision, as on Intel 80x87 53 xL IEEE extended precision, as on Motorola 68xxx chips 55 dd double double, pairs of IEEE double numbers 60 mode on IEEE-arithmetic systems that provide the C99 fegetround() 96 illustrates one way to do this for IEEE binary double-precision 138 strtord(s,se,1,&f). Parts of strtod require true IEEE double [all …]
|
| H A D | changes | 25 return +-Infinity for IEEE arithmetic, +- the largest machine number 101 with IEEE arithmetic; #define MULTIPLE_THREADS if the system offers 110 dtoa.c: strtod: on IEEE systems, scale to avoid intermediate 127 with IEEE arithmetic, again revealed by the input string 159 family (for 80-bit IEEE double-extended precision) that assumes the 213 normalized IEEE double. Thanks to Waldemar Horwat for pointing this 268 3. With IEEE arithmetic and no -DNO_IEEE_Scale, adjust scaling so 271 underflows to zero but otherwise use IEEE arithmetic without 290 8. With IEEE arithmetic, compilation with -DHonor_FLT_ROUNDS causes 299 point computations would suffice) to set the IEEE inexact flag [all …]
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | parrot | 14 >32 byte 0 IEEE-754 8 byte double floats, 16 >32 byte 2 IEEE-754 16 byte long double floats,
|
| H A D | sun | 101 >12 belong 0 (IEEE 802.3) 102 >12 belong 1 (IEEE 802.4) 103 >12 belong 2 (IEEE 802.5) 104 >12 belong 3 (IEEE 802.6)
|
| /freebsd-12.1/tools/test/testfloat/ |
| H A D | README.txt | 9 conforms to the IEC/IEEE Standard for Binary Floating-Point Arithmetic. 14 to the IEC/IEEE Standard. This program uses the SoftFloat software 18 the IEC/IEEE Standard. These tests are performed by comparing against a
|
| H A D | testfloat.txt | 12 conforms to the IEC/IEEE Standard for Binary Floating-Point Arithmetic. 28 attempt to define or explain the IEC/IEEE Standard for floating-point. 39 of the IEC/IEEE Standard and its vagaries is needed to use TestFloat 66 Variations Allowed by the IEC/IEEE Standard 129 by the IEC/IEEE Standard. TestFloat verifies not only that the numeric 151 Not all IEC/IEEE Standard functions are supported by all machines. 235 IEC/IEEE Standard. 372 -- The IEC/IEEE Standard allows for some variation in how conforming 387 detailed knowledge about the IEC/IEEE Standard. Assuming TestFloat is 559 Variations Allowed by the IEC/IEEE Standard [all …]
|
| /freebsd-12.1/lib/libc/softfloat/ |
| H A D | softfloat.txt | 14 the IEC/IEEE Standard for Binary Floating-Point Arithmetic. As many as four 21 IEC/IEEE Floating-Point Standard. Details about the standard are available 105 implements the usual C `float' and `double' types according to the IEC/IEEE 121 IEC/IEEE Standard. 129 The only functions required by the IEC/IEEE Standard that are not provided 136 All four rounding modes prescribed by the IEC/IEEE Standard are implemented 168 All five exception flags required by the IEC/IEEE Standard are 183 In the terminology of the IEC/IEEE Standard, SoftFloat can detect tininess 266 the IEC/IEEE Standard. The remainder functions are: 288 specified by the IEC/IEEE Standard. The functions are: [all …]
|
| H A D | README.txt | 11 the IEC/IEEE Standard for Binary Floating-Point Arithmetic. SoftFloat is 16 set of IEC/IEEE floating-point routines.
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 60 IEEE, // IEEE 754 denormal numbers enumerator 294 FPDenormal::DenormalMode FPDenormalMode = FPDenormal::IEEE;
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | README | 53 Supported WPA/IEEE 802.11i features: 85 material, they cannot be used with WPA or IEEE 802.1X WEP keying) 91 - RSN/WPA2 (IEEE 802.11i) 191 The original security mechanism of IEEE 802.11 standard was not 196 completed its work in May 2004. The IEEE 802.11i amendment to the IEEE 200 IEEE 802.11i work (draft 3.0) to define a subset of the security 241 IEEE 802.11i / WPA2 246 June 2004. Wi-Fi Alliance is using the final IEEE 802.11i as a new 274 - If WPA-EAP: integrated IEEE 802.1X Supplicant completes EAP 754 logoff = IEEE 802.1X EAPOL state machine logoff [all …]
|
| H A D | android.config | 74 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is 207 # Remove IEEE 802.11i/WPA-Personal ASCII passphrase support 276 # IEEE 802.11w (management frame protection), also known as PMF 277 # Driver support is also needed for IEEE 802.11w. 362 # IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode 445 # IEEE 802.11n (High Throughput) support (mainly for AP mode) 448 # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode) 452 # Wireless Network Management (IEEE Std 802.11v-2011) 456 # Interworking (IEEE 802.11u) 515 # Fast Initial Link Setup (FILS) (IEEE 802.11ai) [all …]
|
| H A D | ChangeLog | 669 - FT (IEEE 802.11r) with driver-based SME 1238 fix wired IEEE 802.1X authentication 1244 to be used (IEEE 802.11r) 1246 standard when using CCMP (for IEEE 802.11r and IEEE 802.11w) 1336 (IEEE 802.11w) 1382 WEP keys with IEEE 802.1X 1459 * added experimental IEEE 802.11r/D6.0 support 1527 affects IEEE 802.1X with dynamic WEP keys) 2404 * added support for internal IEEE 802.1X (actually, IEEE 802.1aa/D6.1) 2426 (i.e., complete IEEE 802.1X/EAP authentication and use IEEE 802.1X [all …]
|
| H A D | defconfig | 237 # Remove WPA support, e.g., for wired-only IEEE 802.1X supplicant, to save 241 # Remove IEEE 802.11i/WPA-Personal ASCII passphrase support 313 # IEEE 802.11w (management frame protection), also known as PMF 314 # Driver support is also needed for IEEE 802.11w. 396 # IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode 478 # IEEE 802.11n (High Throughput) support (mainly for AP mode) 481 # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode) 485 # Wireless Network Management (IEEE Std 802.11v-2011) 489 # Interworking (IEEE 802.11u) 580 # Fast Initial Link Setup (FILS) (IEEE 802.11ai) [all …]
|
| /freebsd-12.1/sys/dev/mdio/ |
| H A D | mdio_if.m | 63 * @param devad The MDIO IEEE 802.3 Clause 45 device address, or 80 * @param devad The MDIO IEEE 802.3 Clause 45 device address, or
|
| /freebsd-12.1/ |
| H A D | COPYRIGHT | 75 the second BSD Networking Software Release, from IEEE Std 1003.1-1988, IEEE 79 and the original IEEE Standard, the original IEEE Standard is the referee
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | bcm53573.dtsi | 84 /* IEEE 802.11 0 */ 101 /* IEEE 802.11 1 */
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64-modes.def | 24 XFmode is __float80 is IEEE extended; TFmode is __float128 25 is IEEE quad. Both these modes occupy 16 bytes, but XFmode
|