| /tools/include/linux/ |
| 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 | 22 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0])) argument 34 #define __printf(a, b) __attribute__((format(printf, a, b))) argument 35 #define __scanf(a, b) __attribute__((format(scanf, a, b))) argument
|
| /tools/perf/util/ |
| D | genelf.h | 48 #define ELF_ST_TYPE(a) ELF64_ST_TYPE(a) argument 49 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) argument 50 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a) argument 57 #define ELF_ST_TYPE(a) ELF32_ST_TYPE(a) argument 58 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) argument 59 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(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 134 #define list_add_tail(a, b) do {} while (0) argument 135 #define list_del(a) do {} while (0) argument 136 #define list_for_each_entry(a, b, c) while (0) argument
|
| /tools/power/acpi/tools/acpidump/ |
| D | acpidump.h | 49 #define INIT_GLOBAL(a,b) a=b argument 52 #define INIT_GLOBAL(a,b) a argument
|
| /tools/lib/subcmd/ |
| D | parse-options.h | 137 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), … argument 138 #define OPT_STRING_OPTARG(s, l, v, a, h, d) \ argument 142 #define OPT_STRING_OPTARG_SET(s, l, v, os, a, h, d) \ argument 147 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name… argument 150 #define OPT_CALLBACK(s, l, v, a, h, f) \ argument 152 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ argument 154 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ argument 156 #define OPT_CALLBACK_DEFAULT_NOOPT(s, l, v, a, h, f, d) \ argument 160 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ argument
|
| /tools/perf/arch/x86/util/ |
| D | header.c | 11 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, in cpuid() 26 unsigned int a, b, c, d, lvl; in __get_cpuid() local
|
| /tools/perf/ |
| D | builtin-kmem.c | 303 static int funcmp(const void *a, const void *b) in funcmp() 314 static int callcmp(const void *a, const void *b) in callcmp() 613 static int gfpcmp(const void *a, const void *b) in gfpcmp() 1409 static int ptr_cmp(void *a, void *b) in ptr_cmp() 1426 static int slab_callsite_cmp(void *a, void *b) in slab_callsite_cmp() 1443 static int hit_cmp(void *a, void *b) in hit_cmp() 1460 static int bytes_cmp(void *a, void *b) in bytes_cmp() 1477 static int frag_cmp(void *a, void *b) in frag_cmp() 1498 static int pingpong_cmp(void *a, void *b) in pingpong_cmp() 1516 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/testing/selftests/bpf/ |
| 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_pkt_md_access.c | 23 #define TEST_FIELD_OFFSET(a, b) ((sizeof(a) - sizeof(b)) / sizeof(b)) argument
|
| /tools/lib/lockdep/tests/ |
| D | unlock_balance.c | 6 pthread_mutex_t a; in main() local
|
| D | AA.c | 6 pthread_mutex_t a; in main() local
|
| D | common.h | 5 #define LOCK_UNLOCK_2(a, b) \ argument
|
| 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 | ABBCCA.c | 7 pthread_mutex_t a, b, c; in main() local
|
| D | ABCABC.c | 7 pthread_mutex_t a, b, c; in main() local
|
| D | ABCDBDDA.c | 7 pthread_mutex_t a, b, c, d; in main() local
|
| D | ABCDBCDA.c | 7 pthread_mutex_t a, b, c, d; in main() local
|
| D | ABBCCDDA.c | 7 pthread_mutex_t a, b, c, d; in main() local
|
| D | ABBA_2threads.c | 5 pthread_mutex_t a = PTHREAD_MUTEX_INITIALIZER; variable
|
| /tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
| D | misc.h | 46 #define rcu_lock_acquire(a) do { } while (0) argument 47 #define rcu_lock_release(a) do { } while (0) argument
|
| /tools/testing/radix-tree/linux/ |
| D | cpu.h | 1 #define cpuhp_setup_state_nocalls(a, b, c, d) (0) argument
|