Home
last modified time | relevance | path

Searched defs:BIT_MASK (Results 1 - 3 of 3) sorted by relevance

/third_party/exfatprogs/include/
H A Dlibexfat.h99 #define BIT_MASK(__c) (1 << ((__c) % BITS_PER)) macro
/third_party/python/Modules/_ctypes/
H A Dcfield.c408 #define BIT_MASK(type, size) (((((type)1 << (NUM_BITS(size) - 1)) - 1) << 1) + 1) macro
/third_party/f2fs-tools/include/
H A Df2fs_fs.h578 #define BIT_MASK(nr) (1 << (nr % BITS_PER_LONG)) macro

Completed in 7 milliseconds