Home
last modified time | relevance | path

Searched defs:type (Results 1 – 20 of 20) sorted by relevance

/lib/
Dubsan.c54 static bool type_is_int(struct type_descriptor *type) in type_is_int()
59 static bool type_is_signed(struct type_descriptor *type) in type_is_signed()
65 static unsigned type_bit_width(struct type_descriptor *type) in type_bit_width()
70 static bool is_inline_int(struct type_descriptor *type) in is_inline_int()
80 static s_max get_signed_val(struct type_descriptor *type, void *val) in get_signed_val()
95 static bool val_is_negative(struct type_descriptor *type, void *val) in val_is_negative()
100 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val()
111 static void val_to_string(char *str, size_t size, struct type_descriptor *type, in val_to_string()
Dubsan.h30 struct type_descriptor *type; member
35 struct type_descriptor *type; member
42 struct type_descriptor *type; member
49 struct type_descriptor *type; member
78 struct type_descriptor *type; member
84 struct type_descriptor *type; member
Dtest-kstrtox.c16 #define DECLARE_TEST_OK(type, test_type) \ argument
23 #define DEFINE_TEST_OK(type, test) \ argument
26 #define TEST_FAIL(fn, type, fmt, test) \ argument
45 #define TEST_OK(fn, type, fmt, test) \ argument
Dkobject.c1043 enum kobj_ns_type type = ops->type; in kobj_ns_type_register() local
1068 int kobj_ns_type_registered(enum kobj_ns_type type) in kobj_ns_type_registered()
1095 bool kobj_ns_current_may_mount(enum kobj_ns_type type) in kobj_ns_current_may_mount()
1108 void *kobj_ns_grab_current(enum kobj_ns_type type) in kobj_ns_grab_current()
1122 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk) in kobj_ns_netlink()
1135 const void *kobj_ns_initial(enum kobj_ns_type type) in kobj_ns_initial()
1148 void kobj_ns_drop(enum kobj_ns_type type, void *ns) in kobj_ns_drop()
Dinterval_tree_test.c9 #define __param(type, name, init, msg) \ argument
Dlogic_pio.c235 #define BUILD_LOGIC_IO(bwl, type) \ argument
Ddevres.c28 enum devm_ioremap_type type) in __devm_ioremap()
137 enum devm_ioremap_type type) in __devm_ioremap_resource()
Dnlattr.c364 int minlen = 0, attrlen = nla_len(nla), type = nla_type(nla); in validate_nla() local
579 u16 type = nla_type(nla); in __nla_validate_parse() local
Dkstrtox.c392 #define kstrto_from_user(f, g, type) \ argument
Drbtree_test.c9 #define __param(type, name, init, msg) \ argument
Dtest_vmalloc.c21 #define __param(type, name, init, msg) \ argument
Dkobject_uevent.c63 enum kobject_action *type, in kobject_action_type()
Dvsprintf.c441 unsigned int type:8; /* format_type enum */ member
3053 #define save_arg(type) \ in vbin_printf() argument
3215 #define get_arg(type) \ in bstr_printf() argument
Diov_iter.c1937 ssize_t __import_iovec(int type, const struct iovec __user *uvec, in __import_iovec()
2006 ssize_t import_iovec(int type, const struct iovec __user *uvec, in import_iovec()
/lib/zlib_inflate/
Dinftrees.c23 int zlib_inflate_table(codetype type, unsigned short *lens, unsigned codes, in zlib_inflate_table()
/lib/pldmfw/
Dpldmfw.c203 pldm_check_desc_tlv_len(struct pldmfw_priv *data, u16 type, u16 size) in pldm_check_desc_tlv_len()
270 u16 type, size; in pldm_parse_desc_tlvs() local
Dpldmfw_private.h92 __le16 type; /* DescriptorType */ member
/lib/xz/
Dxz_dec_bcj.c28 } type; member
/lib/reed_solomon/
Dtest_rslib.c27 #define __param(type, name, init, msg) \ argument
/lib/zstd/
Ddecompress.c752 …SeqTable(FSE_DTable *DTableSpace, const FSE_DTable **DTablePtr, symbolEncodingType_e type, U32 max… in ZSTD_buildSeqTable()