Searched defs:ALIGN (Results 1 – 10 of 10) sorted by relevance
| /tools/include/linux/ |
| D | align.h | 8 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
|
| /tools/testing/selftests/bpf/ |
| D | trace_helpers.h | 8 #define ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1) macro
|
| /tools/testing/selftests/mm/ |
| D | migration.c | 21 #define ALIGN(x, a) (((x) + (a - 1)) & (~((a) - 1))) macro
|
| D | hmm-tests.c | 58 #define ALIGN(x, a) (((x) + (a - 1)) & (~((a) - 1))) macro
|
| /tools/perf/util/include/linux/ |
| D | linkage.h | 31 #define ALIGN __ALIGN macro
|
| /tools/firmware/ |
| D | ihex2fw.c | 26 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
|
| /tools/virtio/ringtest/ |
| D | ptr_ring.c | 18 #define ALIGN(x, a) (((x) + (a) - 1) / (a) * (a)) macro
|
| /tools/hv/ |
| D | vmbus_bufring.c | 31 #define ALIGN(val, align) ((typeof(val))((val) & (~((typeof(val))((align) - 1))))) macro
|
| /tools/testing/scatterlist/linux/ |
| D | mm.h | 35 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) macro
|
| /tools/virtio/ |
| D | vringh_test.c | 25 #define ALIGN 4096 macro
|