Searched +full:functionally +full:- +full:reduced (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/lyaml/ |
| H A D | NEWS.md | 1 # lyaml NEWS - User visible changes 3 ## Noteworthy changes in release 6.2.8 (2022-10-22) [stable] 7 - `luke` no longer crashes in `std.normalize` require loops 10 - lyaml emitter no longer leaks at least six bytes for every 14 ## Noteworthy changes in release 6.2.7 (2020-11-27) [stable] 18 - Don't skip YAML entries from mixed key Lua tables. 21 ## Noteworthy changes in release 6.2.6 (2020-08-28) [stable] 25 - `luke` really propagates `LDFLAGS` to module compilation 29 ## Noteworthy changes in release 6.2.5 (2020-04-15) [stable] 33 - `luke` really propagates `YAML_BINDIR`, `YAML_DIR`, [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | synopsys,dw-hdmi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/bridge/synopsys,dw-hdmi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 16 bindings for the platform-specific integrations of the DWC HDMI TX. 26 reg-io-width: 36 - description: The bus clock for either AHB and APB 37 - description: The internal register configuration clock 40 clock-names: [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/display/imx/ |
| H A D | hdmi.txt | 9 following device-specific properties. 14 - compatible : Shall be one of "fsl,imx6q-hdmi" or "fsl,imx6dl-hdmi". 15 - reg: See dw_hdmi.txt. 16 - interrupts: HDMI interrupt number 17 - clocks: See dw_hdmi.txt. 18 - clock-names: Shall contain "iahb" and "isfr" as defined in dw_hdmi.txt. 19 - ports: See dw_hdmi.txt. The DWC HDMI shall have between one and four ports, 22 - gpr : Shall contain a phandle to the iomuxc-gpr region containing the HDMI 27 - ddc-i2c-bus: The HDMI DDC bus can be connected to either a system I2C master 28 or the functionally-reduced I2C master contained in the DWC HDMI. When [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/display/rockchip/ |
| H A D | dw_hdmi-rockchip.txt | 9 following device-specific properties. 14 - compatible: should be one of the following: 15 "rockchip,rk3228-dw-hdmi" 16 "rockchip,rk3288-dw-hdmi" 17 "rockchip,rk3328-dw-hdmi" 18 "rockchip,rk3399-dw-hdmi" 19 - reg: See dw_hdmi.txt. 20 - reg-io-width: See dw_hdmi.txt. Shall be 4. 21 - interrupts: HDMI interrupt number 22 - clocks: See dw_hdmi.txt. [all …]
|
| /freebsd/contrib/mandoc/ |
| H A D | NEWS | 7 --- MAJOR NEW FEATURES --- 11 * man(1): let -w without argument show the manpath, like in man-db and man-1.6 12 * -T html: wrap text and phrasing elements in paragraphs unless already 17 --- MINOR NEW FEATURES --- 18 * man(1): switch the default pager from "more -s" to "less" 20 mandoc.db(5), accept files "man<one-digit-section>/<name>.<full-section>" 21 in addition to the already supported "man<full-section>/name.[01-9]*" 23 a heads-up on stderr at the end because otherwise, users may easily 25 * man.cgi(8): add a Content-Security-Policy HTTP header 27 * mandoc.css: support prefers-color-scheme: dark [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 1 //===- DFAJumpThreading.cpp - Threads a switch statement inside a loop ----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 37 // Representing the optimization in C-like pseudocode: the code pattern on the 38 // left could functionally be transformed to the right pattern if the switch 58 //===----------------------------------------------------------------------===// 88 #define DEBUG_TYPE "dfa-jump-threading" 95 ClViewCfgBefore("dfa-jump-view-cfg-before", 100 "dfa-early-exit-heuristic", 105 "dfa-max-path-length", [all …]
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | xxhash.h | 2 * xxHash - Fast Hash algorithm 6 * - xxHash homepage: http://www.xxhash.com 7 * - xxHash source repository : https://github.com/Cyan4973/xxHash 9 * This source code is licensed under both the BSD-style license (found in the 12 * You may select, at your option, one of the above-listed licenses. 49 MD5-32 0.33 GB/s 10 Ronald L. Rivest 50 SHA1-32 0.28 GB/s 10 57 Other speed-oriented implementations can be faster, 59 https://fastcompression.blogspot.com/2019/03/presenting-xxh3.html?showComment=1552696407071#c349009… 61 A 64-bit version, named XXH64, is available since r35. [all …]
|
| /freebsd/contrib/ntp/ |
| H A D | NEWS | 1 --- 10 - changes crypto (OpenSSL or compatible) detection and default build behavior. 11 Previously, crypto was supported if available unless the --without-crypto 13 falling back to a crypto-free build if usable libcrypto was not found has 15 The --withou [all...] |
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 54 ** NO_TEST - The branches on this line are not 59 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 63 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 67 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 72 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 147 ** 2015-03-02 185 ** large file support, or if the OS is windows, these should be no-ops. 191 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|
| /freebsd/share/dict/ |
| H A D | web2 | 74259 functionally 99810 Jean-Christophe 99811 Jean-Pierre 165423 reduced
|