Home
last modified time | relevance | path

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

/freebsd/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 - Fix MALE and FEMALE character ordering in the 16x32 and 32x64
15 - Update README to add a link to the Alpine Linux package
19 Spleen 2.0.1 (2023-11-17)
21 - Add a 'com' target to generate SPLEEN.COM, the DOS version of Spleen
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDXContainerWriter.cpp1 //===- llvm/MC/MCDXContainerWriter.cpp - DXContainer Writer -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
47 // Presently DXContainer files usually contain 7-10 parts. Reserving space for in writeObject()
62 PartOffset = alignTo(PartOffset, Align(4ul)); in writeObject()
79 // Write 16-bytes of 0's for the hash. in writeObject()
100 W.write<char>(ArrayRef<char>(Sec.getName().data(), 4)); in writeObject()
106 // DXContainer parts should be 4-byte aligned. in writeObject()
107 PartSize = alignTo(PartSize, Align(4)); in writeObject()
122 static_cast<uint16_t>(TT.getEnvironment() - Triple::Pixel); in writeObject()
[all …]
/freebsd/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;
27 line-height: 140%;
[all …]
/freebsd/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;
27 line-height: 140%;
[all …]
/freebsd/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;
27 line-height: 140%;
[all …]
/freebsd/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;
27 line-height: 140%;
[all …]
/freebsd/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;
27 line-height: 140%;
[all …]
/freebsd/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;
27 line-height: 140%;
[all …]
/freebsd/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;
27 line-height: 140%;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1 //===- SemaHLSL.cpp - Semantic Analysis for HLSL constructs ---------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
48 // https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-packing-rules
53 if (const RecordType *RT = T->getAs<RecordType>()) { in calculateLegacyCbufferSize()
54 const RecordDecl *RD = RT->getDecl(); in calculateLegacyCbufferSize()
55 for (const FieldDecl *Field : RD->fields()) { in calculateLegacyCbufferSize()
56 QualType Ty = Field->getType(); in calculateLegacyCbufferSize()
59 if (Ty->isAggregateType()) in calculateLegacyCbufferSize()
[all …]
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c1 /*-
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/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp1 //===- DXContainerGlobals.cpp - DXContainer global generator pass ---------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
88 cast<ConstantDataArray>(M.getNamedGlobal("dx.dxil")->getInitializer()); in computeShaderHash()
90 Digest.update(DXILConstant->getRawDataValues()); in computeShaderHash()
112 M, Content->getType(), true, GlobalValue::PrivateLinkage, Content, Name); in buildContainerGlobal()
113 GV->setSection(SectionName); in buildContainerGlobal()
114 GV->setAlignment(Align(4)); in buildContainerGlobal()
132 // see issue https://github.com/llvm/llvm-project/issues/90504. in addSignature()
[all …]
/freebsd/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.
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/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td1 //===- IntrinsicsAMDGPU.td - Defines AMDGPU intrinsics -----*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines all of the R600-specific intrinsics.
11 //===----------------------------------------------------------------------===//
15 // The amdgpu-no-* attributes (ex amdgpu-no-workitem-id-z) typically inferred
16 // by the backend cause whole-program undefined behavior when violated, such as
18 // values. In non-entry-point functions, attempting to call a function that needs
20 // of the calling convention and also program-level UB. Outside of such IR-level UB,
21 // these preloaded registers are always set to a well-defined value and are thus `noundef`.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1 //==--- Attr.td - attribute definitions -----------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // The documentation is organized by category. Attributes can have category-
61 // because it is not intended to be user-facing.
84 // A subset-subject is an AttrSubject constrained to operate only on some subset
90 // diagnostic string should be a comma-separated list of subject names.
98 [{S->hasLocalStorage() && !isa<ParmVarDecl>(S)}],
101 [{S->getKind() != Decl::ParmVar}],
104 [{!S->hasLocalStorage()}],
[all …]
H A DAttrDocs.td1 //==--- AttrDocs.td - Attribute documentation ----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===---------------------------------------------------------------------===//
9 // To test that the documentation builds cleanly, you must run clang-tblgen to
15 // To run clang-tblgen to generate the .rst file:
16 // clang-tblgen -gen-attr-docs -I <root>/llvm/tools/clang/include
17 // <root>/llvm/tools/clang/include/clang/Basic/Attr.td -o
20 // To run sphinx to generate the .html files (note that sphinx-build must be
24 // Non-Windows (from within the clang\docs directory):
25 // sphinx-build -b html _build/html
[all …]
H A DDiagnosticSemaKinds.td1 //==--- DiagnosticSemaKinds.td - libsema diagnostics ----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
22 "variable%select{s| %1|s %1 and %2|s %1, %2, and %3|s %1, %2, %3, and %4}0 "
33 "been assigned">, InGroup<DiagGroup<"duplicate-enum">>, DefaultIgnore;
85 "%select{case value|enumerator value|non-type template argument|"
89 "%select{case value|enumerator value|non-type template argument|"
108 "represented in a %1-bit %select{signed|unsigned}2 integer type">;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1 //===--- Options.td - Options for clang -----------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
38 // The option is a "driver"-only option, and should not be forwarded to other
39 // tools via `-Xarch` options.
42 // LinkerInput - The option is a linker input.
45 // NoArgumentUnused - Don't report argument unused warnings for this option; this
46 // is useful for options like -static or -dynamic which a user may always end up
50 // Unsupported - The option is unsupported, and the driver will reject command
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1 //===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
54 /// Parser - This implements a parser for the C family of languages. After
71 /// Tok - The current token we are peeking ahead. All parsing methods assume
75 // PrevTokLocation - The location of the token we previously
88 /// Actions - These are the callbacks we invoke as we parse various constructs
94 /// ScopeCache - Cache scopes to reduce malloc traffic.
119 /// Ident_super - IdentifierInfo for "super", to support fast
[all …]
/freebsd/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 …]
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js14 * 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 …]