Home
last modified time | relevance | path

Searched defs:dtype (Results 1 – 19 of 19) sorted by relevance

/external/kernel-headers/original/uapi/linux/hsi/
Dhsi_char.h29 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument
30 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument
31 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
Dcs-protocol.h109 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument
110 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument
111 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
/external/strace/linux/
Dubi-user.h391 __s8 dtype; /* obsolete, do not use! */ member
403 __s8 dtype; /* obsolete, do not use! */ member
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c227 enum tgsi_return_type dtype) in util_make_fragment_tex_shader_writemask()
302 enum tgsi_return_type dtype) in util_make_fragment_tex_shader()
625 enum tgsi_return_type dtype) in util_make_fs_blit_msaa_color()
Du_blitter.c877 enum tgsi_return_type dtype; in blitter_get_fs_texfetch_col() local
/external/kernel-headers/original/uapi/mtd/
Dubi-user.h407 __s8 dtype; /* obsolete, do not use! */ member
419 __s8 dtype; /* obsolete, do not use! */ member
/external/openssh/
Ddns.c331 u_int8_t dtype; in export_dns_rr() local
/external/kernel-headers/original/uapi/linux/
Domapfb.h33 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument
34 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument
35 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c204 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(opcode); in get_src_chan_idx() local
Dlp_bld_tgsi_soa.c1867 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode); in emit_store_chan() local
2041 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode); in emit_store() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp54 …BindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Allocator… in createBufferAndBindMemory()
DvktSpvAsm16bitStorageTests.cpp111 vk::VkDescriptorType dtype; member
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java1742 int month = -1, dom = 0, dow = 0, dtype = -1; in toWallTimeRule() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c988 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode); in si_llvm_emit_store() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java1711 int month = -1, dom = 0, dow = 0, dtype = -1; in toWallTimeRule() local
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1416 int dtype = typePrecedence(destType); in atNumCastExpr() local
/external/icu/icu4c/source/i18n/
Dvtzone.cpp818 DateTimeRule::DateRuleType dtype; in toWallTimeRule() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h825 inline void setType(DataType dtype, DataType stype) in setType()
/external/valgrind/perf/
Dtinycc.c13970 CType dtype; in init_putv() local