Home
last modified time | relevance | path

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

12345678910>>...34

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp1 //===-- MachineFrameInfo.cpp --------
51 CreateStackObject(uint64_t Size,Align Alignment,bool IsSpillSlot,const AllocaInst * Alloca,uint8_t StackID) CreateStackObject() argument
66 CreateSpillStackObject(uint64_t Size,Align Alignment) CreateSpillStackObject() argument
83 CreateFixedObject(uint64_t Size,int64_t SPOffset,bool IsImmutable,bool IsAliased) CreateFixedObject() argument
102 CreateFixedSpillStackObject(uint64_t Size,int64_t SPOffset,bool IsImmutable) CreateFixedSpillStackObject() argument
199 unsigned Size = TII.getFrameSize(MI); computeMaxCallFrameSize() local
[all...]
H A DPrologEpilogInserter.cpp1 //===- PrologEpilogInserter.cpp - Insert Prolog/Epilog code in function ---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===-
377 unsigned Size = TII.getFrameSize(*I); calculateCallFrameInfo() local
511 unsigned Size = RegInfo->getSpillSize(*RC); assignCalleeSavedSpillSlots() local
1408 unsigned Size = MF.getFrameInfo().getObjectSize(FrameIdx); replaceFrameIndexDebugInstr() local
[all...]
/freebsd-src/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-exceptio
271 setLocalStackSize(uint64_t Size) setLocalStackSize() argument
279 setCalleeSavedStackSize(unsigned Size) setCalleeSavedStackSize() argument
323 unsigned Size = alignTo(MaxOffset - MinOffset, 16); getCalleeSavedStackSize() local
339 setSVECalleeSavedStackSize(unsigned Size) setSVECalleeSavedStackSize() argument
346 setMinMaxSVECSFrameIndex(int Min,int Max) setMinMaxSVECSFrameIndex() argument
372 setVarArgsGPRSize(unsigned Size) setVarArgsGPRSize() argument
378 setVarArgsFPRSize(unsigned Size) setVarArgsFPRSize() argument
389 setJumpTableEntryInfo(int Idx,unsigned Size,MCSymbol * PCRelSym) setJumpTableEntryInfo() argument
[all...]
/freebsd-src/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 - samsung,burst-map: Integer, Program the possible bursts supported by sxgbe
19 Allowable range is 0x01-0x3F. When this field is set fixed burst is enabled.
24 - max-frame-size: Maximum Transfer Unit (IEEE defined MTU), rather
[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-src/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 in DEFINE_TEST()
[all...]
/freebsd-src/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-cloc
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td4 def EnableExternalLookup: Property<"enable-external-lookup", "Boolean">,
7 Desc<"Control the use of external tools and repositories to locate symbol files. Directories listed in target.debug-file-search-paths and directory of the executable are always checked first for separate debug info files. Then depending on this setting: On macOS, Spotlight would be also used to locate a matching .dSYM bundle based on the UUID of the executable. On NetBSD, directory /usr/libdata/debug would be also searched. On platforms other than NetBSD directory /usr/lib/debug would be also searched. If all other methods fail there may be symbol-locator plugins that, if configured properly, will also attempt to acquire symbols. The debuginfod plugin defaults to the DEGUFINFOD_URLS environment variable which is configurable through the 'plugin.symbol-locator.debuginfod.server_urls' setting.">;
8 def EnableBackgroundLookup: Property<"enable-background-lookup", "Boolean">,
11 Desc<"Alias for backward compatibility: when enabled this is the equivalent to 'symbols.auto-downloa
[all...]
/freebsd-src/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-src/contrib/llvm-project/openmp/runtime/src/
H A Dz_AIX_asm.S1 // z_AIX_asm.S: - microtasking routines specifically
5 ////===----------------------------------------------------------------------===//
9 //// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
11 ////===----------------------------------------------------------------------===//
14 // -----------------------------------------------------------------------
16 // -----------------------------------------------------------------------
21 //------------------------------------------------------------------------
37 // // FIXME: This is done at call-site and can be removed here.
70 // -- Begin __kmp_invoke_microtask
73 // We need to allocate a stack frame large enough to hold all of the parameters
[all …]
/freebsd-src/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-src/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-src/sys/contrib/device-tree/Bindings/usb/
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-src/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c2 * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
5 * 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 /*-*******************************************************
75 /*-*************************************************************
82 + ZSTD_sizeof_DDict(dctx->ddictLocal) in ZSTD_sizeof_DCtx()
83 + dctx->inBuffSize + dctx->outBuffSize; in ZSTD_sizeof_DCtx()
99 …dctx->format = ZSTD_f_zstd1; /* ZSTD_decompressBegin() invokes ZSTD_startingInputLength() with ar… in ZSTD_initDCtx_internal()
100 dctx->staticSize = 0; in ZSTD_initDCtx_internal()
[all …]
/freebsd-src/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 ixgbe_dcb_calculate_tc_credits(u8 * bw,u16 * refill,u16 * max,int max_frame_size) ixgbe_dcb_calculate_tc_credits() argument
234 ixgbe_dcb_unpack_max_cee(struct ixgbe_dcb_config * cfg,u16 * max) ixgbe_dcb_unpack_max_cee() argument
463 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; ixgbe_dcb_config_rx_arbiter_cee() local
503 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; ixgbe_dcb_config_tx_desc_arbiter_cee() local
544 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; ixgbe_dcb_config_tx_data_arbiter_cee() local
649 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; ixgbe_dcb_hw_config_cee() local
712 ixgbe_dcb_hw_config(struct ixgbe_hw * hw,u16 * refill,u16 * max,u8 * bwg_id,u8 * tsa,u8 * map) ixgbe_dcb_hw_config() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1 //===-- RISCVFrameLowering.cpp - RISC-V Frame Information -----
1244 unsigned Size = 0; processFunctionBeforeFrameFinalized() local
[all...]
/freebsd-src/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 …]
/freebsd-src/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->dat in archive_write_add_filter_zstd()
[all...]
/freebsd-src/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-src/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-src/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 …]

12345678910>>...34