Searched defs:__round_mask (Results 1 – 10 of 10) sorted by relevance
| /external/bpftool/include/linux/ |
| D | kernel.h | 32 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
|
| /external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
| D | test_xdp_meta.c | 7 #define __round_mask(x, y) ((__typeof__(x))((y) - 1)) macro
|
| /external/libkmsxx/kms++/src/omap/ |
| D | omapframebuffer.cpp | 20 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
|
| /external/igt-gpu-tools/lib/ |
| D | igt_primes.c | 44 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
|
| /external/v4l-utils/utils/common/ |
| D | codec-fwht.h | 22 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
|
| /external/libdrm/amdgpu/ |
| D | amdgpu_internal.h | 39 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
|
| /external/libdrm/omap/ |
| D | omap_drm.c | 44 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
|
| /external/exfatprogs/include/ |
| D | libexfat.h | 19 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
|
| /external/erofs-utils/include/erofs/ |
| D | defs.h | 99 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
|
| /external/f2fs-tools/include/ |
| D | f2fs_fs.h | 601 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
|