Searched refs:x (Results 1 – 10 of 10) sorted by relevance
/samples/auxdisplay/ |
D | cfag12864b-example.c | 28 #define CFAG12864B_ADDRESS(x, y) ((y) * CFAG12864B_WIDTH / \ argument 29 CFAG12864B_BPB + (x) / CFAG12864B_BPB) 34 #define CFAG12864B_CHECK(x, y) ((x) < CFAG12864B_WIDTH && \ argument 37 #define CFAG12864B_CHECK(x, y) (1) argument 79 static void cfag12864b_set(unsigned char x, unsigned char y) in cfag12864b_set() argument 81 if (CFAG12864B_CHECK(x, y)) in cfag12864b_set() 82 cfag12864b_buffer[CFAG12864B_ADDRESS(x, y)] |= in cfag12864b_set() 83 CFAG12864B_BIT(x % CFAG12864B_BPB); in cfag12864b_set() 89 static void cfag12864b_unset(unsigned char x, unsigned char y) in cfag12864b_unset() argument 91 if (CFAG12864B_CHECK(x, y)) in cfag12864b_unset() [all …]
|
/samples/seccomp/ |
D | bpf-helper.h | 76 #define JEQ(x, jt) JEQ32(x, EXPAND(jt)) argument 77 #define JNE(x, jt) JNE32(x, EXPAND(jt)) argument 78 #define JGT(x, jt) JGT32(x, EXPAND(jt)) argument 79 #define JLT(x, jt) JLT32(x, EXPAND(jt)) argument 80 #define JGE(x, jt) JGE32(x, EXPAND(jt)) argument 81 #define JLE(x, jt) JLE32(x, EXPAND(jt)) argument 82 #define JA(x, jt) JA32(x, EXPAND(jt)) argument 103 #define JEQ(x, jt) \ argument 104 JEQ64(((union arg64){.u64 = (x)}).lo32, \ 105 ((union arg64){.u64 = (x)}).hi32, \ [all …]
|
D | user-trap.c | 24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) argument
|
/samples/bpf/ |
D | asm_goto_workaround.h | 14 #define asm_volatile_goto(x...) asm volatile("invalid use of asm_volatile_goto") argument 27 #define volatile(x...) volatile("") argument
|
D | do_hbm_test.sh | 74 cc=x 417 for x in $ttx ; do 419 cg=$x ; v=0 422 id=$x ; v=1 425 type=$x ; bpftool cgroup detach $cg $type id $id
|
D | cookie_uid_helper_example.c | 34 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) argument
|
/samples/vfs/ |
D | test-fsmount.c | 18 #define E(x) do { if ((x) == -1) { perror(#x); exit(1); } } while(0) argument
|
/samples/kobject/ |
D | kset-example.c | 35 #define to_foo_obj(x) container_of(x, struct foo_obj, kobj) argument 43 #define to_foo_attr(x) container_of(x, struct foo_attribute, attr) argument
|
/samples/pktgen/ |
D | README.rst | 30 -x : ($DEBUG) debug
|
/samples/mic/mpssd/ |
D | mpssd.c | 40 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) argument 42 #define min_t(type, x, y) ({ \ argument 43 type __min1 = (x); \ 57 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) argument 1595 change_virtblk_backend(int x, siginfo_t *siginfo, void *p) in change_virtblk_backend() argument
|