Home
last modified time | relevance | path

Searched refs:BITS_PER_BYTE_MASK (Results 1 – 1 of 1) sorted by relevance

/tools/bpf/bpftool/
Dbtf_dumper.c18 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro
19 #define BITS_PER_BYTE_MASKED(bits) ((bits) & BITS_PER_BYTE_MASK)