/tools/include/linux/ |
D | ctype.h | 23 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument 24 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument 25 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument 26 static inline int __isdigit(int c) in __isdigit() 30 #define isdigit(c) __isdigit(c) argument 31 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument 32 #define islower(c) ((__ismask(c)&(_L)) != 0) argument 33 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument 34 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument 36 #define isspace(c) ((__ismask(c)&(_S)) != 0) 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()
|
/tools/lib/bpf/ |
D | bpf_core_read.h | 237 #define ___last4(a, b, c, x) x argument 238 #define ___last5(a, b, c, d, x) x argument 239 #define ___last6(a, b, c, d, e, x) x argument 240 #define ___last7(a, b, c, d, e, f, x) x argument 241 #define ___last8(a, b, c, d, e, f, g, x) x argument 242 #define ___last9(a, b, c, d, e, f, g, h, x) x argument 243 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument 248 #define ___nolast4(a, b, c, _) a, b, c argument 249 #define ___nolast5(a, b, c, d, _) a, b, c, d argument 250 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument [all …]
|
/tools/testing/selftests/bpf/progs/ |
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 | btf_data.c | 6 int c; member 12 int c; member 18 int c; member 24 int c; member
|
D | fentry_test.c | 27 int BPF_PROG(test3, char a, int b, __u64 c) in BPF_PROG() 35 int BPF_PROG(test4, void *a, char b, int c, __u64 d) in BPF_PROG() 43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG() 52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG()
|
D | fexit_test.c | 27 int BPF_PROG(test3, char a, int b, __u64 c, int ret) in BPF_PROG() 35 int BPF_PROG(test4, void *a, char b, int c, __u64 d, int ret) in BPF_PROG() 44 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret) in BPF_PROG() 53 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void *e, __u64 f, int ret) in BPF_PROG()
|
D | test_core_reloc_flavors.c | 19 int c; member 24 int c; member 39 int c; member
|
D | btf_dump_test_case_bitfields.c | 31 bool c: 1; /* it's really a _Bool type */ member 61 long c; member
|
D | test_core_reloc_arrays.c | 25 int c; member 32 struct core_reloc_arrays_substruct c[3]; member
|
/tools/testing/selftests/powerpc/stringloops/ |
D | strlen.c | 66 char c; in testcase() local 79 char c; in testcase() local 93 char c; in testcase() local
|
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | locks.h | 185 static inline void init_completion(struct completion *c) in init_completion() 190 static inline void wait_for_completion(struct completion *c) in wait_for_completion() 197 static inline void complete(struct completion *c) in complete() 205 static inline bool try_wait_for_completion(struct completion *c) in try_wait_for_completion() 210 static inline bool completion_done(struct completion *c) in completion_done() 216 static inline void complete_all(struct completion *c) in complete_all()
|
D | misc.h | 33 #define trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument 48 #define rcu_lockdep_assert(c, s) do { } while (0) argument 49 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) argument
|
/tools/testing/selftests/powerpc/pmu/ |
D | lib.c | 35 char c = PARENT_TOKEN; in sync_with_child() local 47 char c; in wait_for_parent() local 57 char c = CHILD_TOKEN; in notify_parent() local 66 char c = ~CHILD_TOKEN; in notify_parent_of_error() local
|
/tools/testing/selftests/powerpc/benchmarks/ |
D | mmap_bench.c | 42 char *c = mmap(NULL, MEMSIZE, PROT_READ|PROT_WRITE, in test_mmap() local 62 signed char c; in main() local
|
/tools/perf/tests/ |
D | kmod-path.c | 44 #define T(path, an, k, c, n) \ argument 47 #define M(path, c, e) \ argument
|
/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | crb.h | 135 #define crb_csb_addr(c) __be64_to_cpu(c->csb_addr) argument 136 #define crb_nx_fault_addr(c) __be64_to_cpu(c->stamp.nx.fault_storage_addr) argument 137 #define crb_nx_flags(c) c->stamp.nx.flags argument 138 #define crb_nx_fault_status(c) c->stamp.nx.fault_status argument 139 #define crb_nx_pswid(c) c->stamp.nx.pswid argument
|
/tools/perf/ |
D | perf.c | 100 struct pager_config *c = data; in pager_command_config() local 110 struct pager_config c; in check_pager_config() local 119 struct pager_config *c = data; in browser_command_config() local 134 struct pager_config c; in check_browser_config() local
|
/tools/perf/util/ |
D | config.c | 49 int c; in get_next_char() local 80 int c = get_next_char(); in parse_value() local 139 static inline int iskeychar(int c) in iskeychar() 146 int c; in get_value() local 175 static int get_extended_base_var(char *name, int baselen, int c) in get_extended_base_var() 216 int c = get_next_char(); in get_base_var() local 242 int line, c = get_next_char(); in perf_parse_file() local
|
/tools/build/tests/ex/ |
D | c.c | 3 int c(void) in c() function
|
/tools/build/feature/ |
D | test-libdebuginfod.c | 6 debuginfod_client* c = debuginfod_begin(); in main() local
|
/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 | ABCABC.c | 7 pthread_mutex_t a, b, c; in main() local
|
D | ABBCCA.c | 7 pthread_mutex_t a, b, c; in main() local
|
/tools/testing/radix-tree/linux/ |
D | cpu.h | 1 #define cpuhp_setup_state_nocalls(a, b, c, d) (0) argument
|