| /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()
|
| D | compiler-gcc.h | 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 | 11 short b; member 16 short b; member 21 int b; member 26 int b; member 32 long int b; member 41 char b; member 48 int b; member
|
| D | btf_dump_test_case_padding.c | 12 long int b; member 32 int b; member 53 int b; member 76 int b __attribute__((aligned(32))); member 101 short b; member
|
| D | core_reloc_types.h | 9 int b; member 16 int b; member 29 int b; member 37 union core_reloc_nesting_subunion b; member 38 } b; member 51 int b; member 52 } b; member 53 } b; member 71 int b; member 72 } b; member [all …]
|
| 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 | 20 int b; member 29 union core_reloc_nesting_subunion b; member 30 } b; member
|
| D | test_core_reloc_flavors.c | 17 int b; member 24 int b; member 31 int b; member
|
| D | btf_dump_test_case_bitfields.c | 30 long int b: 2; member 59 short b; /* combined with previous bitfield */ member 82 long b: 16; member
|
| D | test_core_reloc_misc.c | 16 int a, b, c; member 32 int b; 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/tests/ |
| D | time-utils-test.c | 159 u64 b = 1234567123456789ULL; in test__time_utils() local 172 u64 b = 1234567123456789ULL; in test__time_utils() local 189 u64 b = 7654321ULL * NSEC_PER_SEC; in test__time_utils() local 204 u64 b = 7654321ULL * NSEC_PER_SEC; in test__time_utils() local 219 u64 b = 11223344ULL * NSEC_PER_SEC; in test__time_utils() local 234 u64 b = 11223344ULL * NSEC_PER_SEC; in test__time_utils() local
|
| /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/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/perf/util/ |
| D | perf_regs.h | 14 #define SMPL_REG(n, b) { .name = #n, .mask = 1ULL << (b) } argument 15 #define SMPL_REG2(n, b) { .name = #n, .mask = 3ULL << (b) } 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 | b.c | 3 int b(void) in b() 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 | WW.c | 6 pthread_rwlock_t a, b; in main() local
|
| D | ABBA.c | 7 pthread_mutex_t a, b; in main() local
|
| D | ABA.c | 6 pthread_mutex_t a, b; in main() local
|
| D | common.h | 5 #define LOCK_UNLOCK_2(a, b) \ argument
|