Searched defs:BITS_PER_BYTE_MASK (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/bpf/bpftool/ | ||
| H A D | btf_dumper.c | 18 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro |
| /linux/kernel/bpf/ | ||
| H A D | btf.c | 178 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro |