Home
last modified time | relevance | path

Searched defs:dword (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dqtypes.h80 typedef unsigned long dword; /* Unsigned 32 bit value type. */ typedef
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dqtypes.h80 typedef unsigned long dword; /* Unsigned 32 bit value type. */ typedef
/hardware/intel/img/libdrm/libdrm/radeon/
Dradeon_cs.h187 static inline void radeon_cs_write_dword(struct radeon_cs *cs, uint32_t dword) in radeon_cs_write_dword()