/lib/ |
D | ubsan.c | 54 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()
|
D | ubsan.h | 30 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
|
D | test-kstrtox.c | 16 #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
|
D | kobject.c | 1043 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()
|
D | interval_tree_test.c | 9 #define __param(type, name, init, msg) \ argument
|
D | logic_pio.c | 235 #define BUILD_LOGIC_IO(bwl, type) \ argument
|
D | devres.c | 28 enum devm_ioremap_type type) in __devm_ioremap() 137 enum devm_ioremap_type type) in __devm_ioremap_resource()
|
D | nlattr.c | 364 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
|
D | kstrtox.c | 392 #define kstrto_from_user(f, g, type) \ argument
|
D | rbtree_test.c | 9 #define __param(type, name, init, msg) \ argument
|
D | test_vmalloc.c | 21 #define __param(type, name, init, msg) \ argument
|
D | kobject_uevent.c | 63 enum kobject_action *type, in kobject_action_type()
|
D | vsprintf.c | 441 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
|
D | iov_iter.c | 1937 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/ |
D | inftrees.c | 23 int zlib_inflate_table(codetype type, unsigned short *lens, unsigned codes, in zlib_inflate_table()
|
/lib/pldmfw/ |
D | pldmfw.c | 203 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
|
D | pldmfw_private.h | 92 __le16 type; /* DescriptorType */ member
|
/lib/xz/ |
D | xz_dec_bcj.c | 28 } type; member
|
/lib/reed_solomon/ |
D | test_rslib.c | 27 #define __param(type, name, init, msg) \ argument
|
/lib/zstd/ |
D | decompress.c | 752 …SeqTable(FSE_DTable *DTableSpace, const FSE_DTable **DTablePtr, symbolEncodingType_e type, U32 max… in ZSTD_buildSeqTable()
|