| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | marvell,xenon-sdhci.txt | 11 - compatible: should be one of the following 12 - "marvell,armada-3700-sdhci": For controllers on Armada-3700 SoC. 13 Must provide a second register area and marvell,pad-type. 14 - "marvell,armada-ap806-sdhci": For controllers on Armada AP806. 15 - "marvell,armada-ap807-sdhci": For controllers on Armada AP807. 16 - "marvell,armada-cp110-sdhci": For controllers on Armada CP110. 18 - clocks: 23 - clock-names: 28 - reg: 29 * For "marvell,armada-3700-sdhci", two register areas. [all …]
|
| H A D | marvell,xenon-sdhci.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mmc/marvell,xenon-sdhci.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 mmc-controller.yaml and the properties used by the Xenon implementation. 20 - Ulf Hansson <ulf.hansson@linaro.org> 25 - enum: 26 - marvell,armada-cp110-sdhci 27 - marvell,armada-ap806-sdhci 29 - items: [all …]
|
| /freebsd/contrib/libpcap/pcap/ |
| H A D | pcap.h | 1 /* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */ 38 * Copyright (c) 2002 - 2003 74 * including pcap.h if it's not defined - and it defines it to 1500. 117 #include <pcap/pcap-inttypes.h> 130 #include <pcap/socket.h> /* for PCAP_SOCKET, as the active-mode rpcap APIs use it */ 147 * you're using, use pcap_lib_version(). 156 * predates the bpf typedefs for 64-bit support. 158 #if BPF_RELEASE - 0 < 199406 173 * Documentation: https://www.tcpdump.org/manpages/pcap-savefile.5.txt. 188 * send mail to "tcpdump-workers@lists.tcpdump.org", requesting [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/display/imx/ |
| H A D | fsl,imx8qxp-dc-blit-engine.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/imx/fsl,imx8qxp-dc-blit-engine.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 35 Modify colors by linear or non-linear transformations. 47 Performs a re-sampling of the source image with any pattern. The sample 55 Converts between different YUV formats that differ in chroma sampling rate 59 - Liu Ying <victor.liu@nxp.com> 63 const: fsl,imx8qxp-dc-blit-engine 68 reg-names: [all …]
|
| H A D | fsl,imx8qxp-dc-scaling-engine.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/imx/fsl,imx8qxp-dc-scaling-engine.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 re-sampling with 1/32 sub pixel precision. 24 +-----------+ 27 +-----------+ 31 |\ +-----------+ 32 ------+ | | | 33 | | +-->| Vertical |---- [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleProfileProbe.h | 1 //===- Transforms/IPO/SampleProfileProbe.h ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 73 /// Insert pseudo probes for block sampling and value sampling. 125 // postlink-time re-annotation can degrade profile quality because of prelink 131 // duplicating code well-maintain the branch frequency information (BFI). This
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | README.TESTS | 3 - A shell file called REGRESS that controls the testing process. 5 - Several shell files called Compare* that control sub-parts 8 - About 160 small tests called t.* that constitute a random 9 sampling of awk constructions collected over the years. 12 - About 60 small tests called p.* that come from the first 14 basic stuff -- they have to work. 21 - About 20 files called T.* that are self-contained and 23 For example, T.clv tests command-line variable handling. 24 These tests are not regressions -- they compute the right 30 - Two of these files, T.re and T.sub, are systematic tests [all …]
|
| /freebsd/sys/contrib/alpine-hal/ |
| H A D | al_hal_serdes_internal_regs.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 48 * 0 - Hard reset is asserted 49 * 1 - Hard reset is de-asserted 58 * 0 - Hard reset is taken from the interface pins 59 * 1 - Hard reset is taken from registers 121 * PMA serial RX-to-TX loop-back enable (from AGC to IO Driver). Serial receive 122 * to transmit loopback: 0 - Disables loopback 1 - Transmits the untimed, 129 * PMA TX-to-RX buffered serial loop-back enable (bypasses IO Driver). Serial 130 * transmit to receive buffered loopback: 0 - Disables loopback 1 - Loops back [all …]
|
| H A D | al_hal_serdes_hssp_internal_regs.h | 9 found at http://www.gnu.org/licenses/gpl-2.0.html 47 * 0 - Hard reset is asserted 48 * 1 - Hard reset is de-asserted 57 * 0 - Hard reset is taken from the interface pins 58 * 1 - Hard reset is taken from registers 120 * PMA serial RX-to-TX loop-back enable (from AGC to IO Driver). Serial receive 121 * to transmit loopback: 0 - Disables loopback 1 - Transmits the untimed, 128 * PMA TX-to-RX buffered serial loop-back enable (bypasses IO Driver). Serial 129 * transmit to receive buffered loopback: 0 - Disables loopback 1 - Loops back 136 * PMA TX-to-RX I/O serial loop-back enable (loop back done directly from TX to [all …]
|
| /freebsd/sys/contrib/dev/acpica/common/ |
| H A D | ahpredef.c | 3 * Module Name: ahpredef - Table of all known ACPI predefined names 11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 174 …AH_PREDEF ("_ACx", "Active Cooling, x=0-9", "Returns the active cooling policy threshold values… 183 AH_PREDEF ("_ALx", "Active List, x=0-9", "Returns a list of active cooling device objects"), 187 AH_PREDEF ("_ATT", "Type-Specific Attribute", "Resource Descriptor field"), [all …]
|
| /freebsd/sys/arm64/spe/ |
| H A D | arm_spe_backend.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 37 * SPE is enabled and configured on a per-core basis, with each core requiring 44 * - HWT allocates a large single buffer per core. This buffer is split in half 45 * to create a 2 element circular buffer (aka ping-pong buffer) where the 47 * - SMP calls are used to enable and configure each core, with SPE initially 49 * - When the first half of the buffer is full, a buffer full interrupt will 54 * - The kernel responds to HWT_IOC_BUFPTR_GET ioctl by sending details of the 56 * - The buffers pending copying will not be overwritten until an 59 * - In the case where both halfs of the buffer are full, profiling will be [all …]
|
| /freebsd/contrib/libpcap/ |
| H A D | rpcap-protocol.h | 2 * Copyright (c) 2002 - 2005 NetGroup, Politecnico di Torino (Italy) 3 * Copyright (c) 2005 - 2008 CACE Technologies, Davis (California) 61 * the process of interpreting the message, making it version-dependent. 72 * older servers - which only support version 0 - will send an 73 * authentication reply with no payload. Newer servers - which might 74 * support other versions - will send an authentication reply with 102 * - by the rpcapd daemon, when you types a list of allowed connecting hosts 103 * - by the rpcap client in active mode, when the client waits for incoming 119 * a 32-bit boundary, but be careful in any case. 132 * XXX - use the C99 types? Microsoft's newer versions of Visual Studio [all …]
|
| H A D | pcap-rpcap.c | 2 * Copyright (c) 2002 - 2005 NetGroup, Politecnico di Torino (Italy) 3 * Copyright (c) 2005 - 2008 CACE Technologies, Davis (California) 37 #include "diag-control.h" 45 #include "pcap-int.h" 46 #include "pcap-util.h" 47 #include "rpcap-protocol.h" 48 #include "pcap-rpcap.h" 64 * However there is no guarantees that the string will be zero-terminated. 70 * XXX - actually, null-terminating the error string is part of the 72 * that doesn't guarantee null-termination, even at the expense of [all …]
|
| H A D | pcap-int.h | 58 * If we're compiling with Visual Studio, make sure we have at least 61 * XXX - verify that we have at least C99 support on UN*Xes? 63 * What about MinGW or various DOS toolchains? We're currently assuming 88 * it's not thread-safe, and is marked as deprecated, on all 91 * on Windows, it may return UTF-16LE strings, which the program 94 * check for UTF-16LE strings using a hack, and that hack 1) 105 * If pcapint_utf_8_mode is set, on Windows we treat strings as UTF-8. 107 * On UN*Xes, we assume all strings are and should be in UTF-8, regardless 130 * 1) big enough for maximum-size Linux loopback packets (65549) 142 * so a size of, say, 2^31-1 might not work well. (libpcap uses it [all …]
|
| /freebsd/sys/dev/ath/ath_hal/ar9002/ |
| H A D | ar9285_diversity.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2008-2010 Atheros Communications Inc. 52 * in and sampling commences per RXed packet. 57 * re-appear until after the first successful sample run. 58 * Please keep this in mind if you're seeing weird performance 65 const HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in ar9285SetAntennaSwitch() 66 const MODAL_EEP4K_HEADER *pModal = &ee->ee_base.modalHeader; in ar9285SetAntennaSwitch() 69 if (pModal->version < 3) { in ar9285SetAntennaSwitch() 76 AH5212(ah)->ah_antControl = settings; in ar9285SetAntennaSwitch() [all …]
|
| /freebsd/sys/dev/hwpmc/ |
| H A D | hwpmc_powerpc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 113 phw = &powerpc_pcpu[cpu]->pc_ppcpmcs[ri]; in powerpc_describe() 115 snprintf(pi->pm_name, sizeof(pi->pm_name), "POWERPC-%d", ri); in powerpc_describe() 116 pi->pm_class = powerpc_pcpu[cpu]->pc_class; in powerpc_describe() 118 if (phw->phw_state & PMC_PHW_FLAG_IS_ENABLED) { in powerpc_describe() 119 pi->pm_enabled = TRUE; in powerpc_describe() 120 *ppmc = phw->phw_pmc; in powerpc_describe() 122 pi->pm_enabled = FALSE; in powerpc_describe() 133 *ppm = powerpc_pcpu[cpu]->pc_ppcpmcs[ri].phw_pmc; in powerpc_get_config() [all …]
|
| H A D | hwpmc_mod.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2003-2008 Joseph Koshy 101 struct pmc_cpu **pmc_pcpu; /* per-cpu state */ 104 #define PMC_PCPU_SAVED(C, R) pmc_pcpu_saved[(R) + md->pmd_npmc * (C)] 120 atomic_add_int(&pmc_pmcdisp[(R)], -1); \ 121 KASSERT(pmc_pmcdisp[(R)] >= (-pmc_cpu_max_active()), \ 138 atomic_add_int(&pmc_pmcdisp[(R)], -1); \ 168 * List of PMC owners with system-wide sampling PMCs. 180 (md->pmd_npmc * sizeof(struct pmc_threadpmcstate))) [all …]
|
| /freebsd/contrib/jemalloc/bin/ |
| H A D | jeprof.in | 3 # Copyright (c) 1998-2007, Google Inc. 32 # --- 38 # This program parses the profile, and generates user-readable 46 # % tools/jeprof --text "program" "profile" 49 # % tools/jeprof --gv "program" "profile" 50 # Generates annotated call-graph and displays via "gv" 52 # % tools/jeprof --gv --focus=Mutex "program" "profile" 55 # % tools/jeprof --gv --focus=Mutex --ignore=string "program" "profile" 59 # % tools/jeprof --list=IBF_CheckDocid "program" "profile" 61 # sample that match the --list=<regexp> pattern. The listing is [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
| H A D | jitprofiling.h | 1 /*===-- jitprofiling.h - JIT Profiling API-------------------------*- C -*-===* 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===----------------------------------------------------------------------===* 9 * This file provides Intel(R) Performance Analyzer JIT (Just-In-Time) 14 * products. Please do not reformat / re-style this code to make 17 *===----------------------------------------------------------------------===*/ 108 /* Sampling is running. This is the default value 176 /* unique method ID - can be any unique value, (except 0 - 999) */ 184 /* virtual address of that method - This determines the method range for the 189 /* Size in memory - Must be exact */ [all …]
|
| /freebsd/sys/dev/ath/ath_rate/onoe/ |
| H A D | onoe.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting 77 * If transmits look to be working well over a sampling period then 84 * retries accumulated over the sampling period. ath_rate_raise defines 119 *rix = on->on_tx_rix0; in ath_rate_findrate() 120 *try0 = on->on_tx_try0; in ath_rate_findrate() 122 *txrate = on->on_tx_rate0sp; in ath_rate_findrate() 124 *txrate = on->on_tx_rate0; in ath_rate_findrate() 125 *maxdur = -1; in ath_rate_findrate() [all …]
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_wire_pkt.h | 2 * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved. 115 * 1-RTT also must come last as it lacks a length field. in ossl_quic_pkt_type_must_be_last() 196 * Destroys a header protector. This is also safe to call on a zero-initialized 232 * be encrypted. This is a low-level function which assumes you have already 277 * 0-RTT; 281 * Short Packets, which comprises only a single packet type (1-RTT). 287 * SLLLLL Legend: 1=1-RTT, i=Initial, 0=0-RTT, h=Handshake 289 * ------ 297 * i0h Type-Specific Bits 347 * This is used to ensure that Retry packets have the same bit-for-bit [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | guarded_pool_allocator.cpp | 1 //===-- guarded_pool_allocator.cpp ------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 27 // init-order-fiasco. 31 return (Size + Boundary - 1) & ~(Boundary - 1); in roundUpTo() 35 return Ptr & ~(PageSize - 1); in getPageAddr() 38 bool isPowerOfTwo(uintptr_t X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() 41 // Gets the singleton implementation of this class. Thread-compatible until 42 // init() is called, thread-safe afterwards. 48 // Note: We return from the constructor here if GWP-ASan is not available. in init() [all …]
|
| /freebsd/contrib/libpcap/rpcapd/ |
| H A D | daemon.c | 2 * Copyright (c) 2002 - 2003 62 #include "rpcap-protocol.h" 72 // Timeout, in seconds, when we're waiting for a client to send us an 79 // Timeout, in seconds, when we're waiting for an authenticated client 105 // and a platform-dependent (UN*X vs. Windows) identifier for the 170 uint8 type; // ContentType - will be 22, for Handshake 173 // This is *not* aligned on a 2-byte boundary; we just 201 * Maximum sizes for fixed-bit-width values. 240 struct rpcap_sampling samp_param; // in case sampling has been requested in daemon_serviceloop() 251 // a TLS handshake message or a non-TLS rpcapd message. in daemon_serviceloop() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 1 //===- Construction of pass pipelines -------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 //===----------------------------------------------------------------------===// 146 "enable-ml-inliner", cl::init(InliningAdvisorMode::Default), cl::Hidden, 147 cl::desc("Enable ML policy for inliner. Currently trained for -Oz only"), 149 "Heuristics-based inliner version"), 151 "Use development mode (runtime-loadable model)"), 153 "Use release mode (AOT-compiled model)"))); 156 "enable-npm-synthetic-counts", cl::Hidden, [all …]
|
| /freebsd/sys/dev/ath/ath_rate/sample/ |
| H A D | sample.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 17 * 3. Neither the names of the above-listed copyright holders nor the names 86 * in "Bit-rate Selection in Wireless Networks" 87 * (http://www.pdos.lcs.mit.edu/papers/jbicket-ms.ps) 89 * SampleRate chooses the bit-rate it predicts will provide the most 90 * throughput based on estimates of the expected per-packet 91 * transmission time for each bit-rate. SampleRate periodically sends 92 * packets at bit-rates other than the current one to estimate when 93 * another bit-rate will provide better performance. SampleRate [all …]
|