Home
last modified time | relevance | path

Searched refs:UINT64 (Results 1 – 11 of 11) sorted by relevance

/system/tools/hidl/
DConstantExpression.cpp51 case SK(UINT64): __action__(uint64_t) \
93 case SK(INT64): return SK(UINT64); in usualArithmeticConversion()
94 default: return SK(UINT64); in usualArithmeticConversion()
220 mValueKind = SK(UINT64); in ConstantExpression()
228 mValueKind = SK(UINT64); in ConstantExpression()
238 mValueKind = SK(UINT64); in ConstantExpression()
384 if(castKind == SK(UINT32) || castKind == SK(UINT64)) literal += "u"; in cppValue()
385 if(castKind == SK(UINT64) || castKind == SK(INT64)) literal += "ll"; in cppValue()
395 case SK(UINT64): return rawValue(SK(INT64)) + "L"; in javaValue()
/system/tpm/trunks/
Dtpm_generated.h240 #define CONTEXT_COUNTER trunks::UINT64
395 typedef uint64_t UINT64; typedef
1025 BYTE buffer[sizeof(UINT64)];
1171 UINT64 clock;
1178 UINT64 time;
1184 UINT64 firmware_version;
1198 UINT64 audit_counter;
1236 UINT64 firmware_version;
1634 UINT64 sequence;
1767 TRUNKS_EXPORT TPM_RC Serialize_UINT64(const UINT64& value, std::string* buffer);
[all …]
Dmock_tpm.h1380 const UINT64& new_time,
1386 const UINT64& new_time,
1519 const UINT64& bits,
1527 const UINT64& bits,
Dresource_manager_test.cc212 TPMS_CONTEXT CreateContext(UINT64 sequence) { in CreateContext()
220 std::string CreateContextParameter(UINT64 sequence) { in CreateContextParameter()
Dtpm_generated.cc1016 TPM_RC Serialize_UINT64(const UINT64& value, std::string* buffer) { in Serialize_UINT64()
1022 UINT64* value, in Parse_UINT64()
29218 const UINT64& new_time, in SerializeCommand_ClockSet()
29386 const UINT64& new_time, in ClockSet()
29406 const UINT64& new_time, in ClockSetSync()
31615 const UINT64& bits, in SerializeCommand_NV_SetBits()
31793 const UINT64& bits, in NV_SetBits()
31816 const UINT64& bits, in NV_SetBitsSync()
/system/tpm/tpm_manager/server/
Dtpm_nvram_impl.cc411 UINT64 offset = 0; in GetSpaceInfo()
/system/tpm/attestation/common/
Dtpm_utility_v1.cc634 UINT64 offset = 0; in ConvertPublicKeyToDER()
/system/tpm/trunks/generator/
Draw_structures_fixed.txt2532 UINT64
10632 buffer [size] {:sizeof(UINT64)}
11849 UINT64
11950 UINT64
11995 UINT64
12066 UINT64
12321 UINT64
15904 UINT64
17469 UINT64
Draw_structures.txt2532 UINT64
10604 buffer [size] {:sizeof(UINT64)}
11813 UINT64
11914 UINT64
11959 UINT64
12030 UINT64
12283 UINT64
15913 UINT64
17487 UINT64
Draw_commands.txt14749 = ((UINT64) gp.firmwareV1) << 32;
19359 UINT64
19585 out->timeout.t.size = sizeof(UINT64);
19896 UINT64
19990 out->timeout.t.size = sizeof(UINT64);
20243 UINT64
20270 if(in->timeout.t.size != sizeof(UINT64))
22192 if(in->offset < <K>sizeof(UINT64) + sizeof(UINT64))
28842 UINT64
29363 UINT64
[all …]
Draw_commands_fixed.txt14760 = ((UINT64) gp.firmwareV1) << 32;
19370 UINT64
19596 out->timeout.t.size = sizeof(UINT64);
19907 UINT64
20001 out->timeout.t.size = sizeof(UINT64);
20254 UINT64
20281 if(in->timeout.t.size != sizeof(UINT64))
22203 if(in->offset < <K>sizeof(UINT64) + sizeof(UINT64))
28853 UINT64
29374 UINT64
[all …]