/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/ |
D | goldfish_address_space.h | 90 bool claimShared(GoldfishAddressSpaceBlockProvider *provider, uint64_t offset, uint64_t size); 91 uint64_t physAddr() const; 92 uint64_t hostAddr() const; 93 uint64_t offset() const { return m_offset; } in offset() 95 void *mmap(uint64_t opaque); 99 … static int memoryMap(void *addr, size_t len, address_space_handle_t fd, uint64_t off, void** dst); 115 uint64_t m_phys_addr; 116 uint64_t m_host_addr; 117 uint64_t m_offset; 118 uint64_t m_size; [all …]
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cpuMath.c | 3 uint32_t cpuMathUint44Div1000ToUint32_slow_path(uint64_t val) in cpuMathUint44Div1000ToUint32_slow_path() 5 uint64_t mult = 0x4189374BCULL; in cpuMathUint44Div1000ToUint32_slow_path() 8 uint64_t ret; in cpuMathUint44Div1000ToUint32_slow_path() 17 uint64_t cpuMathU64DivByU16(uint64_t val, uint32_t divBy_ /* 16 bits max*/) in cpuMathU64DivByU16() 23 static uint64_t __attribute__((naked)) cpuMathUint64TimesUint64Lsr64(uint64_t a, uint64_t b) in cpuMathUint64TimesUint64Lsr64() 47 uint64_t try, ret; \ 59 uint64_t cpuMathRecipAssistedUdiv64by64(uint64_t num, uint64_t denom, uint64_t denomRecip) in cpuMathRecipAssistedUdiv64by64() 64 uint64_t cpuMathRecipAssistedUdiv64by32(uint64_t num, uint32_t denom, uint64_t denomRecip) in cpuMathRecipAssistedUdiv64by32()
|
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/ |
D | gyro_cal.h | 70 uint64_t start_still_time_nanos; 71 uint64_t end_still_time_nanos; 72 uint64_t stillness_duration_nanos; 94 uint64_t min_still_duration_nanos; 95 uint64_t max_still_duration_nanos; 96 uint64_t calibration_time_nanos; 97 uint64_t window_time_duration_nanos; 144 uint64_t min_still_duration_nanos; 145 uint64_t max_still_duration_nanos; 148 uint64_t window_time_duration_nanos; [all …]
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_formats.h | 30 typedef uint64_t mali_gralloc_internal_format; 124 …((uint64_t)(MALI_GRALLOC_INTFMT_AFBC_BASIC | MALI_GRALLOC_INTFMT_AFBC_SPLITBLK | MALI_GRALLOC_INTF… 163 static inline uint64_t mali_gralloc_format_unwrap(int x) in mali_gralloc_format_unwrap() 165 …uint64_t internal_format = (uint64_t)(((((uint64_t)(x)) & 0xff000000) << 24) | // Regular modifier… in mali_gralloc_format_unwrap() 166 … ((((uint64_t)(x)) & 0x00ff0000) << 16) | // Mutually exclusive modifier bits in mali_gralloc_format_unwrap() 167 (((uint64_t)(x)) & 0x0000ffff)); // Private format in mali_gralloc_format_unwrap() 169 uint64_t base_format = internal_format & MALI_GRALLOC_INTFMT_FMT_MASK; in mali_gralloc_format_unwrap() 170 uint64_t modifiers = internal_format & MALI_GRALLOC_INTFMT_EXT_MASK; in mali_gralloc_format_unwrap() 203 #define MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT ((uint64_t)(1 << 0)) 204 #define MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_BASIC ((uint64_t)(1 << 1)) [all …]
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_formats.h | 30 typedef uint64_t mali_gralloc_internal_format; 124 …((uint64_t)(MALI_GRALLOC_INTFMT_AFBC_BASIC | MALI_GRALLOC_INTFMT_AFBC_SPLITBLK | MALI_GRALLOC_INTF… 163 static inline uint64_t mali_gralloc_format_unwrap(int x) in mali_gralloc_format_unwrap() 165 …uint64_t internal_format = (uint64_t)(((((uint64_t)(x)) & 0xff000000) << 24) | // Regular modifier… in mali_gralloc_format_unwrap() 166 … ((((uint64_t)(x)) & 0x00ff0000) << 16) | // Mutually exclusive modifier bits in mali_gralloc_format_unwrap() 167 (((uint64_t)(x)) & 0x0000ffff)); // Private format in mali_gralloc_format_unwrap() 169 uint64_t base_format = internal_format & MALI_GRALLOC_INTFMT_FMT_MASK; in mali_gralloc_format_unwrap() 170 uint64_t modifiers = internal_format & MALI_GRALLOC_INTFMT_EXT_MASK; in mali_gralloc_format_unwrap() 203 #define MALI_GRALLOC_FORMAT_CAPABILITY_OPTIONS_PRESENT ((uint64_t)(1 << 0)) 204 #define MALI_GRALLOC_FORMAT_CAPABILITY_AFBC_BASIC ((uint64_t)(1 << 1)) [all …]
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/ |
D | cpuMath.h | 6 uint32_t cpuMathUint44Div1000ToUint32_slow_path(uint64_t val); 8 static inline uint32_t cpuMathUint44Div1000ToUint32(uint64_t val) in cpuMathUint44Div1000ToUint32() 16 uint64_t cpuMathU64DivByU16(uint64_t val, uint32_t divBy /* 16 bits max*/); 23 const uint64_t _num = u64; \ 37 (((uint64_t)t1) << 32) + (((uint64_t)t3) << 16) + t5; \ 44 uint64_t cpuMathRecipAssistedUdiv64by64(uint64_t num, uint64_t denom, uint64_t denomRecip); 45 uint64_t cpuMathRecipAssistedUdiv64by32(uint64_t num, uint32_t denom, uint64_t denomRecip); 50 char neg = ((uint32_t)((val) >> 32) ^ (uint32_t)(((uint64_t)(constantVal)) >> 32)) >> 31; \ 51 uint64_t valP = (val < 0) ? -val : val; \ 52 const uint64_t conP = (constantVal < 0) ? -constantVal : constantVal; \ [all …]
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | VkEncoder.cpp | 211 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)local_pAllocator; in vkCreateInstance() 217 uint64_t cgen_var_1; in vkCreateInstance() 219 countingStream->write((uint64_t*)&cgen_var_1, 8); in vkCreateInstance() 228 uint64_t cgen_var_2 = (uint64_t)(uintptr_t)local_pAllocator; in vkCreateInstance() 235 uint64_t cgen_var_3; in vkCreateInstance() 237 stream->write((uint64_t*)&cgen_var_3, 8); in vkCreateInstance() 241 uint64_t cgen_var_4; in vkCreateInstance() 242 stream->read((uint64_t*)&cgen_var_4, 8); in vkCreateInstance() 284 uint64_t cgen_var_5; in vkDestroyInstance() 286 countingStream->write((uint64_t*)&cgen_var_5, 1 * 8); in vkDestroyInstance() [all …]
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | msm_kgsl.h | 343 uint64_t gpuaddr; 344 uint64_t size; 348 uint64_t gpuaddr; 349 uint64_t size; 360 uint64_t local; 361 uint64_t pvt; 442 uint64_t wall_clock_s; 443 uint64_t wall_clock_ns; 444 uint64_t gpu_ticks_queued; 445 uint64_t gpu_ticks_submitted; [all …]
|
D | rmnet_ipa_fd_ioctl.h | 61 uint64_t polling_interval_secs; 79 uint64_t quota_mbytes; 100 uint64_t ipv4_tx_packets; 101 uint64_t ipv4_tx_bytes; 102 uint64_t ipv4_rx_packets; 103 uint64_t ipv4_rx_bytes; 104 uint64_t ipv6_tx_packets; 105 uint64_t ipv6_tx_bytes; 106 uint64_t ipv6_rx_packets; 107 uint64_t ipv6_rx_bytes; [all …]
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | msm_kgsl.h | 221 uint64_t gpuaddr; 222 uint64_t size; 225 uint64_t gpuaddr; 226 uint64_t size; 235 uint64_t local; 236 uint64_t pvt; 293 uint64_t wall_clock_s; 294 uint64_t wall_clock_ns; 295 uint64_t gpu_ticks_queued; 296 uint64_t gpu_ticks_submitted; [all …]
|
D | rmnet_ipa_fd_ioctl.h | 47 uint64_t polling_interval_secs; 52 uint64_t quota_mbytes; 67 uint64_t ipv4_tx_packets; 68 uint64_t ipv4_tx_bytes; 69 uint64_t ipv4_rx_packets; 70 uint64_t ipv4_rx_bytes; 71 uint64_t ipv6_tx_packets; 72 uint64_t ipv6_tx_bytes; 73 uint64_t ipv6_rx_packets; 74 uint64_t ipv6_rx_bytes; [all …]
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | msm_kgsl.h | 343 uint64_t gpuaddr; 344 uint64_t size; 348 uint64_t gpuaddr; 349 uint64_t size; 360 uint64_t local; 361 uint64_t pvt; 442 uint64_t wall_clock_s; 443 uint64_t wall_clock_ns; 444 uint64_t gpu_ticks_queued; 445 uint64_t gpu_ticks_submitted; [all …]
|
D | rmnet_ipa_fd_ioctl.h | 61 uint64_t polling_interval_secs; 79 uint64_t quota_mbytes; 100 uint64_t ipv4_tx_packets; 101 uint64_t ipv4_tx_bytes; 102 uint64_t ipv4_rx_packets; 103 uint64_t ipv4_rx_bytes; 104 uint64_t ipv6_tx_packets; 105 uint64_t ipv6_tx_bytes; 106 uint64_t ipv6_rx_packets; 107 uint64_t ipv6_rx_bytes; [all …]
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | msm_kgsl.h | 216 uint64_t gpuaddr; 217 uint64_t size; 220 uint64_t gpuaddr; 221 uint64_t size; 230 uint64_t local; 231 uint64_t pvt; 288 uint64_t wall_clock_s; 289 uint64_t wall_clock_ns; 290 uint64_t gpu_ticks_queued; 291 uint64_t gpu_ticks_submitted; [all …]
|
D | rmnet_ipa_fd_ioctl.h | 47 uint64_t polling_interval_secs; 52 uint64_t quota_mbytes; 67 uint64_t ipv4_tx_packets; 68 uint64_t ipv4_tx_bytes; 69 uint64_t ipv4_rx_packets; 70 uint64_t ipv4_rx_bytes; 71 uint64_t ipv6_tx_packets; 72 uint64_t ipv6_tx_bytes; 73 uint64_t ipv6_rx_packets; 74 uint64_t ipv6_rx_bytes; [all …]
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | msm_kgsl.h | 216 uint64_t gpuaddr; 217 uint64_t size; 220 uint64_t gpuaddr; 221 uint64_t size; 230 uint64_t local; 231 uint64_t pvt; 288 uint64_t wall_clock_s; 289 uint64_t wall_clock_ns; 290 uint64_t gpu_ticks_queued; 291 uint64_t gpu_ticks_submitted; [all …]
|
D | rmnet_ipa_fd_ioctl.h | 47 uint64_t polling_interval_secs; 52 uint64_t quota_mbytes; 67 uint64_t ipv4_tx_packets; 68 uint64_t ipv4_tx_bytes; 69 uint64_t ipv4_rx_packets; 70 uint64_t ipv4_rx_bytes; 71 uint64_t ipv6_tx_packets; 72 uint64_t ipv6_tx_bytes; 73 uint64_t ipv6_rx_packets; 74 uint64_t ipv6_rx_bytes; [all …]
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | msm_kgsl.h | 349 uint64_t gpuaddr; 350 uint64_t size; 354 uint64_t gpuaddr; 355 uint64_t size; 366 uint64_t local; 367 uint64_t pvt; 448 uint64_t wall_clock_s; 449 uint64_t wall_clock_ns; 450 uint64_t gpu_ticks_queued; 451 uint64_t gpu_ticks_submitted; [all …]
|
D | rmnet_ipa_fd_ioctl.h | 61 uint64_t polling_interval_secs; 79 uint64_t quota_mbytes; 100 uint64_t ipv4_tx_packets; 101 uint64_t ipv4_tx_bytes; 102 uint64_t ipv4_rx_packets; 103 uint64_t ipv4_rx_bytes; 104 uint64_t ipv6_tx_packets; 105 uint64_t ipv6_tx_bytes; 106 uint64_t ipv6_rx_packets; 107 uint64_t ipv6_rx_bytes; [all …]
|
/device/google/contexthub/util/nanotool/ |
D | apptohostevent.h | 27 uint64_t appId; 56 constexpr uint64_t MakeAppId(uint64_t vendorId, uint32_t appId) { in MakeAppId() 60 constexpr uint64_t kAppIdVendorGoogle = 0x476f6f676cULL; // "Googl" 61 constexpr uint64_t kAppIdVendorSTMicro = 0x53544d6963ULL; // "STMic" 62 constexpr uint64_t kAppIdVendorInvn = 0x496E76656EULL; // "Inven" 64 constexpr uint64_t kAppIdBoschBmi160Bmm150 = MakeAppId(kAppIdVendorGoogle, 2); 65 constexpr uint64_t kAppIdBoschBmp280 = MakeAppId(kAppIdVendorGoogle, 5); 66 constexpr uint64_t kAppIdAmsTmd2772 = MakeAppId(kAppIdVendorGoogle, 9); 67 constexpr uint64_t kAppIdRohmRpr0521 = MakeAppId(kAppIdVendorGoogle, 10); 68 constexpr uint64_t kAppIdAmsTmd4903 = MakeAppId(kAppIdVendorGoogle, 12); [all …]
|
/device/google/contexthub/firmware/os/algos/calibration/over_temp/ |
D | over_temp_cal.h | 148 uint64_t offset_age_nanos; 181 uint64_t min_temp_update_period_nanos; 182 uint64_t age_limit_nanos; 210 uint64_t stale_data_timer_nanos; 214 uint64_t age_limit_nanos; 217 uint64_t last_offset_update_nanos; 220 uint64_t last_model_update_nanos; 223 uint64_t last_age_update_nanos; 227 uint64_t min_temp_update_period_nanos; 325 uint64_t wait_timer_nanos; // Debug message throttle timer. [all …]
|
/device/generic/goldfish-opengl/android-emu/android/base/files/ |
D | Stream.cpp | 62 void Stream::putBe64(uint64_t value) { in putBe64() 75 uint64_t Stream::getBe64() { in getBe64() 78 return ((uint64_t)b[0] << 56) | in getBe64() 79 ((uint64_t)b[1] << 48) | in getBe64() 80 ((uint64_t)b[2] << 40) | in getBe64() 81 ((uint64_t)b[3] << 32) | in getBe64() 82 ((uint64_t)b[4] << 24) | in getBe64() 83 ((uint64_t)b[5] << 16) | in getBe64() 84 ((uint64_t)b[6] << 8) | in getBe64() 85 (uint64_t)b[7]; in getBe64() [all …]
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | MediaH264Decoder.h | 21 uint64_t host_handle; 27 uint64_t bytesProcessed; 34 uint64_t pts; // presentation time stamp 35 uint64_t color_primaries; 36 uint64_t color_range; 37 uint64_t color_trc; 38 uint64_t colorspace; 50 uint64_t mHostHandle = 0; 55 uint64_t mAddressOffSet = 0; 87 h264_result_t decodeFrame(uint8_t* img, size_t szBytes, uint64_t pts);
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/mfd/adnc/ |
D | iaxxx-module.h | 56 uint64_t mpll_cumulative_cnts[NUM_MPLL_CLK_FREQ]; 57 uint64_t apll_cumulative_cnts[NUM_APLL_CLK_FREQ]; 58 uint64_t mpllCumulativeDur[NUM_MPLL_CLK_FREQ]; 59 uint64_t mpllTimeStamp[NUM_MPLL_CLK_FREQ]; 60 uint64_t sleepModeTimeStamp; 61 uint64_t sleepModeCumulativeDur; 70 uint64_t totalNumEntries; 71 uint64_t totalTimeSpentMs; 72 uint64_t lastEntryTimeStampMs; 73 uint64_t lastExitTimeStampMs; [all …]
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/mfd/adnc/ |
D | iaxxx-module.h | 56 uint64_t mpll_cumulative_cnts[NUM_MPLL_CLK_FREQ]; 57 uint64_t apll_cumulative_cnts[NUM_APLL_CLK_FREQ]; 58 uint64_t mpllCumulativeDur[NUM_MPLL_CLK_FREQ]; 59 uint64_t mpllTimeStamp[NUM_MPLL_CLK_FREQ]; 60 uint64_t sleepModeTimeStamp; 61 uint64_t sleepModeCumulativeDur; 73 uint64_t totalNumEntries; 74 uint64_t totalTimeSpentMs; 75 uint64_t lastEntryTimeStampMs; 76 uint64_t lastExitTimeStampMs; [all …]
|