| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ | 
| H A D | VecFuncs.def | 15 #define FIXED(NL) ElementCount::getFixed(NL)28 TLI_DEFINE_VECFUNC("ceilf", "vceilf", FIXED(4), "_ZGV_LLVM_N4v")
 29 TLI_DEFINE_VECFUNC("fabsf", "vfabsf", FIXED(4), "_ZGV_LLVM_N4v")
 30 TLI_DEFINE_VECFUNC("llvm.fabs.f32", "vfabsf", FIXED(4), "_ZGV_LLVM_N4v")
 31 TLI_DEFINE_VECFUNC("floorf", "vfloorf", FIXED(4), "_ZGV_LLVM_N4v")
 32 TLI_DEFINE_VECFUNC("sqrtf", "vsqrtf", FIXED(4), "_ZGV_LLVM_N4v")
 33 TLI_DEFINE_VECFUNC("llvm.sqrt.f32", "vsqrtf", FIXED(4), "_ZGV_LLVM_N4v")
 36 TLI_DEFINE_VECFUNC("expf", "vexpf", FIXED(4), "_ZGV_LLVM_N4v")
 37 TLI_DEFINE_VECFUNC("llvm.exp.f32", "vexpf", FIXED(4), "_ZGV_LLVM_N4v")
 38 TLI_DEFINE_VECFUNC("expm1f", "vexpm1f", FIXED(4), "_ZGV_LLVM_N4v")
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/mips/mobileye/ | 
| H A D | eyeq5-fixed-clocks.dtsi | 7 	/* Fixed clock */9 		compatible = "fixed-clock";
 15 		compatible = "fixed-clock";
 21 		compatible = "fixed-clock";
 27 		compatible = "fixed-clock";
 33 		compatible = "fixed-clock";
 40 		compatible = "fixed-factor-clock";
 47 		compatible = "fixed-factor-clock";
 54 		compatible = "fixed-factor-clock";
 61 		compatible = "fixed-factor-clock";
 [all …]
 
 | 
| H A D | eyeq5-clocks.dtsi | 9 	/* Fixed clock */11 		compatible = "fixed-clock";
 18 		compatible = "fixed-factor-clock";
 25 		compatible = "fixed-factor-clock";
 32 		compatible = "fixed-factor-clock";
 39 		compatible = "fixed-factor-clock";
 46 		compatible = "fixed-factor-clock";
 53 		compatible = "fixed-factor-clock";
 60 		compatible = "fixed-factor-clock";
 67 		compatible = "fixed-factor-clock";
 [all …]
 
 | 
| /freebsd/contrib/wpa/hostapd/ | 
| H A D | ChangeLog | 48 	  - fixed PMKSA caching with OKC53 	* fixed WPS UPnP SUBSCRIBE handling of invalid operations
 55 	* fixed PMF disconnection protection bypass
 58 	* fixed various issues in experimental support for EAP-TEAP server
 65 	* fixed EAP-FAST server with TLS GCM/CCM ciphers
 68 	* fixed OWE key derivation with groups 20 and 21; this breaks backwards
 92 	* fixed FT-EAP initial mobility domain association using PMKSA caching
 94 	* fixed FILS to and RSNE into (Re)Association Response frames
 95 	* fixed DPP bootstrapping URI parser of channel list
 105 	* fixed an ECDH operation corner case with OpenSSL
 [all …]
 
 | 
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ | 
| H A D | zpool_import_errata4.ksh | 35 # 4. Ensure fixed datasets match their initial counterparts88 log_must zfs create $POOL_NAME/fixed
 92 	zfs recv $POOL_NAME/fixed/testfs"
 94 	zfs recv $POOL_NAME/fixed/testfs"
 97 	zfs recv $POOL_NAME/fixed/testfs"
 100 	zfs recv $POOL_NAME/fixed/testvol"
 102 	zfs recv $POOL_NAME/fixed/testvol"
 105 	zfs recv $POOL_NAME/fixed/testvol"
 107 # 4. Ensure fixed datasets match their initial counterparts
 110 log_must eval "echo 'password' | zfs load-key $POOL_NAME/fixed/testfs"
 [all …]
 
 | 
| /freebsd/contrib/wpa/wpa_supplicant/ | 
| H A D | ChangeLog | 60 	  - fixed PMKSA caching with OKC65 	* fixed P2P provision discovery processing of a specially constructed
 68 	* fixed P2P group information processing of a specially constructed
 71 	* fixed PMF disconnection protection bypass in AP mode
 76 	* fixed various issues in experimental support for EAP-TEAP peer
 81 	* fixed EAP-FAST peer with TLS GCM/CCM ciphers
 85 	* fixed OWE key derivation with groups 20 and 21; this breaks backwards
 116 	* fixed FT-EAP initial mobility domain association using PMKSA caching
 119 	* fixed a regression in OpenSSL 1.1+ engine loading
 121 	* fixed DPP bootstrapping URI parser of channel list
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ | 
| H A D | fixed-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/fixed-regulator.yaml#7 title: Fixed Voltage regulators
 15   regulator.yaml, can also be used. However a fixed voltage regulator is
 25             const: regulator-fixed-clock
 33             const: regulator-fixed-domain
 53       - regulator-fixed
 54       - regulator-fixed-clock
 55       - regulator-fixed-domain
 69       the compatible is chosen to regulator-fixed-clock. The clock binding
 70       is mandatory if compatible is chosen to regulator-fixed-clock.
 [all …]
 
 | 
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ | 
| H A D | README | 100 2. Fixed a code mixup that produced a non-working version.104 1. Fixed a misspelling in the ucpgba.h header file.
 106 2. Fixed a bug which caused trailing weak non-digit sequences to be left out of
 109 3. Fixed a problem with weak sequences containing non-spacing marks in the
 112 4. Fixed a problem with text runs of the opposite direction of the string
 126 1. Fixed a problem with the bidi algorithm locating directional section
 129 2. Fixed a problem with the bidi algorithm starting the reordering correctly.
 131 3. Fixed a problem with the bidi algorithm determining end boundaries for LTR
 134 4. Fixed a problem with the bidi algorithm reordering weak (digits and number
 152 2. Fixed some problems with testing against signed values in the UCData.java
 [all …]
 
 | 
| /freebsd/contrib/one-true-awk/ | 
| H A D | ChangeLog | 121 	variants. See the numeric-getline.* files in bugs-fixed directory.138 	* awktest.tar: Updated from fixed test suite, directory
 157 	* bugs-fixed/unary-plus.awk, bugs-fixed/unary-plus.bad,
 158 	bugs-fixed/unary-plus.ok: New files.
 171 	* bugs-fixed/README: Updated.
 172 	* bugs-fixed/string-conv.awk, bugs-fixed/string-conv.bad,
 173 	bugs-fixed/string-conv.ok: New files.
 224 	* bugs-fixed/README: Updated.
 225 	* bugs-fixed/decr-NF.awk, bugs-fixed/decr-NF.bad,
 226 	bugs-fixed/decr-NF.ok: New files.
 [all …]
 
 | 
| H A D | FIXES.1e | 48 	Various leaks and use-after-free issues plugged/fixed.62 	Fixed file management memory leak that appears to have been
 382         Fixed August 19, 2014. Revised fix August 2018.
 386         Fixed March 12, 2016.
 409 	fixed mangled awktest.tar (thanks, Arnold), posted all
 436 	fixed obscure call by value bug in split(a[1],a) reported on
 458 	removed fixed limit on number of open files; thanks to aleksey
 461 	fixed day 1 bug that resurrected deleted elements of ARGV when
 479 	fixed a subtle (and i hope low-probability) overflow error
 488 	fixed long-standing overflow bug in run.c; many thanks to
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/intel/axm/ | 
| H A D | axm5516-cpus.dtsi | 77 			cpu-release-addr = <0>; // Fixed by the boot loader85 			cpu-release-addr = <0>; // Fixed by the boot loader
 93 			cpu-release-addr = <0>; // Fixed by the boot loader
 101 			cpu-release-addr = <0>; // Fixed by the boot loader
 109 			cpu-release-addr = <0>; // Fixed by the boot loader
 117 			cpu-release-addr = <0>; // Fixed by the boot loader
 125 			cpu-release-addr = <0>; // Fixed by the boot loader
 133 			cpu-release-addr = <0>; // Fixed by the boot loader
 141 			cpu-release-addr = <0>; // Fixed by the boot loader
 149 			cpu-release-addr = <0>; // Fixed by the boot loader
 [all …]
 
 | 
| /freebsd/lib/libpmc/ | 
| H A D | pmc.iaf.3 | 31 fixed function performance counters.38 fixed-function PMCs are present in CPUs that conform to version 2 or
 42 Each fixed-function PMC measures a specific hardware event.
 43 The number of fixed-function PMCs implemented in a CPU can vary.
 44 The number of fixed-function PMCs present can be determined at runtime
 48 Intel fixed-function PMCs are documented in
 57 Fixed-function PMCs support the following capabilities:
 75 .Ss Event Qualifiers (Fixed Function PMCs)
 95 .Ss Event Specifiers (Fixed Function PMCs)
 96 The fixed function PMCs are selectable using the following
 [all …]
 
 | 
| H A D | pmc.ucf.3 | 31 uncore fixed function performance counters.37 Each fixed-function PMC measures a specific hardware event.
 38 The number of fixed-function PMCs implemented in a CPU can vary.
 39 The number of fixed-function PMCs present can be determined at runtime
 43 Intel uncore fixed-function PMCs are documented in
 53 Fixed-function PMCs support the following capabilities:
 71 .Ss Event Specifiers (Fixed Function PMCs)
 72 The fixed function PMCs are selectable using the following
 76 .Pq Fixed Function Counter 0
 77 The fixed-function uncore counter increments at the rate of the U-clock.
 
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ | 
| H A D | TypeSize.h | 32 /// StackOffset holds a fixed and a scalable offset in bytes.34   int64_t Fixed = 0;  variable
 37   StackOffset(int64_t Fixed, int64_t Scalable)  in StackOffset()  argument
 38       : Fixed(Fixed), Scalable(Scalable) {}  in StackOffset()
 42   static StackOffset getFixed(int64_t Fixed) { return {Fixed, 0}; }  in getFixed()  argument
 44   static StackOffset get(int64_t Fixed, int64_t Scalable) {  in get()  argument
 45     return {Fixed, Scalable};  in get()
 48   /// Returns the fixed component of the stack.
 49   int64_t getFixed() const { return Fixed; }  in getFixed()
 56     return {Fixed + RHS.Fixed, Scalable + RHS.Scalable};
 [all …]
 
 | 
| /freebsd/sys/arm/mv/clk/ | 
| H A D | periph_clk_mux_gate.c | 54  * Register chain: fixed (freq/2) -> mux (choose fixed or parent frequency) ->63 	struct clk_fixed_def fixed;  in a37x0_periph_register_mux_gate()  local
 71 	fixed = device_def->clk_def.fixed.fixed;  in a37x0_periph_register_mux_gate()
 73 	fixed.clkdef.id = A37x0_INTERNAL_CLK_ID(dev_id, FIXED1_POS);  in a37x0_periph_register_mux_gate()
 74 	fixed.clkdef.parent_names = &device_def->common_def.pname;  in a37x0_periph_register_mux_gate()
 75 	fixed.clkdef.parent_cnt = 1;  in a37x0_periph_register_mux_gate()
 76 	fixed.clkdef.flags = 0x0;  in a37x0_periph_register_mux_gate()
 77 	fixed.mult = 1;  in a37x0_periph_register_mux_gate()
 78 	fixed.div = 2;  in a37x0_periph_register_mux_gate()
 79 	fixed.freq = 0;  in a37x0_periph_register_mux_gate()
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ | 
| H A D | bcm11351.dtsi | 270 			compatible = "fixed-clock";276 			compatible = "fixed-clock";
 282 			compatible = "fixed-clock";
 288 			compatible = "fixed-clock";
 294 			compatible = "fixed-clock";
 300 			compatible = "fixed-clock";
 306 			compatible = "fixed-clock";
 312 			compatible = "fixed-clock";
 318 			compatible = "fixed-clock";
 324 			compatible = "fixed
 [all...]
 | 
| H A D | bcm2166x-common.dtsi | 199 		 * Fixed clocks are defined before CCUs whose205 			compatible = "fixed-clock";
 211 			compatible = "fixed-clock";
 217 			compatible = "fixed-clock";
 223 			compatible = "fixed-clock";
 229 			compatible = "fixed-clock";
 235 			compatible = "fixed-clock";
 241 			compatible = "fixed-clock";
 247 			compatible = "fixed-clock";
 253 			compatible = "fixed-clock";
 [all …]
 
 | 
| /freebsd/sys/contrib/zstd/ | 
| H A D | CHANGELOG | 65 build: Fixed Meson build (#2548, @SupervisedThinking @kloczek)200 api: fixed decoding of magic-less frames, by @terrelln
 201 api: fixed ZSTD_initCStream_advanced() performance with fast modes, reported by @QrczakMK
 212 build: fixed zlibWrapper compilation on Visual Studio, reported by @bluenlive
 213 build: fixed deprecation warning for certain gcc version, reported by @jasonma163
 218 misc: fixed educational decoder : accept larger literals section, and removed UNALIGNED() macro
 311 build: fixed zstd-pgo, by @bmwiedemann
 317 misc: fixed zstdgrep, returns 1 on failure, by @lzutao
 371 misc: all /contrib projects fixed
 413 cli : improved and fixed --list command, by @ib (#772)
 [all …]
 
 | 
| /freebsd/contrib/flex/ | 
| H A D | ONEWS | 3 	- Fixed a bug introduced in 2.5.3 that blew it when a call6 	- Fixed scanner skeleton so the example in the man page of
 14 	- Some serious bugs in yymore() have been fixed.  In particular,
 20 	  REJECT has been fixed.
 33 	  option has been fixed.
 36 	  systems has been fixed.
 73 	  with it has been fixed.
 75 	- A problem with including FlexLexer.h multiple times has been fixed.
 410 	  been fixed.
 512 	  inclusive and exclusive start conditions is now fixed.
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/clock/ | 
| H A D | nuvoton,npcm750-clk.txt | 8 There are six fixed clocks that are generated outside the BMC. All clocks are of9 a known fixed value that cannot be changed. clk_refclk, clk_mcbypck and
 44 		compatible = "fixed-clock";
 52 		compatible = "fixed-clock";
 60 		compatible = "fixed-clock";
 68 		compatible = "fixed-clock";
 76 		compatible = "fixed-clock";
 83 		compatible = "fixed-clock";
 91 clock controller and a fixed clock from DT (clk_rg1refck).
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ | 
| H A D | fixed-partitions.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/fixed-partitions.yaml#7 title: Fixed partitions
 23       - const: fixed-partitions
 26           - const: fixed-partitions
 73         compatible = "fixed-partitions";
 91         compatible = "fixed-partitions";
 105         compatible = "fixed-partitions";
 124         compatible = "fixed-partitions";
 141             compatible = "fixed-partitions";
 162         compatible = "sercomm,sc-partitions", "fixed
 [all...]
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ | 
| H A D | FixedPointBuilder.h | 1 //===- llvm/FixedPointBuilder.h - Builder for fixed-point ops ---*- C++ -*-===//10 // way to lower fixed-point arithmetic operations to LLVM IR.
 95       // Cannot overflow min to dest type if src is unsigned since all fixed  in Convert()
 125   /// Given a floating point type and a fixed-point semantic, return a floating
 126   /// point type which can accommodate the fixed-point semantic. This is either
 138   /// Convert an integer value representing a fixed-point number from one
 139   /// fixed-point semantic to another fixed-point semantic.
 141   /// \p SrcSema - The fixed-point semantic of the source value
 142   /// \p DstSema - The resulting fixed-point semantic
 148   /// Convert an integer value representing a fixed-point number to an integer
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/st/ | 
| H A D | stm32mp157a-icore-stm32mp1.dtsi | 59 		compatible = "regulator-fixed";67 		compatible = "regulator-fixed";
 75 		compatible = "regulator-fixed";
 83 		compatible = "regulator-fixed";
 91 		compatible = "regulator-fixed";
 99 		compatible = "regulator-fixed";
 108 		compatible = "regulator-fixed";
 117 		compatible = "regulator-fixed";
 125 		compatible = "regulator-fixed";
 133 		compatible = "regulator-fixed";
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ | 
| H A D | am33xx-clocks.dtsi | 19 		compatible = "fixed-factor-clock";28 		compatible = "fixed-factor-clock";
 37 		compatible = "fixed-factor-clock";
 46 		compatible = "fixed-factor-clock";
 55 		compatible = "fixed-factor-clock";
 64 		compatible = "fixed-factor-clock";
 73 		compatible = "fixed-factor-clock";
 82 		compatible = "fixed-factor-clock";
 91 		compatible = "fixed-factor-clock";
 100 		compatible = "fixed-factor-clock";
 [all …]
 
 | 
| /freebsd/contrib/ldns/ | 
| H A D | Changelog | 18 	* bugfix #166: Grow buffer when writing chars and fixed size42 	* Detect fixed time memory compare for openssl 0.9.8.
 459 	* Fixed the ldns resolver to not mark a nameserver unreachable when
 485 	* pyldns memory leaks fixed by Bedrich Kosata (at the cost of a bit
 494 	* Fixed the omission of rrsets in nsec(3)s and rrsigs to all occluded
 570 	* bugfix #317: segfault util.c ldns_init_random() fixed.
 598 	* bugfix #304: fixed dead loop in ldns_tcp_read_wire() and
 603 	* Fixed comment in rbtree.h about being first member and data ptr.
 604 	* Fixed possibly leak in case of out of memory in ldns_native2rdf...
 606 	* Fixed: signatures over wildcards had the wrong labelcount.
 [all …]
 
 |