Searched defs:BLOCK_MASK (Results 1 – 4 of 4) sorted by relevance
53 #define BLOCK_MASK (sizeof(long double)-1) macro
32 #define BLOCK_MASK 0x000fffffffe00000ULL macro62 #define BLOCK_MASK 0xfff00000UL macro
52 const BLOCK_MASK: usize = !(BLOCK_CAP - 1); constant
13 BLOCK_MASK = BLOCK_SIZE - 1 variable