Home
last modified time | relevance | path

Searched full:identified (Results 1 – 25 of 812) sorted by relevance

12345678910>>...33

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseSet.h14 /// A sparse set holds a small number of objects identified by integer keys from
34 /// SparseSetValTraits - Objects in a SparseSet are identified by keys that can
83 /// SparseSet - Fast set implementation for objects that can be identified by
202 /// @returns An iterator to the element identified by key, or end().
223 /// @returns An iterator to the element identified by key, or end().
238 /// count - Returns 1 if this set contains an element identified by Key,
275 /// erase - Erases an existing element identified by a valid iterator.
303 /// erase - Erases an element identified by Key, if it exists.
H A DSparseMultiSet.h13 /// A sparse multiset holds a small number of objects identified by integer keys
36 /// Fast multiset implementation for objects that can be identified by small
352 /// @returns An iterator to the element identified by key, or end().
373 /// @returns An iterator to the element identified by key, or end().
384 /// Returns the number of elements identified by Key. This will be linear in
394 /// Returns true if this set contains an element identified by Key.
442 /// Erases an existing element identified by a valid iterator.
/freebsd-src/crypto/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod81 ossl_method_store_remove() removes the I<method> identified by I<nid> from the
84 ossl_method_store_fetch() queries I<store> for a method identified by I<nid>
97 for a method identified by I<nid> that matches the property query
103 ossl_method_store_cache_set() sets a cache entry identified by I<nid> from the
/freebsd-src/sys/contrib/openzfs/man/man8/
H A Dzfs-unzone.866 to the user namespace identified by
104 from the user namespace identified by
111 dataset to a user namespace identified by user namespace file
H A Dzfs-zone.866 to the user namespace identified by
104 from the user namespace identified by
111 dataset to a user namespace identified by user namespace file
H A Dvdev_id.874 channels are uniquely identified by a PCI slot and HBA port number
76 channels are uniquely identified by a SAS switch port number
H A Dzfs-unjail.864 to the jail identified by JID
117 from the jail identified by JID
H A Dzfs-jail.864 to the jail identified by JID
117 from the jail identified by JID
/freebsd-src/share/man/man4/
H A Duhso.460 can be identified through
62 Ports identified as
65 Ports identified as
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h152 /// be identified (uniqued) with anything else.
158 /// node is distinct from all other metadata and will never be identified
166 /// be identified (uniqued) with anything else.
173 /// be identified (uniqued) with anything else.
180 /// name. This may be identified (uniqued) with other roots with the same
185 /// the given name. This may be identified (uniqued) with other roots with
190 /// the given name. This may be identified (uniqued) with other scopes with
/freebsd-src/lib/libmd/
H A Dmd4.copyright5 is identified as the "RSA Data Security, Inc. MD4 Message-Digest
9 that such works are identified as "derived from the RSA Data
H A Dmd5.copyright5 is identified as the "RSA Data Security, Inc. MD5 Message-Digest
10 that such works are identified as "derived from the RSA Data
H A Dmd4.h11 is identified as the "RSA Data Security, Inc. MD4 Message-Digest
15 that such works are identified as "derived from the RSA Data
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h140 /// Adds `Constraint` to the flow condition identified by `Token`.
144 /// condition identified by `Token` and returns its token.
148 /// conditions identified by `FirstToken` and `SecondToken`, and returns its
152 /// Returns true if the constraints of the flow condition identified by
158 /// Returns true if the constraints of the flow condition identified by
234 /// Adds all constraints of the flow condition identified by `Token` and all
/freebsd-src/sys/contrib/device-tree/Bindings/firmware/
H A Dcoreboot.txt13 parameters. It is identified by the magic string "LBIO" in its first
20 is identified by a root node descriptor with the magic number
/freebsd-src/usr.sbin/binmiscctl/
H A Dbinmiscctl.8141 Disable the activator entry identified with
144 Enable the activator entry identified with
149 Look up and print out the activator entry identified with
152 Remove the activator entry identified with
/freebsd-src/sys/sys/
H A Dmd4.h11 is identified as the "RSA Data Security, Inc. MD4 Message-Digest
15 that such works are identified as "derived from the RSA Data
H A Dmd5.h11 is identified as the "RSA Data Security, Inc. MD5 Message-Digest
16 that such works are identified as "derived from the RSA Data
/freebsd-src/usr.sbin/mptutil/
H A Dmptutil.8114 a volume may be identified by its location as
148 a configured drive may be identified by its device ID.
150 any drive may be identified by its location as
164 a standalone drive that is not part of a volume may be identified by its
/freebsd-src/crypto/openssh/
H A DPROTOCOL.krl72 This section is identified as KRL_SECTION_CERT_SERIAL_LIST. It revokes
144 These sections, identified as KRL_SECTION_EXPLICIT_KEY, revoke keys
158 These sections, identified as KRL_SECTION_FINGERPRINT_SHA1 and
/freebsd-src/share/man/man3/
H A Dmakedev.371 all block and character devices were uniquely identified by a pair of
74 while the minor number identified an instance within the device class.
/freebsd-src/crypto/heimdal/lib/asn1/
H A Drfc2459.asn152 id-secsig-sha-1 OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
55 id-secsig-sha-1WithRSAEncryption OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
84 iso(1) identified-organization(3) certicom(132) schemes(1)
88 iso(1) identified-organization(3) certicom(132) schemes(1)
105 iso(1) identified-organization(3) certicom(132) 0 8 }
108 iso(1) identified-organization(3) certicom(132) 0 30 }
496 id-pkix OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZProcessors.td12 // be identified either by the system name (e.g. z10) or the level of the
13 // architecture the model supports, as identified by the edition level
/freebsd-src/contrib/openpam/doc/man/
H A Dpam.man8 is the server, and is identified for configuration purposes by a
38 identified by this handle, so it is possible to conduct multiple
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRLocFinder.h30 /// identified by the USRs set to a given new name.
41 /// Finds the symbol occurrences for the symbol that's identified by the given

12345678910>>...33