Searched refs:UINT64 (Results 1 – 15 of 15) sorted by relevance
/system/bt/stack/srvc/ |
D | srvc_dis.c | 42 …TO_UINT64(u64, p) {u64 = (((UINT64)(*(p))) + ((((UINT64)(*((p) + 1)))) << 8) + ((((UINT64)(*((p) +… 43 …+ ((((UINT64)(*((p) + 4)))) << 32) + ((((UINT64)(*((p) + 5)))) << 40) + ((((UINT64)(*((p) + 6)))) …
|
/system/bt/stack/include/ |
D | srvc_api.h | 68 UINT64 system_id; 78 UINT64 system_id;
|
D | bt_types.h | 36 typedef uint64_t UINT64; typedef 291 #define BE_STREAM_TO_UINT64(u64, p) {u64 = ((UINT64)(*((p) + 7)) + ((UINT64)(*((p) + 6)) << 8) + \ 292 ((UINT64)(*((p) + 5)) << 16) + ((UINT64)(*((p) + 4)) << 24) + \ 293 ((UINT64)(*((p) + 3)) << 32) + ((UINT64)(*((p) + 2)) << 40) + \ 294 ((UINT64)(*((p) + 1)) << 48) + ((UINT64)(*(p)) << 56)); \
|
/system/tpm/trunks/ |
D | tpm_generated.h | 212 #define CONTEXT_COUNTER UINT64 364 typedef uint64_t UINT64; typedef 992 BYTE buffer[sizeof(UINT64)]; 1138 UINT64 clock; 1145 UINT64 time; 1151 UINT64 firmware_version; 1165 UINT64 audit_counter; 1203 UINT64 firmware_version; 1602 UINT64 sequence; 1781 const UINT64& value, [all …]
|
D | mock_tpm.h | 1381 const UINT64& new_time, 1387 const UINT64& new_time, 1520 const UINT64& bits, 1528 const UINT64& bits,
|
D | resource_manager_test.cc | 232 TPMS_CONTEXT CreateContext(UINT64 sequence) { in CreateContext() 240 std::string CreateContextParameter(UINT64 sequence) { in CreateContextParameter()
|
D | tpm_generated.cc | 840 const UINT64& value, in Serialize_UINT64() 848 UINT64* value, in Parse_UINT64() 35993 const UINT64& new_time, in SerializeCommand_ClockSet() 36200 const UINT64& new_time, in ClockSet() 36227 const UINT64& new_time, in ClockSetSync() 38985 const UINT64& bits, in SerializeCommand_NV_SetBits() 39205 const UINT64& bits, in NV_SetBits() 39236 const UINT64& bits, in NV_SetBitsSync()
|
/system/bt/btif/src/ |
D | btif_media_task.c | 349 static UINT64 last_frame_us = 0; 455 static UINT64 time_now_us() in time_now_us() 459 return ((UINT64)ts_now.tv_sec * USEC_PER_SEC) + ((UINT64)ts_now.tv_nsec / 1000); in time_now_us() 2638 UINT64 now_us = time_now_us(); in btif_get_num_aa_frame_iteration()
|
D | btif_rc.c | 183 UINT64 rc_playing_uid;
|
/system/tpm/attestation/common/ |
D | tpm_utility_v1.cc | 681 UINT64 offset = 0; in ConvertPublicKeyToDER()
|
/system/bt/stack/smp/ |
D | p_256_multprecision.c | 285 result = ((UINT64)a[i]) * ((uint64_t) b[j]); in multiprecision_mult()
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 2532 UINT64 10604 buffer [size] {:sizeof(UINT64)} 11813 UINT64 11914 UINT64 11959 UINT64 12030 UINT64 12283 UINT64 15913 UINT64 17487 UINT64
|
D | raw_structures_fixed.txt | 2532 UINT64 10632 buffer [size] {:sizeof(UINT64)} 11849 UINT64 11950 UINT64 11995 UINT64 12066 UINT64 12321 UINT64 15904 UINT64 17469 UINT64
|
D | raw_commands.txt | 14749 = ((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 …]
|
D | raw_commands_fixed.txt | 14760 = ((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 …]
|