Searched +full:endianness +full:- +full:agnostic (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/rng/ |
| H A D | microsoft,vmgenid.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jason A. Donenfeld <Jason@zx2c4.com> 25 Specifies a 16-byte VMGenID in endianness-agnostic hexadecimal format. 34 - compatible 35 - reg 36 - interrupts 41 - | 42 #include <dt-bindings/interrupt-controller/arm-gic.h>
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | rx.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2024-2025 Intel Corporation 11 * enum iwl_mld_internal_rxq_notif_type - RX queue sync notif types 22 * struct iwl_mld_internal_rxq_notif - @iwl_rxq_sync_cmd internal data. 24 * aligned. FW is agnostic to the data, so there are no endianness requirements 39 * struct iwl_mld_rx_queues_sync - RX queues sync data
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 1 //===- InstrProfReader.h - Instrumented profiling readers -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 48 /// A file format agnostic iterator over profiling data. 64 if (Error E = Reader->readNextRecord(Record)) { in increment() 86 value_type *operator->() { return &Record; } 144 /// of readers are used only by llvm-profdata tool, while the indexed 145 /// profile reader is also used by llvm-cov tool and the compiler ( 150 /// only used for dumping purpose with llvm-proftool, not with the [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | GOFFObjectWriter.cpp | 1 //===- lib/MC/GOFFObjectWriter.cpp - GOFF File Writer ---------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 24 #define DEBUG_TYPE "goff-writer" 28 // The standard System/390 convention is to name the high-order (leftmost) bit 39 uint8_t Mask = ((1 << Length) - 1) << (8 - BitIndex - Length); in bits() 40 Value = Value << (8 - BitIndex - Length); in bits() 71 // is agnostic of the endianness of the content. However, it also supports 137 // Support for endian-specific data. [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.h | 1 //===- CoverageMappingReader.h - Code coverage mapping reader ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 43 /// A file format agnostic iterator over coverage mapping data. 89 Expected<CoverageMappingRecord *> operator->() { 216 llvm::endianness Endian, StringRef CompilationDir = "");
|
| /freebsd/contrib/elftoolchain/libelf/ |
| H A D | elf.3 | 1 .\" Copyright (c) 2006-2008,2011,2019 Joseph Koshy. All rights reserved. 24 .\" $Id: elf.3 3743 2019-06-12 19:36:30Z jkoshy $ 44 and word-size independent way, allowing an application to read and 45 create ELF objects for 32 and 64 bit architectures and for little- 46 and big-endian machines. 80 .Dq endianness 81 which denotes the endianness of the machine architecture associated 85 for little-endian architectures and 87 for big-endian architectures. 120 It also provides higher-level APIs [all …]
|
| /freebsd/sys/dev/virtio/mmio/ |
| H A D | virtio_mmio.c | 1 /*- 7 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237) 105 bus_write_1((sc)->res[0], (o), (v)) 107 bus_write_2((sc)->res[0], (o), (v)) 109 bus_write_4((sc)->res[0], (o), (v)) 112 bus_read_1((sc)->res[0], (o)) 114 bus_read_2((sc)->res[0], (o)) 116 bus_read_4((sc)->res[0], (o)) 165 sc->res[0] = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in vtmmio_probe() 167 if (sc->res[0] == NULL) { in vtmmio_probe() [all …]
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.cpp | 1 //===- Driver.cpp ---------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // that the LLD's driver is agnostic on the host operating system. 19 // be harmful when you are doing cross-linking. Therefore, in LLD, we 23 //===----------------------------------------------------------------------===// 53 #include "llvm/Config/llvm-config.h" 88 if (config->noinhibitExec) in errorOrWarn() 130 // This driver-specific context will be freed later by unsafeLldMain(). in link() 133 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1 //===- llvm/CodeGen/TargetLowering.h - Target Lowering Info -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 20 //===----------------------------------------------------------------------===// 128 bool MemcpyStrSrc; // Indicates whether the memcpy source is an in-register 193 /// This base class for TargetLowering contains the SelectionDAG-independent 215 TypeScalarizeVector, // Replace this one-element vector with its element. 224 // vector, this is non-trivial at SelectionDAG 230 /// in order to type-legalize it. 256 // floating-point to integer type. [all …]
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 2 - Too many quotes for the EDE message debug printout. 5 - Small debug output improvement when attaching an EDE. 8 - Fix to print warning for when so-sndbuf setsockopt is not granted. 11 - version set to 1.24.0 for release. 12 - tag for 1.24.0rc1. 13 - Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0. 16 - Fix #1332: CNAME chains are sometimes not followed when RPZs add a 20 - Update documentation for using "SET ... EX" in Redis. 21 - Document max buffer sizes for Redis commands. 22 - Update man pages. [all …]
|
| /freebsd/contrib/lua/doc/ |
| H A D | manual.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 7 <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> 22 Copyright © 2020–2025 Lua.org, PUC-Rio. 35 <!-- ====================================================================== --> 38 <!-- $Id: manual.of $ --> 48 object-oriented programming, functional programming, 49 data-driven programming, and data description. 56 runs by interpreting bytecode with a register-based 73 and as a powerful but lightweight and efficient stand-alone language. 80 (Frequently, this host is the stand-alone <code>lua</code> program.) [all …]
|
| /freebsd/contrib/xz/ |
| H A D | ChangeLog | 3 Date: 2025-04-03 14:34:43 +0300 7 src/liblzma/Makefile.am | 2 +- 8 src/liblzma/api/lzma/version.h | 2 +- 9 2 files changed, 2 insertions(+), 2 deletions(-) 13 Date: 2025-04-03 14:34:43 +0300 22 Date: 2025-04-03 14:34:43 +0300 32 for OSS-Fuzz."). 34 tests/ossfuzz/fuzz_common.h | 31 ++++++++++++++++++++++++------- 35 1 file changed, 24 insertions(+), 7 deletions(-) 39 Date: 2025-04-03 14:34:43 +0300 [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 1 //===---- CGBuiltin.cpp - Emit LLVM Code for builtins ---------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 93 I->addAnnotationMetadata("auto-init"); in initializeAlloca() 96 /// getBuiltinLibFunction - Given a builtin id for a function like 106 // TODO: This list should be expanded or refactored after all GCC-compatible in getBuiltinLibFunction() 134 // The AIX library functions frexpl, ldexpl, and modfl are for 128-bit in getBuiltinLibFunction() 136 // if it is 64-bit 'long double' mode. in getBuiltinLibFunction() 146 if (FD->hasAttr<AsmLabelAttr>()) in getBuiltinLibFunction() [all …]
|