Home
last modified time | relevance | path

Searched +full:max +full:- +full:frame +full:- +full:size (Results 1 – 25 of 885) sorted by relevance

12345678910>>...36

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h1 //=- AArch64MachineFunctionInfo.h - AArch64 machine function info -*- C++ -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file declares AArch64-specific per-machine-function information.
11 //===----------------------------------------------------------------------===//
40 int FrameIndex = std::numeric_limits<int>::max();
44 /// AArch64FunctionInfo - This class is derived from MachineFunctionInfo and
45 /// contains private AArch64-specific information for each MachineFunction.
52 /// want to transfer control from a function with 8-bytes of stack-argument
53 /// space to a function with 16-bytes then misalignment of this value would
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp1 //===-- MachineFrameInfo.cpp ---------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 /// \file Implements MachineFrameInfo that manages the stack frame.
11 //===----------------------------------------------------------------------===//
22 #include "llvm/Config/llvm-config.h"
51 int MachineFrameInfo::CreateStackObject(uint64_t Size, Align Alignment, in CreateStackObject() argument
55 assert(Size != 0 && "Cannot allocate zero size stack objects!"); in CreateStackObject()
57 Objects.push_back(StackObject(Size, Alignment, 0, false, IsSpillSlot, Alloca, in CreateStackObject()
59 int Index = (int)Objects.size() - NumFixedObjects - 1; in CreateStackObject()
[all …]
H A DPrologEpilogInserter.cpp1 //===- PrologEpilogInserter.cpp - Insert Prolog/Epilog code in function ---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This pass is responsible for finalizing the functions frame layout, saving
16 //===----------------------------------------------------------------------===//
93 /// runOnMachineFunction - Insert prolog/epilog code and replace abstract
94 /// frame indexes with appropriate references.
100 // MinCSFrameIndex, MaxCSFrameIndex - Keeps the range of callee saved
101 // stack frame indexes.
102 unsigned MinCSFrameIndex = std::numeric_limits<unsigned>::max();
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsocionext-netsec.txt4 - compatible: Should be "socionext,synquacer-netsec"
5 - reg: Address and length of the control register area, followed by the
8 - interrupts: Should contain ethernet controller interrupt
9 - clocks: phandle to the PHY reference clock
10 - clock-names: Should be "phy_ref_clk"
11 - phy-mode: See ethernet.txt file in the same directory
12 - phy-handle: See ethernet.txt in the same directory.
14 - mdio device tree subnode: When the Netsec has a phy connected to its local
18 - #address-cells: Must be <1>.
19 - #size-cells: Must be <0>.
[all …]
H A Dsamsung-sxgbe.txt4 - compatible: Should be "samsung,sxgbe-v2.0a"
5 - reg: Address and length of the register set for the device
6 - interrupts: Should contain the SXGBE interrupts
9 index 0 - this is fixed common interrupt of SXGBE and it is always
11 index 1 to 25 - 8 variable transmit interrupts, variable 16 receive interrupts
13 - phy-mode: String, operation mode of the PHY interface.
15 - samsung,pbl: Integer, Programmable Burst Length.
17 - samsun
[all...]
H A Dibm,emac.txt8 correct clock-frequency property.
13 - device_type : "network"
15 - compatible : compatible list, contains 2 entries, first is
16 "ibm,emac-CHIP" where CHIP is the host ASIC (440gx,
18 "ibm,emac4". For Axon, thus, we have: "ibm,emac-axon",
20 - interrupts : <interrupt mapping for EMAC IRQ and WOL IRQ>
21 - reg : <registers mapping>
22 - local-mac-address : 6 bytes, MAC address
23 - mal-device : phandle of the associated McMAL node
24 - mal-tx-channel : 1 cell, index of the tx channel on McMAL associated
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_filter_zstd.c1 /*-
119 archive_write_set_filter_option(a, NULL, "nonexistent-option", "0")); in DEFINE_TEST()
121 archive_write_set_filter_option(a, NULL, "compression-level", "abc")); in DEFINE_TEST()
123 archive_write_set_filter_option(a, NULL, "compression-level", "25")); /* too big */ in DEFINE_TEST()
125 archive_write_set_filter_option(a, NULL, "compression-level", "9")); in DEFINE_TEST()
128 archive_write_set_filter_option(a, NULL, "compression-level", "-1")); */ in DEFINE_TEST()
130 archive_write_set_filter_option(a, NULL, "compression-level", "7")); in DEFINE_TEST()
132 archive_write_set_filter_option(a, NULL, "threads", "-1")); /* negative */ in DEFINE_TEST()
136 /* frame-per-file: boolean */ in DEFINE_TEST()
138 archive_write_set_filter_option(a, NULL, "frame-per-file", "")); in DEFINE_TEST()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1012a-qds.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
10 #include "fsl-ls1012a.dtsi"
14 compatible = "fsl,ls1012a-qds", "fsl,ls1012a";
21 sys_mclk: clock-mclk {
22 compatible = "fixed-clock";
23 #clock-cells = <0>;
24 clock-frequency = <24576000>;
27 reg_3p3v: regulator-3p3v {
28 compatible = "regulator-fixed";
[all …]
H A Dfsl-ls1028a-qds.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
11 /dts-v1/;
13 #include "fsl-ls1028a.dtsi"
17 compatible = "fsl,ls1028a-qds", "fsl,ls1028a";
32 stdout-path = "serial0:115200n8";
40 sys_mclk: clock-mclk {
41 compatible = "fixed-clock";
42 #clock-cells = <0>;
43 clock-frequency = <25000000>;
46 reg_1p8v: regulator-1p8v {
[all …]
H A Dfsl-ls1028a-rdb.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 * Copyright 2018-2021 NXP
11 /dts-v1/;
12 #include "fsl-ls1028a.dtsi"
16 compatible = "fsl,ls1028a-rdb", "fsl,ls1028a";
38 stdout-path = "serial0:115200n8";
46 sys_mclk: clock-mclk {
47 compatible = "fixed-clock";
48 #clock-cells = <0>;
49 clock-frequency = <25000000>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp1 //===-- NVPTXPrologEpilogPass.cpp - NVPTX prolog/epilog inserter ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
29 #define DEBUG_TYPE "nvptx-prolog-epilog"
66 // Frame indices in debug values are encoded in a target independent in runOnMachineFunction()
67 // way with simply the frame index and offset rather than any in runOnMachineFunction()
68 // target-specific addressing mode. in runOnMachineFunction()
73 "Frame indices can only appear as a debug operand in a DBG_VALUE*" in runOnMachineFunction()
103 if (I->isReturnBlock()) in runOnMachineFunction()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td4 def EnableExternalLookup: Property<"enable-external-lookup", "Boolean">,
7-file-search-paths and directory of the executable are always checked first for separate debug inf…
8 def EnableBackgroundLookup: Property<"enable-background-lookup", "Boolean">,
11 …Desc<"Alias for backward compatibility: when enabled this is the equivalent to 'symbols.auto-downl…
12 def AutoDownload: Property<"auto-download", "Enum">,
17 def ClangModulesCachePath: Property<"clang-modules-cache-path", "FileSpec">,
20 Desc<"The path to the clang modules cache directory (-fmodules-cache-path).">;
21 def SymLinkPaths: Property<"debug-info-symlink-paths", "FileSpecList">,
25 def EnableLLDBIndexCache: Property<"enable-lldb-index-cache", "Boolean">,
29 def LLDBIndexCachePath: Property<"lldb-index-cache-path", "FileSpec">,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dchipidea,usb2-common.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/usb/chipidea,usb2-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Xu Yang <xu.yang_2@nxp.com>
25 clock-names:
31 power-domains:
37 reset-names:
40 "#reset-cells":
45 itc-setting:
[all …]
H A Dci-hdrc-usb2.txt4 - compatible: should be one of:
5 "fsl,imx23-usb"
6 "fsl,imx27-usb"
7 "fsl,imx28-usb"
8 "fsl,imx6q-usb"
9 "fsl,imx6sl-usb"
10 "fsl,imx6sx-usb"
11 "fsl,imx6ul-usb"
12 "fsl,imx7d-usb"
13 "fsl,imx7ulp-usb"
[all …]
/freebsd/share/man/man4/
H A Dng_vlan_rotate.41 .\"-
2 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2019-2021 IKS Service GmbH
53 A frame tagged with an arbitrary number of
66 counter for the observed stack size increments.
70 limit, the frame is sent out to the
77 .Va max
78 limit, the frame is sent out to the
84 If the destination hook is not connected, the frame is dropped and the
97 An Ethernet frame received on the
[all …]
/freebsd/sys/dev/evdev/
H A Devdev_mt.c1 /*-
26 /*-
63 for ((i) = ffs(v) - 1; (i) != -1; (i) = ffs((v) & (~1 << (i))) - 1)
68 int32_t max; member
85 slotset_t frame; member
102 return (ffs(~slots & ((2U << MAXIMAL_MT_SLOT(evdev)) - 1)) - 1); in ffc_slot()
109 size_t size = offsetof(struct evdev_mt, slots); in evdev_mt_init() local
113 type_a = !bit_test(evdev->ev_abs_flags, ABS_MT_SLOT); in evdev_mt_init()
117 ABS_MT_SLOT, 0, MAX_MT_SLOTS - 1, 0, 0, 0); in evdev_mt_init()
119 ABS_MT_TRACKING_ID, -1, MAX_MT_SLOTS - 1, 0, 0, 0); in evdev_mt_init()
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
3 * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
6 * This source code is licensed under both the BSD-style license (found in the
9 * You may select, at your option, one of the above-listed licenses.
36 * maximum window size accepted by DStream __by default__.
56 /*-*******************************************************
76 /*-*************************************************************
83 + ZSTD_sizeof_DDict(dctx->ddictLocal) in ZSTD_sizeof_DCtx()
84 + dctx->inBuffSize + dctx->outBuffSize; in ZSTD_sizeof_DCtx()
100 …dctx->format = ZSTD_f_zstd1; /* ZSTD_decompressBegin() invokes ZSTD_startingInputLength() with ar… in ZSTD_initDCtx_internal()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1 //===-- RISCVFrameLowering.cpp - RISC-V Frame Information -----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file contains the RISC-V implementation of TargetFrameLowering class.
11 //===----------------------------------------------------------------------===//
48 {/*ra*/ RISCV::X1, -1}, {/*s0*/ RISCV::X8, -2},
49 {/*s1*/ RISCV::X9, -3}, {/*s2*/ RISCV::X18, -4},
50 {/*s3*/ RISCV::X19, -5}, {/*s4*/ RISCV::X20, -6},
51 {/*s5*/ RISCV::X21, -7}, {/*s6*/ RISCV::X22, -8},
52 {/*s7*/ RISCV::X23, -9}, {/*s8*/ RISCV::X24, -10},
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb.c2 SPDX-License-Identifier: BSD-3-Clause
4 Copyright (c) 2001-2020, Intel Corporation
42 * ixgbe_dcb_calculate_tc_credits - This calculates the ieee traffic class
49 * @max: max credits by traffic class
50 * @max_frame_size: maximum frame size
52 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, in ixgbe_dcb_calculate_tc_credits() argument
59 min_credit = ((max_frame_size / 2) + IXGBE_DCB_CREDIT_QUANTUM - 1) / in ixgbe_dcb_calculate_tc_credits()
77 max[i] = bw[i] ? (bw[i]*IXGBE_DCB_MAX_CREDIT)/100 : min_credit; in ixgbe_dcb_calculate_tc_credits()
84 * ixgbe_dcb_calculate_tc_credits_cee - Calculates traffic class credits
87 * @max_frame_size: Maximum frame size
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_zstd.c1 /*-
3 * Copyright (c) 2023-2024 Klara, Inc.
85 #define CLEVEL_MIN -99
86 #define CLEVEL_STD_MIN 0 /* prior to 1.3.4 and more recent without using --fast */
88 #define CLEVEL_STD_MAX 19 /* without using --ultra */
120 archive_check_magic(&a->archive, ARCHIVE_WRITE_MAGIC, in archive_write_add_filter_zstd()
125 archive_set_error(&a->archive, ENOMEM, "Out of memory"); in archive_write_add_filter_zstd()
128 f->data = data; in archive_write_add_filter_zstd()
129 f->open = &archive_compressor_zstd_open; in archive_write_add_filter_zstd()
130 f->options = &archive_compressor_zstd_options; in archive_write_add_filter_zstd()
[all …]
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
35 * maximum window size accepted by DStream __by default__.
55 /*-*******************************************************
83 … * So, if count * COUNT_MULT / size * SIZE_MULT != 0, then we've exceeded
91 * Returns an index between [0, hashSet->ddictPtrTableSize]
95 …/* DDict ptr table size is a multiple of 2, use size - 1 as mask to get index within [0, hashSet->… in ZSTD_DDictHashSet_getIndex()
96 return hash & (hashSet->ddictPtrTableSize - 1); in ZSTD_DDictHashSet_getIndex()
106 const size_t idxRangeMask = hashSet->ddictPtrTableSize - 1; in ZSTD_DDictHashSet_emplaceDDict()
107 …RETURN_ERROR_IF(hashSet->ddictPtrCount == hashSet->ddictPtrTableSize, GENERIC, "Hash set is full!"… in ZSTD_DDictHashSet_emplaceDDict()
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Deiger.dts11 /dts-v1/;
14 #address-cells = <2>;
15 #size-cells = <1>;
18 dcr-parent = <&{/cpus/cpu@0}>;
30 #address-cells = <1>;
31 #size-cells = <0>;
37 clock-frequency = <0>; /* Filled in by U-Boot */
38 timebase-frequency = <0>; /* Filled in by U-Boot */
39 i-cache-line-size = <32>;
40 d-cache-line-size = <32>;
[all …]
H A Dtaishan.dts13 /dts-v1/;
16 #address-cells = <2>;
17 #size-cells = <1>;
20 dcr-parent = <&{/cpus/cpu@0}>;
30 #address-cells = <1>;
31 #size-cells = <0>;
37 clock-frequency = <800000000>; // 800MHz
38 timebase-frequency = <0>; // Filled in by zImage
39 i-cache-line-size = <50>;
40 d-cache-line-size = <50>;
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.h1 //===-- asan_fake_stack.h ---------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // ASan-private header for asan_fake_stack.cpp, implements FakeStack.
12 //===----------------------------------------------------------------------===//
21 // Fake stack frame contains local variables of one function.
31 // a fast malloc-like allocator so that when a function exits the fake stack
34 // It helps us find use-after-return bugs.
37 // pointers. The size of the fake stack depends on the actual thread stack size
39 // stack_size is a power of two greater or equal to the thread's stack size;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/
H A Dls1021a-twr.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright 2013-2014 Freescale Semiconductor, Inc.
7 /dts-v1/;
12 compatible = "fsl,ls1021a-twr", "fsl,ls1021a";
20 sys_mclk: clock-mclk {
21 compatible = "fixed-clock";
22 #clock-cells = <0>;
23 clock-frequency = <24576000>;
27 compatible = "regulator-fixed";
28 regulator-name = "3P3V";
[all …]

12345678910>>...36