Home
last modified time | relevance | path

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

12345678910>>...16

/freebsd/crypto/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm17 OpenSSL::Config::Query - Query OpenSSL configuration info
23 my $query = OpenSSL::Config::Query->new(info => \%unified_info);
26 my $variable = $query->method(... args ...);
29 my @variable = $query->method(... args ...);
63 my $info = OpenSSL::Config::Info->new(info => \%unified_info);
69 sub new {
103 sub get_sources {
108 my @sources = @{$self->{info}->{sources}->{$_} // []};
110 grep { $_ =~ m|\.a$| } @{$self->{info}->{depends}->{$_} // []};
112 my %parts = ( %{$self->get_sources(@sources)},
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1 //===- CodeGenRegisters.cpp - Register and RegisterClass Info -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
45 #define DEBUG_TYPE "regalloc-emitter"
47 //===----------------------------------------------------------------------===//
49 //===----------------------------------------------------------------------===//
54 Name = std::string(R->getName()); in CodeGenSubRegIndex()
55 if (R->getValue("Namespace")) in CodeGenSubRegIndex()
56 Namespace = std::string(R->getValueAsString("Namespace")); in CodeGenSubRegIndex()
[all …]
H A DCodeGenRegisters.h1 //===- CodeGenRegisters.h - Register and RegisterClass Info -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
64 /// CodeGenSubRegIndex - Represents a sub-register index.
80 // Are all super-registers containing this SubRegIndex covered by their
81 // sub-registers?
105 return I == Composed.end() ? nullptr : I->second; in compose()
117 // B->Offset == -1. For the other cases, accumulate the offset and set in addComposite()
125 SubRegRange &Range = this->Range.get(M); in addComposite()
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.awk2 ### @Awk-file{
7 ### filename = "journal-toc.awk",
29 ### bibclean -max-width 0 BibTeX-file(s) | \
30 ### bibsort -byvolume | \
31 ### awk -f journal-toc.awk \
32 ### [-v HTML=nnn] [-v INDENT=nnn] \
33 ### [-v BIBFILEURL=url] >foo.toc
38 ### bibclean -max-width 0 BibTeX-file(s) | \
39 ### awk -f journal-toc.awk \
40 ### [-v HTML=nnn] [-v INDENT=nnn] \
[all …]
H A DREADME.TESTS3 - 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
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
35 - About 20 files called tt.* that are used as timing tests;
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dsnps,dw-pcie-common.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/snps,dw-pci
[all...]
/freebsd/usr.bin/sort/
H A Dfile.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
105 * We use semaphore here because it is signal-safe, according to POSIX.
136 item->fn = sort_strdup(tmp_file); in tmp_file_atexit()
152 if ((item) && (item->fn)) in clear_tmp_files()
153 unlink(item->fn); in clear_tmp_files()
170 if ((item) && (item->fn)) in file_is_tmp()
171 if (strcmp(item->fn, fn) == 0) { in file_is_tmp()
191 if (asprintf(&ret, "%s/.bsdsort.XXXXXXXXXX", tmpdir) == -1) in new_tmp_file_name()
193 if ((fd = mkstemp(ret)) == -1) in new_tmp_file_name()
[all …]
/freebsd/contrib/lib9p/pytest/
H A Dsequencer.py26 Base class for en/de-coders, which are put into sequencers.
28 All have a name and arbitrary user-supplied auxiliary data
44 a no-op since the string type *is* the bytes type (<type
45 'unicode'>) is the unicode-ized string type).
51 to UTF-8 byte sequences when coding a _string_ type) and partly
61 return byte_sequence.decode('utf-8', 'surrogateescape')
66 return unicode_sequence.encode('utf-8', 'surrogateescape')
75 return string.encode('utf-8', 'surrogateescape')
79 "transform bytes to string - no-op in python2.7"
85 return string.encode('utf-8', 'surrogateescape')
[all …]
/freebsd/contrib/libxo/xolint/
H A Dxolint.pl12 # xolint -- a lint for inspecting xo_emit format strings
18 sub main {
19 while ($ARGV[0] =~ /^-/) {
21 $opt_cpp = 1 if /^-c/;
22 $opt_cflags .= shift @ARGV if /^-C/;
23 $opt_debug = 1 if /^-d/;
24 extract_docs() if /^-D/;
25 $opt_info = $opt_vocabulary = 1 if /^-I/;
26 $opt_print = 1 if /^-p/;
27 $opt_vocabulary = 1 if /^-V/;
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_ncons.c2 * Copyright 2003-2023 The OpenSSL Project Authors. All Rights Reserved.
34 static int nc_match_single(int effective_type, GENERAL_NAME *sub,
36 static int nc_dn(const X509_NAME *sub, const X509_NAME *nm);
37 static int nc_dns(ASN1_IA5STRING *sub, ASN1_IA5STRING *dns);
38 static int nc_email(ASN1_IA5STRING *sub, ASN1_IA5STRING *eml);
72 ((ia5base)->length - ((unsigned char *)(offset) - (ia5base)->data))
84 for (i = str->length; i > 0 && str->data[i - 1] != c; i--);
89 return (char *)&str->data[i - 1];
101 for (; n > 0; n--, s1++, s2++) { in ia5ncasecmp()
115 return -1; in ia5ncasecmp()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h1 //== llvm/CodeGen/GlobalISel/LegalizerHelper.h ---------------- -*- C++ -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 /// \file A pass to convert the target-illegal operations created by IR -> MIR
11 /// occur in multiple phases, for example G_ADD <2 x i8> -> G_ADD <2 x i16> ->
18 //===----------------------------------------------------------------------===//
76 /// Expose LegalizerInfo so the clients can re-use.
105 /// (for example a 16-bit addition can be safely performed at 32-bits
112 /// Legalize an instruction by splitting it into simpler parts, hopefully
191 /// RegTy from smaller parts. This will produce a G_MERGE_VALUES,
[all …]
/freebsd/contrib/ntp/html/
H A Dcluster.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
13 <!-- #BeginDate format:En2m -->15-Nov-2012 06:02<!-- #EndDate -->
19 …<p><em>d<sub>i</sub></em>(<em>j</em>) = |&theta;(<em>j</em>) &minus; &theta;(<em>i</em>)| &lambda;…
21sub>S</sub>(<em>i</em>) computed as the root mean square (RMS) of the <em>d<sub>i</sub></em>(<em>…
23 <p>The termination condition has two parts. First, if the number of survivors is not greater than t…
27sub><em>max</em></sub> be the maximum select jitter and &phi;<sub><em>min</em></sub> be the minimu…
/freebsd/share/man/man9/
H A Dvm_map_protect.96 .\" Parts of this documentation were written by
86 For instance, this prevents upgrading a shared mapping of a read-only file
87 from read-only to read-write.
89 The specified range must not contain sub-maps.
95 Also, any in-progress wiring operation on the map affecting the specified
100 .Bl -tag -width "Dv KERN_PROTECTION_FAILURE"
104 A sub-map entry was encountered in the range,
123 A copy-on-write mapping is transitioned from read-only to
124 read-write, and not enough swap space is available to back the
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dhihope-rzg2-ex-lvds.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the RZ/G2[MN] HiHope sub board LVDS common parts
10 compatible = "pwm-backlight";
13 brightness-levels = <0 2 8 16 32 64 128 255>;
14 default-brightness-level = <6>;
23 lvds-connector-en-hog {
24 gpio-hog;
26 output-low;
27 line-name = "lvds-connector-en-gpio";
48 pinctrl-0 = <&pwm0_pins>;
[all …]
H A Dhihope-rzg2-ex.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the RZ/G2[HMN] HiHope sub board common parts
19 pinctrl-0 = <&avb_pins>;
20 pinctrl-names = "default";
21 phy-handle = <&phy0>;
22 tx-internal-delay-ps = <2000>;
23 rx-internal-delay-ps = <1800>;
26 phy0: ethernet-phy@0 {
27 compatible = "ethernet-phy-id001c.c915",
28 "ethernet-phy-ieee802.3-c22";
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp1 //===--- AMDGPU.cpp - AMDGPU ToolChain Implementations ----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
35 // Look for sub-directory starts with PackageName under ROCm candidate path.
36 // If there is one and only one matching sub-directory found, append the
37 // sub-directory to Path. If there is no matching sub-directory or there are
38 // more than one matching sub-directories, diagnose them. Returns the full
39 // path of the package if there is only one matching sub-directory, otherwise
47 std::string Prefix = Twine(PackageName + "-" + Cand.SPACKReleaseStr).str(); in findSPACKPackage()
52 llvm::StringRef FileName = llvm::sys::path::filename(File->path()); in findSPACKPackage()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Drockchip,pinctrl.txt8 Please refer to pinctrl-bindings.txt in this directory for details of the
16 settings such as pull-up, etc.
19 defined as gpio sub-nodes of the pinmux controller.
22 - compatible: should be
23 "rockchip,px30-pinctrl": for Rockchip PX30
24 "rockchip,rv1108-pinctrl": for Rockchip RV1108
25 "rockchip,rk2928-pinctrl": for Rockchip RK2928
26 "rockchip,rk3066a-pinctrl": for Rockchip RK3066a
27 "rockchip,rk3066b-pinctrl": for Rockchip RK3066b
28 "rockchip,rk3128-pinctrl": for Rockchip RK3128
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dmailprio1 …(8.8.2/8.8.2) with ESMTP id JAA05023 for <eric@sendmail.org>; Thu, 31 Oct 1996 09:29:47 -0800 (PST)
2 ….1]) by austin.bsdi.com (8.7.4/8.7.3) with ESMTP id KAA19250; Thu, 31 Oct 1996 10:28:18 -0700 (MST)
3 Message-Id: <199610311728.KAA19250@austin.bsdi.com>
9 Date: Thu, 31 Oct 1996 10:28:14 -0700
25 # Made on 1996-10-31 10:07 MST by <sanders@earth.com>.
27 # Existing files will *not* be overwritten unless `-c' is specified.
31 # ------ ---------- ------------------------------------------
32 # 8260 -rwxr-xr-x mailprio
33 # 3402 -rw-r--r-- mailprio.README
34 # 4182 -rwxr-xr-x mailprio_mkdb
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dac100.txt1 X-Powers AC100 Codec/RTC IC Device Tree bindings
3 AC100 is a audio codec and RTC subsystem combo IC. The 2 parts are
8 - compatible: "x-powers,ac100"
9 - reg: The I2C slave address or RSB hardware address for the chip
10 - sub-nodes:
11 - codec
12 - compatible: "x-powers,ac100-codec"
13 - interrupts: SoC NMI / GPIO interrupt connected to the
15 - #clock-cells: Shall be 0
16 - clock-output-names: "4M_adda"
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DERR_GET_LIB.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
H A DX509_check_host.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1 //=- ClangDiagnosticsEmitter.cpp - Generate Clang diagnostics tables -*- C++ -*-
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
36 //===----------------------------------------------------------------------===//
38 //===----------------------------------------------------------------------===//
50 DiagGroups[i]->getValueAsListOfDefs("SubGroups"); in DiagGroupParentMap()
66 std::string CatName = std::string(Group->getValueAsString("CategoryName")); in getCategoryFromDiagGroup()
79 /// getDiagnosticCategory - Return the category that the specified diagnostic
84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in getDiagnosticCategory()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1 //===- SeparateConstOffsetFromGEP.cpp -------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // e.g., a 2-level loop
150 // parts and variant parts, LICM can hoist/sink those invariant parts.
153 // not be sunk. If we lower such GEP into smaller parts, CGP may sink some of
156 //===----------------------------------------------------------------------===//
202 "disable-separate-const-offset-from-gep", cl::init(false),
210 VerifyNoDeadCode("reassociate-geps-verify-no-dead-code", cl::init(false),
228 /// -instcombine probably already optimized (3 * (a + 5)) to (3 * a + 15).
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h1 //===- ExtractAPI/DeclarationFragments.h ------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 /// Declaration Fragments represent parts of a symbol declaration tagged with
14 /// See https://github.com/apple/swift-docc-symbolkit
16 //===----------------------------------------------------------------------===//
37 /// DeclarationFragments is a vector of tagged important parts of a symbol's
41 /// attached information useful for purposes like syntax-highlighting etc.
44 /// const -> keyword "const"
45 /// int -> type "int"
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h1 //===-- llvm/MC/MCSchedule.h - Scheduling -------
[all...]

12345678910>>...16