/freebsd-src/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,padding.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chun-Kuang Hu <chunkuang.hu@kernel.org> 11 - Philipp Zabel <p.zabel@pengutronix.de> 16 width of a layer to be 2-pixel-align, or 4-pixel-align when ETHDR is enabled, 24 - mediatek,mt8188-disp-padding 25 - mediatek,mt8195-mdp3-padding 30 power-domains: 35 - description: Padding's clocks [all …]
|
/freebsd-src/contrib/spleen/ |
H A D | ChangeLog | 1 Spleen 2.1.0 (2024-03-22) 3 - Document how wsfont header files (for OpenBSD and NetBSD) are generated 4 - Add base cyrillic (basic alphabet + most used extended) characters (Thanks 6 - Fix latin small letter 'u' smoothing in the 32x64 version 7 - Fix smoothing on more variants of 'u' in the 32x64 version 11 Spleen 2.0.2 (2023-12-25) 13 - Fix MALE and FEMALE character ordering in the 16x32 and 32x64 15 - Updat [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDXContainerWriter.cpp | 1 //===- llvm/MC/MCDXContainerWriter.cpp - DXContainer Writer -----*- C++ -*- [all...] |
/freebsd-src/crypto/heimdal/doc/doxyout/ntlm/html/ |
H A D | doxygen.css | 2 font-family: Geneva, Arial, Helvetica, sans-serif; 5 font-size: 90%; 8 text-align: center; 9 font-size: 160%; 12 font-size: 120%; 15 font-size: 100%; 18 font-weight: bold 22 background-color: #e8eef2; 24 text-align: center; 27 line-height: 140%; [all …]
|
/freebsd-src/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | doxygen.css | 2 font-family: Geneva, Arial, Helvetica, sans-serif; 5 font-size: 90%; 8 text-align: center; 9 font-size: 160%; 12 font-size: 120%; 15 font-size: 100%; 18 font-weight: bold 22 background-color: #e8eef2; 24 text-align: center; 27 line-height: 140%; [all …]
|
/freebsd-src/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | doxygen.css | 2 font-family: Geneva, Arial, Helvetica, sans-serif; 5 font-size: 90%; 8 text-align: center; 9 font-size: 160%; 12 font-size: 120%; 15 font-size: 100%; 18 font-weight: bold 22 background-color: #e8eef2; 24 text-align: center; 27 line-height: 140%; [all …]
|
/freebsd-src/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | doxygen.css | 2 font-family: Geneva, Arial, Helvetica, sans-serif; 5 font-size: 90%; 8 text-align: center; 9 font-size: 160%; 12 font-size: 120%; 15 font-size: 100%; 18 font-weight: bold 22 background-color: #e8eef2; 24 text-align: center; 27 line-height: 140%; [all …]
|
/freebsd-src/crypto/heimdal/doc/doxyout/hdb/html/ |
H A D | doxygen.css | 2 font-family: Geneva, Arial, Helvetica, sans-serif; 5 font-size: 90%; 8 text-align: center; 9 font-size: 160%; 12 font-size: 120%; 15 font-size: 100%; 18 font-weight: bold 22 background-color: #e8eef2; 24 text-align: center; 27 line-height: 140%; [all …]
|
/freebsd-src/crypto/heimdal/doc/doxyout/krb5/html/ |
H A D | doxygen.css | 2 font-family: Geneva, Arial, Helvetica, sans-serif; 5 font-size: 90%; 8 text-align: center; 9 font-size: 160%; 12 font-size: 120%; 15 font-size: 100%; 18 font-weight: bold 22 background-color: #e8eef2; 24 text-align: center; 27 line-height: 140%; [all …]
|
/freebsd-src/crypto/heimdal/doc/doxyout/wind/html/ |
H A D | doxygen.css | 2 font-family: Geneva, Arial, Helvetica, sans-serif; 5 font-size: 90%; 8 text-align: center; 9 font-size: 160%; 12 font-size: 120%; 15 font-size: 100%; 18 font-weight: bold 22 background-color: #e8eef2; 24 text-align: center; 27 line-height: 140%; [all …]
|
/freebsd-src/sys/dev/vt/hw/vga/ |
H A D | vt_vga.c | 1 /*- 65 bus_space_read_1(sc->vga_fb_tag, sc->vga_fb_handle, ofs) 67 bus_space_write_1(sc->vga_fb_tag, sc->vga_fb_handle, ofs, val) 69 bus_space_write_2(sc->vga_fb_tag, sc->vga_fb_handle, ofs, val) 71 bus_space_read_1(sc->vga_reg_tag, sc->vga_reg_handle, reg) 73 bus_space_write_1(sc->vga_reg_ta [all...] |
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 1 //===- IntrinsicsAMDGPU.td - Defines AMDGPU intrinsics -----*- tablegen -*- [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 1 //===--- Options.td - Options for clang ------ [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 1 //==--- Attr.td - attribute definitions ------ [all...] |
H A D | AttrDocs.td | 1 //==--- AttrDocs.td - Attribute documentation ------ [all...] |
H A D | DiagnosticSemaKinds.td | 1 //==--- DiagnosticSemaKinds.td - libsema diagnostics ------ [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1 //===--- Parser.h - C Language Parser ------ [all...] |
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 1 //===--- SemaDecl.cpp - Semantic Analysis for Declarations ------ 2835 unsigned Align = I->getAlignment(S.Context); mergeAlignedAttrs() local 2852 unsigned Align = I->getAlignment(S.Context); mergeAlignedAttrs() local [all...] |
H A D | SemaExpr.cpp | 1 //===--- SemaExpr.cpp - Semantic Analysis for Expressions ------ [all...] |
/freebsd-src/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 14 * Date: Thu Nov 3 16:18:21 2011 -0400 41 quickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/, 43 // Check if a string has a non-whitespace character in it 58 rvalidescape = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, 59 rvalidtokens = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, 69 rdashAlpha = /-([a-z]|[0-9])/ig, 70 rmsPrefix = /^-ms-/, 97 // [[Class]] -> type pairs 129 …if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.leng… 140 // HANDLE: $(html) -> $(array) [all …]
|