| /tools/include/linux/ |
| D | overflow.h | 49 #define check_add_overflow(a, b, d) ({ \ argument 58 #define check_sub_overflow(a, b, d) ({ \ argument 67 #define check_mul_overflow(a, b, d) ({ \ argument 80 #define __unsigned_add_overflow(a, b, d) ({ \ argument 89 #define __unsigned_sub_overflow(a, b, d) ({ \ argument 101 #define __unsigned_mul_overflow(a, b, d) ({ \ argument 129 #define __signed_add_overflow(a, b, d) ({ \ argument 145 #define __signed_sub_overflow(a, b, d) ({ \ argument 172 #define __signed_mul_overflow(a, b, d) ({ \ argument 187 #define check_add_overflow(a, b, d) \ argument [all …]
|
| D | jhash.h | 35 #define __jhash_mix(a, b, c) \ argument 46 #define __jhash_final(a, b, c) \ argument 72 u32 a, b, c; in jhash() local 119 u32 a, b, c; in jhash2() local 149 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords() 160 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words() 165 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() 170 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word()
|
| D | compiler-gcc.h | 24 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0])) argument 39 #define __printf(a, b) __attribute__((format(printf, a, b))) argument 40 #define __scanf(a, b) __attribute__((format(scanf, a, b))) argument
|
| /tools/testing/selftests/bpf/progs/ |
| D | btf_dump_test_case_packing.c | 10 int a; member 15 int a; member 20 short a; member 25 short a; member 31 int a: 4; member 40 int a: 4; member 47 long int a; member
|
| D | core_reloc_types.h | 8 int a; member 15 int a; member 25 int a; member 34 struct core_reloc_nesting_substruct a; member 35 } a; member 46 int a; member 47 } a; member 48 } a; member 63 int a; member 64 } a; member [all …]
|
| D | btf_dump_test_case_padding.c | 11 int a; member 30 int a; member 49 int a; member 75 int a; member 100 int a; member
|
| D | test_jhash.h | 12 #define __jhash_mix(a, b, c) \ argument 22 #define __jhash_final(a, b, c) \ argument 38 u32 a, b, c; in jhash() local
|
| D | test_core_reloc_nesting.c | 16 int a; member 26 struct core_reloc_nesting_substruct a; member 27 } a; member
|
| D | test_core_reloc_flavors.c | 16 int a; member 25 int a; member 37 int a; member
|
| D | btf_dump_test_case_bitfields.c | 29 int a: 3; member 57 int a: 4; member 80 int a: 4; member
|
| D | test_core_reloc_misc.c | 16 int a, b, c; member 31 int a; member
|
| D | test_l4lb.c | 34 #define __jhash_mix(a, b, c) \ argument 44 #define __jhash_final(a, b, c) \ argument 61 u32 a, b, c; in jhash() local 95 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords() 104 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
|
| D | test_l4lb_noinline.c | 30 #define __jhash_mix(a, b, c) \ argument 40 #define __jhash_final(a, b, c) \ argument 57 u32 a, b, c; in jhash() local 91 static u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords() 100 static u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
|
| /tools/perf/util/ |
| D | genelf.h | 57 #define ELF_ST_TYPE(a) ELF64_ST_TYPE(a) argument 58 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) argument 59 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a) argument 66 #define ELF_ST_TYPE(a) ELF32_ST_TYPE(a) argument 67 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) argument 68 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a) argument
|
| /tools/testing/selftests/proc/ |
| D | proc-self-map-files-001.c | 26 static void pass(const char *fmt, unsigned long a, unsigned long b) in pass() 36 static void fail(const char *fmt, unsigned long a, unsigned long b) in fail() 52 unsigned long a, b; in main() local
|
| D | proc-self-map-files-002.c | 26 static void pass(const char *fmt, unsigned long a, unsigned long b) in pass() 36 static void fail(const char *fmt, unsigned long a, unsigned long b) in fail() 58 unsigned long a, b; in main() local
|
| /tools/testing/scatterlist/linux/ |
| D | mm.h | 33 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (typeof(x))(a) - 1) argument 35 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) argument 61 #define ___PASTE(a,b) a##b argument 62 #define __PASTE(a,b) ___PASTE(a,b) argument 119 #define kmemleak_alloc(a, b, c, d) argument 120 #define kmemleak_free(a) argument
|
| /tools/virtio/linux/ |
| D | kernel.h | 41 #define phys_to_virt(a) ((void *)(unsigned long)(a)) argument 48 #define __printf(a,b) __attribute__((format(printf,a,b))) argument 139 #define list_add_tail(a, b) do {} while (0) argument 140 #define list_del(a) do {} while (0) argument 141 #define list_for_each_entry(a, b, c) while (0) argument
|
| /tools/include/uapi/linux/ |
| D | in.h | 250 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) argument 256 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000) argument 262 #define IN_CLASSC(a) ((((long int) (a)) & 0xe0000000) == 0xc0000000) argument 267 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) argument 268 #define IN_MULTICAST(a) IN_CLASSD(a) argument 271 #define IN_BADCLASS(a) (((long int) (a) ) == (long int)0xffffffff) argument 272 #define IN_EXPERIMENTAL(a) IN_BADCLASS((a)) argument 274 #define IN_CLASSE(a) ((((long int) (a)) & 0xf0000000) == 0xf0000000) argument 292 #define IN_LOOPBACK(a) ((((long int) (a)) & 0xff000000) == 0x7f000000) argument
|
| /tools/power/acpi/tools/acpidump/ |
| D | acpidump.h | 15 #define INIT_GLOBAL(a,b) a=b argument 18 #define INIT_GLOBAL(a,b) a argument
|
| /tools/lib/subcmd/ |
| D | parse-options.h | 139 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), … argument 140 #define OPT_STRING_OPTARG(s, l, v, a, h, d) \ argument 144 #define OPT_STRING_OPTARG_SET(s, l, v, os, a, h, d) \ argument 149 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name… argument 152 #define OPT_CALLBACK(s, l, v, a, h, f) \ argument 154 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ argument 156 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ argument 158 #define OPT_CALLBACK_DEFAULT_NOOPT(s, l, v, a, h, f, d) \ argument 162 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ argument
|
| /tools/perf/ |
| D | builtin-kmem.c | 308 static int funcmp(const void *a, const void *b) in funcmp() 319 static int callcmp(const void *a, const void *b) in callcmp() 618 static int gfpcmp(const void *a, const void *b) in gfpcmp() 1414 static int ptr_cmp(void *a, void *b) in ptr_cmp() 1431 static int slab_callsite_cmp(void *a, void *b) in slab_callsite_cmp() 1448 static int hit_cmp(void *a, void *b) in hit_cmp() 1465 static int bytes_cmp(void *a, void *b) in bytes_cmp() 1482 static int frag_cmp(void *a, void *b) in frag_cmp() 1503 static int pingpong_cmp(void *a, void *b) in pingpong_cmp() 1521 static int page_cmp(void *a, void *b) in page_cmp() [all …]
|
| /tools/build/tests/ex/ |
| D | a.c | 3 int a(void) in a() function
|
| /tools/perf/arch/x86/util/ |
| D | header.c | 14 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, in cpuid() 29 unsigned int a, b, c, d, lvl; in __get_cpuid() local
|
| /tools/lib/lockdep/tests/ |
| D | unlock_balance.c | 6 pthread_mutex_t a; in main() local
|