Home
last modified time | relevance | path

Searched +full:2 +full:- +full:pixel +full:- +full:align (Results 1 – 20 of 20) sorted by relevance

/freebsd-src/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,padding.yaml1 # 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 DChangeLog1 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 - Fi
[all...]
/freebsd-src/crypto/heimdal/doc/doxyout/ntlm/html/
H A Ddoxygen.css2 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;
25 margin: 2px;
[all …]
/freebsd-src/crypto/heimdal/doc/doxyout/hx509/html/
H A Ddoxygen.css2 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;
25 margin: 2px;
[all …]
/freebsd-src/crypto/heimdal/doc/doxyout/gssapi/html/
H A Ddoxygen.css2 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;
25 margin: 2px;
[all …]
/freebsd-src/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Ddoxygen.css2 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;
25 margin: 2px;
[all …]
/freebsd-src/crypto/heimdal/doc/doxyout/hdb/html/
H A Ddoxygen.css2 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;
25 margin: 2px;
[all …]
/freebsd-src/crypto/heimdal/doc/doxyout/krb5/html/
H A Ddoxygen.css2 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;
25 margin: 2px;
[all …]
/freebsd-src/crypto/heimdal/doc/doxyout/wind/html/
H A Ddoxygen.css2 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;
25 margin: 2px;
[all …]
/freebsd-src/sys/dev/vt/hw/vga/
H A Dvt_vga.c1 /*-
16 * 2. Redistributions in binary form must reproduce the above copyright
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_handl
[all...]
/freebsd-src/sys/contrib/zstd/lib/common/
H A Dxxhash.h2 * 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.
36 Comparison (single thread, Windows Seven 32 bits, using SMHasher on a Core 2 Duo @3GHz)
40 CrapWow 3.2 GB/s 2 Andrew
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,
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td1 //===- IntrinsicsAMDGPU.td - Defines AMDGPU intrinsics -----*- tablegen -*-
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1 //===--- Options.td - Options for clang ------
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td1 //==--- AttrDocs.td - Attribute documentation ------
[all...]
H A DDiagnosticSemaKinds.td1 //==--- DiagnosticSemaKinds.td - libsema diagnostics ------
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1 //===--- Parser.h - C Language Parser ------
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1 //===--- 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 DSemaExpr.cpp1 //===--- SemaExpr.cpp - Semantic Analysis for Expressions ------
[all...]
/freebsd-src/contrib/libxo/xohtml/external/
H A Djquery.js6 * Dual licensed under the MIT or GPL Version 2 licenses.
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…
[all …]
/freebsd-src/contrib/ncurses/misc/
H A Dterminfo.src7 # 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 …]