Home
last modified time | relevance | path

Searched refs:dtype (Results 76 - 100 of 214) sorted by relevance

123456789

/third_party/openssl/crypto/rsa/
H A Drsa_saos.c59 int RSA_verify_ASN1_OCTET_STRING(int dtype, in RSA_verify_ASN1_OCTET_STRING() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_lookup.c135 &priv->dreg, NULL, set->dtype, in nft_lookup_init()
215 priv->set->dtype != NFT_DATA_VERDICT) in nft_lookup_validate()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
H A Dto_toml.py48 return np.frombuffer(self.value.tobytes(), dtype=self.int_type)[0]
53 return cls(np.frombuffer(value.tobytes(), dtype=cls.float_type)[0])
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.c234 mkfs_msdos(const char *fname, const char *dtype, const struct msdos_options *op) in mkfs_msdos() argument
329 if (getdiskinfo(fd, fname, dtype, o.hidden_sectors_set, &bpb) == -1) in mkfs_msdos()
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
916 if (dtype != NULL) { in getdiskinfo()
917 lp = getdiskbyname(dtype); in getdiskinfo()
/kernel/linux/linux-5.10/fs/afs/
H A Ddir.c28 loff_t fpos, u64 ino, unsigned dtype);
30 loff_t fpos, u64 ino, unsigned dtype);
534 * uniquifier through dtype
537 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_one_filldir()
544 (unsigned long long) ino, dtype); in afs_lookup_one_filldir()
557 cookie->fid.unique = dtype; in afs_lookup_one_filldir()
603 * uniquifier through dtype
606 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_filldir()
614 (unsigned long long) ino, dtype); in afs_lookup_filldir()
623 cookie->fids[cookie->nr_fids].unique = dtype; in afs_lookup_filldir()
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/fs/afs/
H A Ddir.c28 loff_t fpos, u64 ino, unsigned dtype);
30 loff_t fpos, u64 ino, unsigned dtype);
574 * uniquifier through dtype
577 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_one_filldir()
584 (unsigned long long) ino, dtype); in afs_lookup_one_filldir()
597 cookie->fid.unique = dtype; in afs_lookup_one_filldir()
642 * uniquifier through dtype
645 int nlen, loff_t fpos, u64 ino, unsigned dtype) in afs_lookup_filldir()
652 (unsigned long long) ino, dtype); in afs_lookup_filldir()
661 cookie->fids[cookie->nr_fids].unique = dtype; in afs_lookup_filldir()
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...]
/kernel/linux/linux-5.10/drivers/edac/
H A Dmv64x60_edac.c680 dimm->dtype = DEV_X32; in mv64x60_init_csrows()
683 dimm->dtype = DEV_X16; in mv64x60_init_csrows()
686 dimm->dtype = DEV_X4; in mv64x60_init_csrows()
689 dimm->dtype = DEV_UNKNOWN; in mv64x60_init_csrows()
H A Die31200_edac.c503 dimm->dtype = DEV_UNKNOWN; in ie31200_probe1()
514 dimm->dtype = DEV_UNKNOWN; in ie31200_probe1()
H A Dfsl_ddr_edac.c469 dimm->dtype = DEV_UNKNOWN; in fsl_ddr_init_csrows()
471 dimm->dtype = DEV_X32; in fsl_ddr_init_csrows()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Ddir.c48 int dtype) in xchk_dir_check_ftype()
56 if (dtype != DT_UNKNOWN && dtype != DT_DIR) in xchk_dir_check_ftype()
78 if (ino_dtype != dtype) in xchk_dir_check_ftype()
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
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp68 VkDescriptorType dtype, in createBufferAndBindMemory()
80 switch (dtype) in createBufferAndBindMemory()
119 Move<VkImage> createImageAndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, vk::VkFormat imageFormat, Allocator& allocator, deUint32 queueFamilyIndex, AllocationMp* outMemory) in createImageAndBindMemory() argument
123 switch (dtype) in createImageAndBindMemory()
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 DvktSpvAsmComputeShaderCase.cpp68 VkDescriptorType dtype, in createBufferAndBindMemory()
80 switch (dtype) in createBufferAndBindMemory()
119 Move<VkImage> createImageAndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Allocator& allocator, deUint32 queueFamilyIndex, AllocationMp* outMemory) in createImageAndBindMemory() argument
123 switch (dtype) in createImageAndBindMemory()
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/net/ethernet/intel/ice/
H A Dice_fdir.h62 u8 dtype; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.h28 u8 dtype; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.h28 u8 dtype; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DVTimeZone.java1740 int month = -1, dom = 0, dow = 0, dtype = -1; in toWallTimeRule()
1753 dtype = rule.getDateRuleType(); in toWallTimeRule()
1756 if (dtype == DateTimeRule.DOW) { in toWallTimeRule()
1760 dtype = DateTimeRule.DOW_GEQ_DOM; in toWallTimeRule()
1763 dtype = DateTimeRule.DOW_LEQ_DOM; in toWallTimeRule()
1779 if (dtype != DateTimeRule.DOM) { in toWallTimeRule()
1791 if (dtype == DateTimeRule.DOM) { in toWallTimeRule()
1795 (dtype == DateTimeRule.DOW_GEQ_DOM), wallt, DateTimeRule.WALL_TIME); in toWallTimeRule()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DVTimeZone.java1711 int month = -1, dom = 0, dow = 0, dtype = -1; in toWallTimeRule()
1724 dtype = rule.getDateRuleType(); in toWallTimeRule()
1727 if (dtype == DateTimeRule.DOW) { in toWallTimeRule()
1731 dtype = DateTimeRule.DOW_GEQ_DOM; in toWallTimeRule()
1734 dtype = DateTimeRule.DOW_LEQ_DOM; in toWallTimeRule()
1750 if (dtype != DateTimeRule.DOM) { in toWallTimeRule()
1762 if (dtype == DateTimeRule.DOM) { in toWallTimeRule()
1766 (dtype == DateTimeRule.DOW_GEQ_DOM), wallt, DateTimeRule.WALL_TIME); in toWallTimeRule()
/kernel/linux/linux-6.6/drivers/edac/
H A Digen6_edac.c800 enum dev_type dtype; in igen6_get_dimm_config() local
827 dtype = get_width(0, mad_dimm); in igen6_get_dimm_config()
830 dtype = get_width(1, mad_dimm); in igen6_get_dimm_config()
839 dimm->dtype = dtype; in igen6_get_dimm_config()
H A Dfsl_ddr_edac.c466 dimm->dtype = DEV_UNKNOWN; in fsl_ddr_init_csrows()
468 dimm->dtype = DEV_X32; in fsl_ddr_init_csrows()
H A Die31200_edac.c510 dimm->dtype = DEV_UNKNOWN; in ie31200_probe1()
521 dimm->dtype = DEV_UNKNOWN; in ie31200_probe1()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h83 u8 dtype; member
/third_party/node/deps/openssl/openssl/include/crypto/
H A Drsa.h102 int ossl_rsa_verify(int dtype, const unsigned char *m,
/third_party/openssl/include/crypto/
H A Drsa.h102 int ossl_rsa_verify(int dtype, const unsigned char *m,
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1677 enum tgsi_opcode_type dtype, in emit_store_output()
1714 if (tgsi_type_is_64bit(dtype)) { in emit_store_output()
1726 enum tgsi_opcode_type dtype, in emit_store_tcs_output()
1785 enum tgsi_opcode_type dtype, in emit_store_temp()
1798 if (!tgsi_type_is_64bit(dtype)) in emit_store_temp()
1824 if (tgsi_type_is_64bit(dtype)) { in emit_store_temp()
1838 enum tgsi_opcode_type dtype, in emit_store_address()
1850 assert(dtype == TGSI_TYPE_SIGNED); in emit_store_address()
1874 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode, index); in emit_store_chan() local
1882 assert(dtype in emit_store_chan()
1676 emit_store_output(struct lp_build_tgsi_context *bld_base, enum tgsi_opcode_type dtype, const struct tgsi_full_dst_register *reg, unsigned index, unsigned chan_index, LLVMValueRef indirect_index, LLVMValueRef value) emit_store_output() argument
1725 emit_store_tcs_output(struct lp_build_tgsi_context *bld_base, enum tgsi_opcode_type dtype, const struct tgsi_full_dst_register *reg, unsigned index, unsigned chan_index, LLVMValueRef indirect_index, LLVMValueRef value) emit_store_tcs_output() argument
1784 emit_store_temp(struct lp_build_tgsi_context *bld_base, enum tgsi_opcode_type dtype, const struct tgsi_full_dst_register *reg, unsigned index, unsigned chan_index, LLVMValueRef indirect_index, LLVMValueRef value) emit_store_temp() argument
1837 emit_store_address(struct lp_build_tgsi_context *bld_base, enum tgsi_opcode_type dtype, const struct tgsi_full_dst_register *reg, unsigned index, unsigned chan_index, LLVMValueRef indirect_index, LLVMValueRef value) emit_store_address() argument
1962 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode, index); emit_store() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dvtzone.cpp814 DateTimeRule::DateRuleType dtype; in toWallTimeRule() local
827 dtype = rule->getDateRuleType(); in toWallTimeRule()
830 if (dtype == DateTimeRule::DOW) { in toWallTimeRule()
834 dtype = DateTimeRule::DOW_GEQ_DOM; in toWallTimeRule()
837 dtype = DateTimeRule::DOW_LEQ_DOM; in toWallTimeRule()
852 if (dtype != DateTimeRule::DOM) { in toWallTimeRule()
864 if (dtype == DateTimeRule::DOM) { in toWallTimeRule()
867 modifiedRule = new DateTimeRule(month, dom, dow, (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME); in toWallTimeRule()

Completed in 56 milliseconds

123456789