Home
last modified time | relevance | path

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

12

/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()
Dintel_batchbuffer.h78 intel_batchbuffer_emit_dword(struct intel_context *intel, GLuint dword) in intel_batchbuffer_emit_dword()
/external/u-boot/arch/x86/cpu/broadwell/
Dme.c14 u32 dword; in me_read_dword_ptr() local
/external/libmpeg2/common/
Dimpeg2_macros.h41 #define MSW(dword) (dword >> 16) argument
42 #define LSW(dword) (dword & 0xFFFF) argument
/external/virglrenderer/tests/
Dtestvirgl_encode.h37 uint32_t dword) in virgl_encoder_write_dword()
Dtestvirgl_encode.c37 uint32_t dword) in virgl_encoder_write_cmd_dword()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.h55 uint32_t dword) in virgl_encoder_write_dword()
Dvirgl_encode.c41 uint32_t dword) in virgl_encoder_write_cmd_dword()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c93 svga_shader_emit_dword(struct svga_shader_emitter * emit, unsigned dword) in svga_shader_emit_dword()
/external/u-boot/arch/x86/lib/
Dbios_interrupts.c112 u32 dword; in int1a_handler() local
/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/u-boot/board/micronas/vct/
Dsmc_eeprom.c68 #define HIWORD(dword) ((u16)(((u32)(dword)) >> 16)) argument
69 #define LOWORD(dword) ((u16)(((u32)(dword)) & 0x0000FFFFUL)) argument
/external/libchrome/base/debug/
Delf_reader_linux.cc58 uint32_t dword = htonl(*reinterpret_cast<const int32_t*>(guid)); in ElfSegmentBuildIDNoteAsString() local
/external/swiftshader/src/System/
DTypes.hpp49 typedef ALIGN(4, uint32_t) dword; typedef
/external/swiftshader/src/Common/
DTypes.hpp50 typedef ALIGN(4, uint32_t) dword; typedef
/external/u-boot/arch/x86/include/asm/
Dme_common.h358 u32 dword; in pci_read_dword_ptr() local
367 u32 dword = 0; in pci_write_dword_ptr() local
/external/swiftshader/src/Device/
DSurface.hpp222 typedef unsigned int dword; typedef in sw::Surface
/external/libdrm/intel/
Dintel_decode.c1786 int width, height, pitch, dword; in decode_3d_1d() local
2033 uint32_t dword; in decode_3d_1d() local
/external/mesa3d/src/intel/common/
Dgen_decoder.c995 uint64_t offset, uint32_t dword) in print_dword_header()
/external/u-boot/drivers/net/
Dlan91c96.h40 typedef unsigned long int dword; typedef
/external/swiftshader/src/Renderer/
DSurface.hpp392 typedef unsigned int dword; typedef in sw::Surface

12