OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MoreData
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Capability.c
33
TPMI_YES_NO
MoreData
;
54
The
moreData
parameter will have a value of YES if there are more values of the requested
56
If no next capability exists, the TPM will return a zero-length list and
moreData
will have
67
@param[out]
MoreData
Flag to indicate if there are more values of this type.
79
OUT TPMI_YES_NO *
MoreData
,
118
*
MoreData
= RecvBuffer.
MoreData
;
144
TPMI_YES_NO
MoreData
;
151
&
MoreData
,
179
TPMI_YES_NO
MoreData
;
[
all
...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Decoder.java
39
public static final int
MoreData
= 0x7f;
181
tag = (tag << MoreWidth) | (tagByte &
MoreData
);
197
lenlen &=
MoreData
;
Completed in 228 milliseconds