| /kernel/linux/linux-5.10/fs/xfs/scrub/ |
| H A D | dir.c | 44 xchk_dir_check_ftype( struct xchk_dir_ctx *sdc, xfs_fileoff_t offset, xfs_ino_t inum, int dtype) xchk_dir_check_ftype() argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_lan_hmc.h | 28 u8 dtype; member
|
| /third_party/json/include/nlohmann/detail/output/ |
| H A D | binary_writer.hpp | 1630 CharType dtype = it->second; in write_bjdata_ndarray() local [all...] |
| /kernel/linux/linux-5.10/drivers/edac/ |
| H A D | ppc4xx_edac.c | 894 enum dev_type dtype; in ppc4xx_edac_init_csrows() local
|
| H A D | cpc925_edac.c | 319 enum dev_type dtype; in cpc925_init_csrows() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
| H A D | ice_fdir.h | 62 u8 dtype; member
|
| /kernel/linux/linux-5.10/drivers/message/fusion/ |
| H A D | mptlan.c | 118 u16 dtype; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/ |
| H A D | gve_desc_dqo.h | 26 u8 dtype: 5; member 61 u8 dtype: 5; member
|
| /kernel/linux/linux-6.6/drivers/message/fusion/ |
| H A D | mptlan.c | 115 u16 dtype; member
|
| /kernel/linux/linux-6.6/drivers/edac/ |
| H A D | ppc4xx_edac.c | 881 enum dev_type dtype; in ppc4xx_edac_init_csrows() local
|
| /third_party/gn/src/base/win/ |
| H A D | registry.cc | 358 WriteValue(const char16_t* name, const void* data, DWORD dsize, DWORD dtype) WriteValue() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_simple_shaders.c | 286 util_make_fragment_tex_shader_writemask(struct pipe_context *pipe, enum tgsi_texture_type tex_target, enum tgsi_interpolate_mode interp_mode, unsigned writemask, enum tgsi_return_type stype, enum tgsi_return_type dtype, bool load_level_zero, bool use_txf) util_make_fragment_tex_shader_writemask() argument 364 util_make_fragment_tex_shader(struct pipe_context *pipe, enum tgsi_texture_type tex_target, enum tgsi_interpolate_mode interp_mode, enum tgsi_return_type stype, enum tgsi_return_type dtype, bool load_level_zero, bool use_txf) util_make_fragment_tex_shader() argument 587 util_make_fs_blit_msaa_color(struct pipe_context *pipe, enum tgsi_texture_type tgsi_tex, enum tgsi_return_type stype, enum tgsi_return_type dtype, bool sample_shading) util_make_fs_blit_msaa_color() argument [all...] |
| /kernel/linux/linux-5.10/fs/afs/ |
| H A D | dir.c | 536 afs_lookup_one_filldir(struct dir_context *ctx, const char *name, int nlen, loff_t fpos, u64 ino, unsigned dtype) afs_lookup_one_filldir() argument 605 afs_lookup_filldir(struct dir_context *ctx, const char *name, int nlen, loff_t fpos, u64 ino, unsigned dtype) afs_lookup_filldir() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
| H A D | ice_fdir.h | 83 u8 dtype; member
|
| /kernel/linux/linux-6.6/fs/afs/ |
| H A D | dir.c | 576 afs_lookup_one_filldir(struct dir_context *ctx, const char *name, int nlen, loff_t fpos, u64 ino, unsigned dtype) afs_lookup_one_filldir() argument 644 afs_lookup_filldir(struct dir_context *ctx, const char *name, int nlen, loff_t fpos, u64 ino, unsigned dtype) afs_lookup_filldir() argument [all...] |
| /third_party/FreeBSD/sbin/newfs_msdos/ |
| H A D | mkfs_msdos.c | 234 mkfs_msdos(const char *fname, const char *dtype, const struct msdos_options *op) in mkfs_msdos() argument 874 getdiskinfo(int fd, const char *fname, const char *dtype, int oflag, in getdiskinfo() argument 904 getdiskinfo(int fd, const char *fname, const char *dtype, /* __unused */ int oflag, in getdiskinfo() argument
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | sparse-llvm.c | 326 static LLVMValueRef constant_value(unsigned long long val, LLVMTypeRef dtype) in constant_value() argument 358 LLVMTypeRef dtype; in val_to_value() local 406 LLVMTypeRef dtype in pseudo_to_rvalue() local 416 LLVMTypeRef dtype = symbol_type(ctype); value_to_ivalue() local 419 LLVMTypeRef dtype = LLVMIntType(bits_in_pointer); value_to_ivalue() local 431 LLVMTypeRef dtype = symbol_type(ctype); value_to_pvalue() local 842 LLVMTypeRef dtype; output_op_ptrcast() local 880 LLVMTypeRef dtype; output_op_cast() local 913 LLVMTypeRef dtype = symbol_type(insn->type); output_op_fpcast() local 961 LLVMTypeRef dtype = symbol_type(insn->type); output_op_setfval() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm8bitStorageTests.cpp | 105 vk::VkDescriptorType dtype; member [all...] |
| H A D | vktSpvAsmComputeShaderCase.cpp | 119 Move<VkImage> createImageAndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, vk::VkFormat imageFormat, Allocator& allocator, deUint32 queueFamilyIndex, AllocationMp* outMemory) in createImageAndBindMemory() argument 65 createBufferAndBindMemory(vkt::Context& context, const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Allocator& allocator, size_t numBytes, AllocationMp* outMemory, bool physStorageBuffer, bool coherent = false) createBufferAndBindMemory() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm8bitStorageTests.cpp | 105 vk::VkDescriptorType dtype; member [all...] |
| H A D | vktSpvAsmComputeShaderCase.cpp | 119 Move<VkImage> createImageAndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Allocator& allocator, deUint32 queueFamilyIndex, AllocationMp* outMemory) in createImageAndBindMemory() argument 65 createBufferAndBindMemory(vkt::Context& context, const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Allocator& allocator, size_t numBytes, AllocationMp* outMemory, bool physStorageBuffer, bool coherent = false) createBufferAndBindMemory() argument
|
| /kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
| H A D | fcoe_ctlr.c | 2286 u32 dtype; in fcoe_ctlr_vn_parse() local 604 fcoe_ctlr_encaps(struct fcoe_ctlr *fip, struct fc_lport *lport, u8 dtype, struct sk_buff *skb, u32 d_id) fcoe_ctlr_encaps() argument 2815 u32 dtype; fcoe_ctlr_vlan_parse() local [all...] |
| /kernel/linux/linux-5.10/fs/gfs2/ |
| H A D | dir.c | 1646 u16 dtype; in gfs2_dir_search() local
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | igmp.c | 657 int type, dtype; in igmpv3_send_cr() local
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| H A D | mcast.c | 1906 int type, dtype; in mld_send_cr() local
|