/freebsd/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 - 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/clang/lib/Sema/ |
H A D | SemaHLSL.cpp | 1 //===- 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/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; 25 margin: 2px; [all …]
|
/freebsd/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; 25 margin: 2px; [all …]
|
/freebsd/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; 25 margin: 2px; [all …]
|
/freebsd/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; 25 margin: 2px; [all …]
|
/freebsd/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; 25 margin: 2px; [all …]
|
/freebsd/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; 25 margin: 2px; [all …]
|
/freebsd/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; 25 margin: 2px; [all …]
|
/freebsd/sys/dev/vt/hw/vga/ |
H A D | vt_vga.c | 1 /*- 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/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. 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/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 1 //==--- 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 D | AttrDocs.td | 1 //==--- 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 D | DiagnosticSemaKinds.td | 1 //==--- 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; 44 "of type %2 which may cause truncation of value">, InGroup<AbsoluteValue>; 47 "when argument is of %select{integer|floating point|complex}2 type">, 85 "%select{case value|enumerator value|non-type template argument|" [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 1 //===- 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/Driver/ |
H A D | Options.td | 1 //===--- 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 D | Parser.h | 1 //===--- 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/libxo/xohtml/external/ |
H A D | jquery.js | 6 * 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/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 …]
|