Home
last modified time | relevance | path

Searched +full:sub +full:- +full:units (Results 1 – 25 of 253) sorted by relevance

1234567891011

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h
H A DCodeGenRegisters.cpp
/freebsd-src/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dsrio-rmu.txt5 node is composed of three types of sub-nodes ("fsl-srio-msg-unit",
6 "fsl-srio-dbell-unit" and "fsl-srio-port-write-unit").
10 - compatible
13 Definition: Must include "fsl,srio-rmu-vX.Y", "fsl,srio-rmu".
18 - reg
20 Value type: <prop-encoded-array>
22 length of the SRIO configuration registers for message units
23 and doorbell units.
25 - fsl,liodn
26 Usage: optional-but-recommended (for devices with PAMU)
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h1 //===- MC/MCRegisterInfo.h - Target Register Description --------*
[all...]
H A DLaneBitmask.h1 //===- llvm/MC/LaneBitmask.h ------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 /// sub-registers.
15 /// This is typically used to track liveness at sub-register granularity.
16 /// Lane masks for sub-register indices are similar to register units for
18 /// any specific meaning. They can be used to check if two sub-register
H A DMCRegister.h1 //===-- llvm/MC/Register.h --------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
23 /// Register units are used to compute register aliasing. Every register has at
27 /// A target with a complicated sub-register structure will typically have many
28 /// fewer register units than actual registers. MCRI::getNumRegUnits() returns
29 /// the number of register units in the target.
49 // DenseMapInfo<unsigned> uses -1u and -2u.
H A DMCSchedule.h1 //===-- llvm/MC/MCSchedule.h - Scheduling -----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
17 #include "llvm/Config/llvm-config.h"
39 // cycle after dispatch. This should be used for out-of-order cpus when
46 // in the same cycle. This is for in-order cpus, or the in-order portion of
47 // an out-of-order cpus.
50 // If the resource has sub-units, a pointer to the first element of an array
51 // of `NumUnits` elements containing the ProcResourceIdx of the sub units.
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/regulator/
H A Dmax8997-regulator.txt3 The Maxim MAX8997 is a multi-function device which includes voltage and
4 current regulators, rtc, charger controller and other sub-blocks. It is
5 interfaced to the host controller using a i2c interface. Each sub-block is
7 describes the bindings for 'pmic' sub-block of max8997.
10 - compatible: Should be "maxim,max8997-pmic".
11 - reg: Specifies the i2c slave address of the pmic block. It should be 0x66.
13 - max8997,pmic-buck1-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
14 units for buck1 when changing voltage using gpio dvs. Refer to [1] below
17 - max8997,pmic-buck2-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
18 units for buck2 when changing voltage using gpio dvs. Refer to [1] below
[all …]
H A Dsamsung,s5m8767.txt4 This is a part of device tree bindings for S5M family multi-function devices.
5 More information can be found in bindings/mfd/sec-core.txt file.
10 a sub-node named "regulators" with more sub-nodes for each regulator using the
12 - Documentation/devicetree/bindings/regulator/regulator.txt
16 - s5m8767,pmic-buck2-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
17 units for buck2 when changing voltage using gpio dvs. Refer to [1] below
20 - s5m8767,pmic-buck3-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
21 units for buck3 when changing voltage using gpio dvs. Refer to [1] below
24 - s5m8767,pmic-buck4-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
25 units for buck4 when changing voltage using gpio dvs. Refer to [1] below
[all …]
/freebsd-src/share/examples/printing/
H A Dmake-ps-header3 # make-ps-header - make a PostScript header page on stdout
4 # Installed in /usr/local/libexec/make-ps-header
8 # These are PostScript units (72 to the inch). Modify for A4 or
18 if [ $# -ne 3 ]; then
46 $page_width $border 2 mul sub 0 rlineto
47 0 $page_height $border 2 mul sub rlineto
48 currentscreen 3 -1 roll pop 100 3 1 roll setscreen
49 $border 2 mul $page_width sub 0 rlineto closepath
55 /Helvetica-Bold findfont 64 scalefont setfont
56 $page_width ($user) stringwidth pop sub 2 div $page_height 200 sub moveto
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dchkstk.S3 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 // http://msdn.microsoft.com/en-us/library/ms648426.aspx
14 // mov x15, #256 // Number of bytes of stack, in units of 16 byte
16 // sub sp, sp, x15, lsl #4
27 sub x17, x17, #PAGE_SIZE
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h1 //===--------------------- ResourceManager.h --------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// The classes here represent processor resource units and their management
13 //===----------------------------------------------------------------------===//
32 /// with a buffer size of -1 is always available if it is not reserved.
59 /// processor resource with multiple units has become unavailable.
66 /// processor resources with multiple units.
74 /// A simple round-robin selector for processor resource units.
75 /// Each bit of this mask identifies a sub resource within a group.
[all …]
/freebsd-src/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c1 /*-
2 * Copyright (c) 2005-2006 The FreeBSD Project
5 * Author: Victor Cruceru <soc-victor@freebsd.org>
62 * for HOST-RESOURCES-MIB's hrStorageTable
148 if (strcmp(map->a_name, name) == 0) in storage_entry_create()
152 /* new object - get a new index */ in storage_entry_create()
168 if ((map->a_name = malloc(name_len)) == NULL) { in storage_entry_create()
173 strlcpy(map->a_name, name, name_len); in storage_entry_create()
174 map->hrIndex = next_storage_index++; in storage_entry_create()
179 name, map->hrIndex); in storage_entry_create()
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dchkstk.S3 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 // http://msdn.microsoft.com/en-us/library/ms648426.aspx
15 // movw r4, #256 // Number of bytes of stack, in units of 4 byte
17 // sub.w sp, sp, r4
28 sub r12, r12, #PAGE_SIZE
/freebsd-src/contrib/kyua/drivers/
H A Dreport_junit_test.cpp34 #include <atf-c++.hpp>
49 #include "utils/units.hpp"
53 namespace units = utils::units;
152 atf::utils::create_file("fake-out", F("stdout file %s") % j); in add_tests()
153 tx.put_test_case_file("__STDOUT__", fs::path("fake-out"), tc_id); in add_tests()
154 atf::utils::create_file("fake-err", F("stderr file %s") % j); in add_tests()
155 tx.put_test_case_file("__STDERR__", fs::path("fake-err"), tc_id);
211 .set_required_disk_space(units::bytes(456)) in ATF_TEST_CASE_BODY()
213 .set_required_memory(units in ATF_TEST_CASE_BODY()
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/soc/ti/
H A Dti,pruss.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd-src/contrib/ntp/html/
H A Dmonopt.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
14 <!-- #BeginDate format:En2m -->7-Dec-2017 10:17<!-- #EndDate -->
92 at the start of the corresponding 24-hour period.</dd>
127 <td>Units</td>
165 <td>Units</td>
201 <td>Units</td>
236 <td>log<sub>2</sub> s</td>
244 <dd><tt>48773 10847.650 127.127.4.1 9714 -0.001605376 0.000000000 0.001424877
250 <td>Units</td>
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSchedule.td1 //==-- SystemZSchedule.td - SystemZ Scheduling Definitions ----*- tblgen -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
26 foreach L = 1 - 30 in def "WLat"#L : SchedWrite;
28 foreach L = 1 - 16 in
38 // Fixed-point units
44 // Vector sub units (z13 and later)
/freebsd-src/stand/ficl/softwords/
H A Doo.fr3 \ ** F I C L O - O E X T E N S I O N S
7 17 ficl-vocabulary oop
14 \ 2. Object aggregation (has-a relationship)
18 \ 4. Separate name-spaces for methods - methods are
30 \ object ( -- instance class )
44 \ on the stack. This is by convention - ficl has no way to
51 \ Revised Apr 2001 - Added Guy Carver's vtable extensions. Class now
55 \ Revised Nov 2001 - metaclass debug method now finds only metaclass methods
59 \ END-CLASS allocates and clears the vtable - then it walks class's method
65 \ - header
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/
H A Dwriting-bindings.rst1 .. SPDX-License-Identifier: GPL-2.0
11 Documentation/devicetree/bindings/submitting-patches.rst
17 - DO attempt to make bindings complete even if a driver doesn't support some
21 - DON'T refer to Linux or "device driver" in bindings. Bindings should be
24 - DO use node names matching the class of the device. Many standard names are
27 - DO check that the example matches the documentation especially after making
30 - DON'T create nodes just for the sake of instantiating drivers. Multi-function
34 - DON'T use 'syscon' alone without a specific compatible string. A 'syscon'
42 - DO make 'compatible' properties specific. DON'T use wildcards in compatible
47 - DO use a vendor prefix on device-specific property names. Consider if
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/broadwellx/
H A Dfloating-point.json3-bit packed double precision floating-point instructions retired; some instructions will count twi…
12-bit packed single precision floating-point instructions retired; some instructions will count twi…
21-bit packed double precision floating-point instructions retired; some instructions will count twi…
30-bit packed single precision floating-point instructions retired; some instructions will count twi…
39-point instructions retired; some instructions will count twice as noted below. Applies to SSE* an…
48-point instructions retired; some instructions will count twice as noted below. Applies to SSE* an…
57-point instructions retired; some instructions will count twice as noted below. Each count represe…
66-point instructions retired; some instructions will count twice as noted below. Each count repres…
75-point instructions retired; some instructions will count twice as noted below. Each count repres…
84-point instructions retired; some instructions will count twice as noted below. Applies to SSE* an…
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/broadwell/
H A Dfloating-point.json3-bit packed double precision floating-point instructions retired; some instructions will count twi…
12-bit packed single precision floating-point instructions retired; some instructions will count twi…
21-bit packed double precision floating-point instructions retired; some instructions will count twi…
30-bit packed single precision floating-point instructions retired; some instructions will count twi…
39-point instructions retired; some instructions will count twice as noted below. Applies to SSE* an…
48-point instructions retired; some instructions will count twice as noted below. Applies to SSE* an…
57-point instructions retired; some instructions will count twice as noted below. Each count represe…
66-point instructions retired; some instructions will count twice as noted below. Each count repres…
75-point instructions retired; some instructions will count twice as noted below. Each count repres…
84-point instructions retired; some instructions will count twice as noted below. Applies to SSE* an…
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/broadwellde/
H A Dfloating-point.json3-bit packed double precision floating-point instructions retired. Each count represents 2 computa…
12-bit packed single precision floating-point instructions retired. Each count represents 4 computa…
21-bit packed double precision floating-point instructions retired. Each count represents 4 computa…
30-bit packed single precision floating-point instructions retired. Each count represents 8 computa…
39-point instructions retired. Applies to SSE* and AVX*scalar, double and single precision floating-
48-point instructions retired. Applies to SSE* and AVX*, packed, double and single precision floatin…
57-point instructions retired. Applies to SSE* and AVX* scalar, double and single precision floating
66-point instructions retired. Each count represents 1 computation. Applies to SSE* and AVX* scalar…
75-point instructions retired. Each count represents 1 computation. Applies to SSE* and AVX* scalar…
84-point instructions retired. Applies to SSE* and AVX*scalar, double and single precision floating-
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def1 //===- FuzzerFlags.def - Run-time flags -------------------------*- C++ -* ===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
14 FUZZER_FLAG_INT(runs, -1,
15 "Number of individual test runs (-1 for infinite runs).")
23 FUZZER_FLAG_STRING(seed_inputs, "A comma-separated list of input files "
25 "the name of a file containing the comma-separated list.")
61 FUZZER_FLAG_INT(fork_corpus_groups, 0, "For fork mode, enable the corpus-group "
63 "and each sub-process will randomly select seeds from different "
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp1 //===--------------------- ResourceManager.cpp ------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// The classes here represent processor resource units and their management
13 //===----------------------------------------------------------------------===//
23 #define DEBUG_TYPE "llvm-mca"
30 NextInSequenceMask &= (CandidateMask | (CandidateMask - 1)); in selectImpl()
73 ResourceSizeMask = (1ULL << Desc.NumUnits) - 1; in ResourceState()
76 AvailableSlots = BufferSize == -1 ? 0U : static_cast<unsigned>(BufferSize); in ResourceState()
112 : Resources(SM.getNumProcResourceKinds() - 1), in ResourceManager()
[all …]

1234567891011