Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 196) sorted by relevance

12345678

/tools/include/linux/
Dmath64.h8 static inline u64 mul_u64_u64_div64(u64 a, u64 b, u64 c) in mul_u64_u64_div64()
22 static inline u64 mul_u64_u32_shr(u64 a, u32 b, unsigned int shift) in mul_u64_u32_shr()
30 static inline u64 mul_u32_u32(u32 a, u32 b) in mul_u32_u32()
40 static inline u64 mul_u32_u32(u32 a, u32 b) in mul_u32_u32()
46 static inline u64 mul_u64_u32_shr(u64 a, u32 b, unsigned int shift) in mul_u64_u32_shr()
64 static inline u64 mul_u64_u64_div64(u64 a, u64 b, u64 c) in mul_u64_u64_div64()
Djhash.h35 #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()
Doverflow.h44 #define check_add_overflow(a, b, d) ({ \ argument
53 #define check_sub_overflow(a, b, d) ({ \ argument
62 #define check_mul_overflow(a, b, d) ({ \ argument
82 static inline __must_check size_t array_size(size_t a, size_t b) in array_size()
104 static inline __must_check size_t array3_size(size_t a, size_t b, size_t c) in array3_size()
/tools/testing/selftests/bpf/
Dsdt.h49 # define _SDT_ASM_2(a, b) a,b; argument
50 # define _SDT_ASM_3(a, b, c) a,b,c; argument
51 # define _SDT_ASM_5(a, b, c, d, e) a,b,c,d,e; argument
56 # define _SDT_DEPAREN_2(a,b) a b argument
57 # define _SDT_DEPAREN_3(a,b,c) a b c argument
58 # define _SDT_DEPAREN_4(a,b,c,d) a b c d argument
59 # define _SDT_DEPAREN_5(a,b,c,d,e) a b c d e argument
60 # define _SDT_DEPAREN_6(a,b,c,d,e,f) a b c d e f argument
61 # define _SDT_DEPAREN_7(a,b,c,d,e,f,g) a b c d e f g argument
62 # define _SDT_DEPAREN_8(a,b,c,d,e,f,g,h) a b c d e f g h argument
[all …]
/tools/gpio/
Dgpio-utils.h45 static inline void gpiotools_set_bit(__u64 *b, int n) in gpiotools_set_bit()
50 static inline void gpiotools_change_bit(__u64 *b, int n) in gpiotools_change_bit()
55 static inline void gpiotools_clear_bit(__u64 *b, int n) in gpiotools_clear_bit()
60 static inline int gpiotools_test_bit(__u64 b, int n) in gpiotools_test_bit()
65 static inline void gpiotools_assign_bit(__u64 *b, int n, bool value) in gpiotools_assign_bit()
/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_packing.c11 short b; member
16 short b; member
21 int b; member
26 int b; member
32 long b; member
41 char b; member
48 int b; member
122 char b; member
127 struct nested_packed_struct b; member
132 struct nested_packed_struct b; member
Dtracing_struct.c13 long b; member
24 int BPF_PROG2(test_struct_arg_1, struct bpf_testmod_struct_arg_2, a, int, b, int, c) in BPF_PROG2() argument
34 int BPF_PROG2(test_struct_arg_2, struct bpf_testmod_struct_arg_2, a, int, b, int, c, int, ret) in BPF_PROG2() argument
53 int BPF_PROG2(test_struct_arg_3, int, a, struct bpf_testmod_struct_arg_2, b, int, c) in BPF_PROG2() argument
63 int BPF_PROG2(test_struct_arg_4, int, a, struct bpf_testmod_struct_arg_2, b, int, c, int, ret) in BPF_PROG2() argument
70 int BPF_PROG2(test_struct_arg_5, int, a, int, b, struct bpf_testmod_struct_arg_2, c) in BPF_PROG2() argument
80 int BPF_PROG2(test_struct_arg_6, int, a, int, b, struct bpf_testmod_struct_arg_2, c, int, ret) in BPF_PROG2() argument
87 int BPF_PROG2(test_struct_arg_7, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument
100 int BPF_PROG2(test_struct_arg_8, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument
Dfentry_test.c19 int BPF_PROG(test2, int a, __u64 b) in BPF_PROG()
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()
Dtest_trampoline_count.c7 int BPF_PROG(fentry_test, int a, int *b) in BPF_PROG()
13 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) in BPF_PROG()
19 int BPF_PROG(fexit_test, int a, int *b, int ret) in BPF_PROG()
Dfexit_test.c19 int BPF_PROG(test2, int a, __u64 b, int ret) in BPF_PROG()
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()
Dmodify_return.c18 int BPF_PROG(fentry_test, int a, __u64 b) in BPF_PROG()
27 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) in BPF_PROG()
37 int BPF_PROG(fexit_test, int a, __u64 b, int ret) in BPF_PROG()
Dtest_jhash.h12 #define __jhash_mix(a, b, c) \ argument
22 #define __jhash_final(a, b, c) \ argument
38 u32 a, b, c; in jhash() local
Dbtf_data.c5 int b; member
11 int b; member
17 int b; member
23 int b; member
Dbtf_dump_test_case_padding.c12 long b; member
32 int b; member
40 int b; member
63 int b __attribute__((aligned(32))); member
88 short b; member
102 short b; member
127 char b; member
Dcore_reloc_types.h41 int b; member
48 int b; member
61 int b; member
69 union core_reloc_nesting_subunion b; member
70 } b; member
83 int b; member
84 } b; member
85 } b; member
103 int b; member
104 } b; member
[all …]
/tools/perf/tests/
Dtime-utils-test.c159 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/lib/bpf/
Dbpf_core_read.h263 #define ___concat(a, b) a ## b argument
281 #define ___last3(a, b, x) x argument
282 #define ___last4(a, b, c, x) x argument
283 #define ___last5(a, b, c, d, x) x argument
284 #define ___last6(a, b, c, d, e, x) x argument
285 #define ___last7(a, b, c, d, e, f, x) x argument
286 #define ___last8(a, b, c, d, e, f, g, x) x argument
287 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
288 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument
292 #define ___nolast3(a, b, _) a, b argument
[all …]
/tools/testing/radix-tree/trace/events/
Dmaple_tree.h3 #define trace_ma_op(a, b) do {} while (0) argument
4 #define trace_ma_read(a, b) do {} while (0) argument
5 #define trace_ma_write(a, b, c, d) do {} while (0) argument
/tools/perf/util/
Dperf_regs.h15 #define SMPL_REG_MASK(b) (1ULL << (b)) argument
16 #define SMPL_REG(n, b) { .name = #n, .mask = SMPL_REG_MASK(b) } argument
17 #define SMPL_REG2_MASK(b) (3ULL << (b)) argument
18 #define SMPL_REG2(n, b) { .name = #n, .mask = SMPL_REG2_MASK(b) } argument
Ddsos.c15 static int __dso_id__cmp(struct dso_id *a, struct dso_id *b) in __dso_id__cmp()
59 static int dso_id__cmp(struct dso_id *a, struct dso_id *b) in dso_id__cmp()
71 int dso__cmp_id(struct dso *a, struct dso *b) in dso__cmp_id()
110 static int __dso__cmp_long_name(const char *long_name, struct dso_id *id, struct dso *b) in __dso__cmp_long_name()
116 static int __dso__cmp_short_name(const char *short_name, struct dso_id *id, struct dso *b) in __dso__cmp_short_name()
122 static int dso__cmp_short_name(struct dso *a, struct dso *b) in dso__cmp_short_name()
/tools/testing/selftests/proc/
Dproc-self-map-files-001.c26 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
Dproc-self-map-files-002.c26 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/selftests/powerpc/nx-gzip/include/
Dcopy-paste.h12 #define ___PPC_RB(b) (((b) & 0x1f) << 11) argument
17 #define PPC_COPY(a, b) stringify_in_c(.long PPC_INST_COPY | \ argument
19 #define PPC_PASTE(a, b) stringify_in_c(.long PPC_INST_PASTE | \ argument
/tools/lib/
Dlist_sort.c16 struct list_head *a, struct list_head *b) in merge()
52 struct list_head *a, struct list_head *b) in merge_final()
222 struct list_head *a = *tail, *b = a->prev; in list_sort() local
/tools/testing/selftests/filesystems/fuse/
Dtest_framework.h135 #define _CALL_TO(_type, name, a, b, o) \ argument
140 #define TESTOPERATOR(a, b, o) \ argument
153 #define TESTEQUAL(a, b) TESTOPERATOR(a, b, _eq) argument
154 #define TESTNE(a, b) TESTOPERATOR(a, b, _ne) argument
155 #define TESTGE(a, b) TESTOPERATOR(a, b, _ge) argument

12345678