Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dbtf_dumper.c18 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro
/openbmc/linux/fs/exfat/
H A Dexfat_fs.h138 #define BITS_PER_BYTE_MASK 0x7 macro
/openbmc/linux/kernel/bpf/
H A Dbtf.c176 #define BITS_PER_BYTE_MASK (BITS_PER_BYTE - 1) macro