Home
last modified time | relevance | path

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

12

/external/syslinux/gpxe/src/drivers/net/
Detherfabric.h114 efab_dword_t dword[2]; member
126 efab_dword_t dword[4]; member
139 #define EFAB_DWORD_VAL(dword) \ argument
206 #define EFAB_EXTRACT_DWORD( dword, low, high ) \ argument
229 #define EFAB_DWORD_FIELD( dword, field ) \ argument
247 #define EFAB_DWORD_IS_ZERO( dword ) \ argument
263 #define EFAB_DWORD_IS_ALL_ONES( dword ) \ argument
371 #define EFAB_POPULATE_DWORD( dword, ... ) do { \ argument
441 #define EFAB_POPULATE_DWORD_9( dword, ... ) \ argument
443 #define EFAB_POPULATE_DWORD_8( dword, ... ) \ argument
[all …]
Dsmc9000.h40 typedef unsigned long int dword; typedef
Datl1e.c1300 u32 dword[2]; in atl1e_get_permanent_address() member
/external/syslinux/gpxe/src/drivers/bus/
Dpcibackup.c64 uint32_t *dword; in pci_backup() local
83 uint32_t *dword; in pci_restore() local
/external/clang/test/CodeGenObjC/
Dmisc-atomic-property.m39 typedef __int128_t dword; typedef
41 typedef long long int dword; typedef
/external/mesa3d/src/gallium/drivers/i915/
Di915_batchbuffer.h51 unsigned dword) in i915_winsys_batchbuffer_dword_unchecked()
69 unsigned dword) in i915_winsys_batchbuffer_dword()
Di915_debug_fp.c222 print_src_reg(struct debug_stream *stream, unsigned dword) in print_src_reg()
232 print_dest_reg(struct debug_stream *stream, unsigned dword) in print_dest_reg()
Di915_batch.h38 #define OUT_BATCH(dword) \ argument
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_debug_fp.c207 print_src_reg(GLuint dword) in print_src_reg()
217 print_dest_reg(GLuint dword) in print_dest_reg()
/external/vulkan-validation-layers/libs/glm/gtx/
Draw_data.hpp64 typedef detail::uint32 dword; typedef
/external/libmpeg2/common/
Dimpeg2_macros.h41 #define MSW(dword) (dword >> 16) argument
42 #define LSW(dword) (dword & 0xFFFF) argument
/external/syslinux/gpxe/src/arch/i386/include/bits/
Dbyteswap.h31 uint32_t dword[2]; in __bswap_variable_64() member
/external/libdrm/radeon/
Dradeon_cs.h115 static inline void radeon_cs_write_dword(struct radeon_cs *cs, uint32_t dword) in radeon_cs_write_dword()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_batchbuffer.h89 intel_batchbuffer_emit_dword(struct intel_context *intel, GLuint dword) in intel_batchbuffer_emit_dword()
/external/swiftshader/src/Common/
DTypes.hpp37 typedef ALIGN(4, uint32_t) dword; typedef
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c96 unsigned dword ) in svga_shader_emit_dword()
/external/pdfium/core/fxcrt/
Dfx_system.h277 #define FXSYS_HIWORD(dword) ((uint16_t)((dword) >> 16)) argument
278 #define FXSYS_LOWORD(dword) ((uint16_t)(dword)) argument
/external/syslinux/gpxe/src/arch/i386/include/
Dregisters.h51 uint32_t dword; member
/external/drm_gralloc/
Dgralloc_drm_intel.c95 batch_dword(struct intel_info *info, uint32_t dword) in batch_dword()
/external/syslinux/gpxe/src/drivers/infiniband/
Darbel.h221 uint32_t dword[2]; member
226 uint32_t dword[1]; member
Dhermon.h267 uint32_t dword[1]; member
/external/libdrm/intel/
Dintel_decode.c1792 int width, height, pitch, dword; in decode_3d_1d() local
2039 uint32_t dword; in decode_3d_1d() local
/external/netperf/src/
Dnetlib.c2981 long long dword; member
3002 long long dword; member
/external/swiftshader/src/Renderer/
DSurface.hpp347 typedef unsigned int dword; typedef in sw::Surface
/external/google-breakpad/src/third_party/libdisasm/
Dlibdis.h249 uint32_t dword; member

12