Home
last modified time | relevance | path

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

/lib/
Dubsan.c60 static bool type_is_int(struct type_descriptor *type) in type_is_int()
65 static bool type_is_signed(struct type_descriptor *type) in type_is_signed()
71 static unsigned type_bit_width(struct type_descriptor *type) in type_bit_width()
76 static bool is_inline_int(struct type_descriptor *type) in is_inline_int()
86 static s_max get_signed_val(struct type_descriptor *type, void *val) in get_signed_val()
101 static bool val_is_negative(struct type_descriptor *type, void *val) in val_is_negative()
106 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val()
117 static void val_to_string(char *str, size_t size, struct type_descriptor *type, in val_to_string()
165 struct type_descriptor *type = data->type; in handle_overflow() local
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
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.c1016 enum kobj_ns_type type = ops->type; in kobj_ns_type_register() local
1041 int kobj_ns_type_registered(enum kobj_ns_type type) in kobj_ns_type_registered()
1068 bool kobj_ns_current_may_mount(enum kobj_ns_type type) in kobj_ns_current_may_mount()
1081 void *kobj_ns_grab_current(enum kobj_ns_type type) in kobj_ns_grab_current()
1095 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk) in kobj_ns_netlink()
1108 const void *kobj_ns_initial(enum kobj_ns_type type) in kobj_ns_initial()
1121 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.c230 #define BUILD_LOGIC_IO(bw, type) \ argument
Dnlattr.c163 int minlen = 0, attrlen = nla_len(nla), type = nla_type(nla); in validate_nla() local
370 u16 type = nla_type(nla); in __nla_validate_parse() local
Dkstrtox.c387 #define kstrto_from_user(f, g, type) \ argument
Ddevres.c27 enum devm_ioremap_type type) in __devm_ioremap()
Dtest_vmalloc.c19 #define __param(type, name, init, msg) \ argument
Drbtree_test.c9 #define __param(type, name, init, msg) \ argument
Dkobject_uevent.c63 enum kobject_action *type, in kobject_action_type()
Dvsprintf.c404 unsigned int type:8; /* format_type enum */ member
2770 #define save_arg(type) \ in vbin_printf() argument
2933 #define get_arg(type) \ in bstr_printf() argument
Diov_iter.c1639 ssize_t import_iovec(int type, const struct iovec __user * uvector, in import_iovec()
1662 ssize_t compat_import_iovec(int type, in compat_import_iovec()
/lib/zlib_inflate/
Dinftrees.c23 int zlib_inflate_table(codetype type, unsigned short *lens, unsigned codes, in zlib_inflate_table()
/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()