Home
last modified time | relevance | path

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

12345

/tools/include/linux/
Doverflow.h49 #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 …]
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()
Dcompiler-gcc.h39 #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/
Dbtf_dump_test_case_packing.c11 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
Dbtf_dump_test_case_padding.c12 long int b; member
32 int b; member
53 int b; member
76 int b __attribute__((aligned(32))); member
101 short b; member
Dcore_reloc_types.h9 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 …]
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
Dtest_core_reloc_nesting.c20 int b; member
29 union core_reloc_nesting_subunion b; member
30 } b; member
Dtest_core_reloc_flavors.c17 int b; member
24 int b; member
31 int b; member
Dbtf_dump_test_case_bitfields.c30 long int b: 2; member
59 short b; /* combined with previous bitfield */ member
82 long b: 16; member
Dtest_core_reloc_misc.c16 int a, b, c; member
32 int b; member
Dtest_l4lb.c34 #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()
Dtest_l4lb_noinline.c30 #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/
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/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/power/acpi/tools/acpidump/
Dacpidump.h15 #define INIT_GLOBAL(a,b) a=b argument
18 #define INIT_GLOBAL(a,b) a argument
/tools/perf/util/
Dperf_regs.h14 #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/
Dbuiltin-kmem.c308 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/
Db.c3 int b(void) in b() function
/tools/perf/arch/x86/util/
Dheader.c14 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/
DWW.c6 pthread_rwlock_t a, b; in main() local
DABBA.c7 pthread_mutex_t a, b; in main() local
DABA.c6 pthread_mutex_t a, b; in main() local
Dcommon.h5 #define LOCK_UNLOCK_2(a, b) \ argument

12345