Searched +defs:suffix +defs:y (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/arch/powerpc/include/asm/ |
D | inst.h | 62 #define ppc_inst_prefix(x, y) ((ppc_inst_t){ .val = (x), .suffix = (y) }) argument 70 #define ppc_inst_prefix(x, y) ((void)y, ppc_inst(x)) argument 97 static inline bool ppc_inst_equal(ppc_inst_t x, ppc_inst_t y) in ppc_inst_equal() 144 unsigned int val, suffix; in __copy_inst_from_kernel_nofault() local
|
/linux-6.14.4/include/linux/ |
D | compiler_types.h | 79 # define __builtin_warning(x, y...) (1) argument 513 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 526 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 529 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
|
/linux-6.14.4/lib/ |
D | test_bitmap.c | 175 #define __expect_eq(suffix, ...) \ argument 188 #define expect_eq_uint(x, y) expect_eq_ulong((unsigned int)(x), (unsigned int)(y)) argument
|
/linux-6.14.4/drivers/hid/ |
D | hid-input.c | 48 __s32 y; member 1997 const char *suffix = NULL; in hidinput_allocate() local
|
D | hid-multitouch.c | 108 __s32 *x, *y, *cx, *cy, *p, *w, *h, *a; member 1105 int y; in mt_process_slot() local 1632 const char *suffix = NULL; in mt_input_configured() local
|
/linux-6.14.4/kernel/bpf/ |
D | btf.c | 1343 const char *suffix) in btf_show_end_aggr_type() 5408 const struct btf_sec_info *y = b; in btf_sec_info_cmp() local 9178 const char *field_name, u32 btf_id, const char *suffix) in btf_nested_type_is_trusted() 9400 const char *suffix) in btf_param_match_suffix()
|