Searched refs:PTP_LE64 (Results 1 – 2 of 2) sorted by relevance
76 value->u64 = PTP_LE64(&(data[*offset])); in PTP_GetDevicePropValue()231 storage_info->MaxCapability = PTP_LE64(&data[PTP_si_MaxCapability]); in PTP_DecodeStorageInfo()232 storage_info->FreeSpaceInBytes = PTP_LE64(&data[PTP_si_FreeSpaceInBytes]); in PTP_DecodeStorageInfo()255 object_info->ObjectCompressedSize = PTP_LE64(&data[PTP_oi_ObjectCompressedSize]); in PTP_DecodeObjectInfo()
755 #define PTP_LE64(addr) *((uint64_t *)(addr)) macro
Completed in 8 milliseconds