Home
last modified time | relevance | path

Searched refs:identifiers (Results 1 – 25 of 132) sorted by relevance

123456

/src/sys/contrib/device-tree/Bindings/clock/
H A Dpistachio-clock.txt27 See dt-bindings/clock/pistachio-clk.h for the list of valid identifiers.
56 See dt-bindings/clock/pistachio-clk.h for the list of valid identifiers.
84 See dt-bindings/clock/pistachio-clk.h for the list of valid identifiers.
113 See dt-bindings/clock/pistachio-clk.h for the list of valid identifiers.
H A Dmarvell,pxa1928.txt21 All these identifiers can be found in <dt-bindings/clock/marvell,pxa1928.h>.
H A Dartpec6.txt19 See dt-bindings/clock/axis,artpec6-clkctrl.h for the list of valid identifiers.
H A Dvf610-clock.txt9 - clocks: list of clock identifiers which are external input clocks to the
H A Dexynos7-clock.txt45 - clocks: list of clock identifiers which are fed as the input to
H A Dexynos4-clock.txt60 - clocks: list of the clock controller input clock identifiers,
/src/sys/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rzn1-pinctrl.txt115 one of the alternate function identifiers defined in:
117 These identifiers collapse the IO Multiplex Configuration Level 1 and
119 single number. The identifiers for Level 2 are simply offset by 10.
120 Additional identifiers are provided to specify the MDIO source peripheral.
/src/crypto/openssl/doc/man3/
H A DX509_get0_uids.pod6 - get certificate and attribute certificate unique identifiers
21 identifiers of certificate B<x> or NULL if the fields are not present.
H A DOSSL_ESS_check_signing_certs.pod41 the certificates required by the identifiers given in I<ss> and/or I<ssv2>.
44 The list of certificate identifiers in I<ss> is of type B<ESS_CERT_ID>,
H A DSSL_COMP_add_compression_method.pod45 methods or their corresponding identifiers, so there is currently no compatible
57 An OpenSSL server will match the identifiers listed by a client against
H A DSSL_set1_host.pod55 identifiers. When wildcard matching is not disabled, the name
57 of the reference identifiers configured via SSL_set1_host() or
/src/sys/contrib/device-tree/Bindings/net/
H A Dfaraday,ftmac.txt6 the SoC specific identifiers:
/src/sys/contrib/device-tree/Bindings/nds32/
H A Dcpus.txt14 one of the following identifiers for a particular CPU core:
/src/sys/contrib/device-tree/Bindings/arm/
H A Djuno,scpi.txt23 sensor identifiers
H A Darm,scpi.txt56 node. It can be non linear and hence provide the mapping of identifiers
83 Valid cell values are raw identifiers (Sensor ID)
/src/sys/contrib/device-tree/Bindings/spmi/
H A Dspmi.txt17 These are the identifiers "statically assigned by the system integrator", as
/src/sys/contrib/device-tree/Bindings/mfd/
H A Daspeed-scu.txt27 Families have unique hardware silicon identifiers within the SoC.
/src/sys/contrib/device-tree/Bindings/sound/
H A Ddavinci-mcbsp.txt23 identifiers must be "rx" and "tx".
/src/sys/contrib/device-tree/Bindings/dma/
H A Dfsl-imx-dma.txt40 - dma-names: List of string identifiers for the DMA requests. For the correct
/src/sys/contrib/device-tree/Bindings/security/tpm/
H A Dibmvtpm.txt6 identifiers, as 'IBM,vtpm'
/src/crypto/heimdal/doc/
H A Dlayman.asc196 identifiers begin with lower-case letters; type
809 identifiers for the alternatives, and Type1, ..., Typen are
810 the types of the alternatives. The identifiers are primarily
826 Here the identifiers for the alternatives are certificate
907 identifiers and value1, ..., valuen are optional integer
908 values. The identifiers, when present, are associated with
978 identifiers. An OBJECT IDENTIFIER value can have any number
1011 identifiers, and value1, ..., valuen are optional integer
1017 The identifiers identifier1, ..., identifiern are intended
1019 integer value when both are present. These identifiers can
[all …]
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1428 ArrayRef<IdentifierInfo *> identifiers, in actOnObjCTypeArgsOrProtocolQualifiers() argument
1439 assert(numProtocolsResolved == identifiers.size() && "Unresolved protocols"); in actOnObjCTypeArgsOrProtocolQualifiers()
1492 SemaRef.LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers()
1536 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers()
1537 ObjCProtocolDecl *proto = LookupProtocol(identifiers[i], identifierLocs[i]); in actOnObjCTypeArgsOrProtocolQualifiers()
1544 if (numProtocolsResolved == identifiers.size()) in actOnObjCTypeArgsOrProtocolQualifiers()
1554 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers()
1556 S, identifiers[i], identifierLocs[i], Sema::LookupOrdinaryName); in actOnObjCTypeArgsOrProtocolQualifiers()
1631 assert(numTypeDeclsResolved == identifiers.size() && "Unresolved type decl"); in actOnObjCTypeArgsOrProtocolQualifiers()
1633 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in actOnObjCTypeArgsOrProtocolQualifiers()
[all …]
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1666 SmallVector<IdentifierInfo *, 4> identifiers; in parseObjCTypeArgsOrProtocolQualifiers() local
1677 identifiers.push_back(Tok.getIdentifierInfo()); in parseObjCTypeArgsOrProtocolQualifiers()
1685 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers()
1686 identifierLocPairs.push_back(IdentifierLocPair(identifiers[i], in parseObjCTypeArgsOrProtocolQualifiers()
1716 getCurScope(), baseType, lAngleLoc, identifiers, identifierLocs, in parseObjCTypeArgsOrProtocolQualifiers()
1735 for (unsigned i = 0, n = identifiers.size(); i != n; ++i) { in parseObjCTypeArgsOrProtocolQualifiers()
1737 = Actions.getTypeName(*identifiers[i], identifierLocs[i], getCurScope()); in parseObjCTypeArgsOrProtocolQualifiers()
1752 foundValidTypeId = identifiers[i]; in parseObjCTypeArgsOrProtocolQualifiers()
1757 unknownTypeArgs.push_back(identifiers[i]); in parseObjCTypeArgsOrProtocolQualifiers()
1762 if (!Actions.ObjC().LookupProtocol(identifiers[i], identifierLocs[i])) { in parseObjCTypeArgsOrProtocolQualifiers()
[all …]
/src/sys/contrib/device-tree/Bindings/soc/ti/
H A Dsci-pm-domain.txt57 of valid identifiers for k2g.
/src/crypto/openssl/providers/common/der/
H A DRSA.asn113 -- Basic object identifiers

123456