Searched refs:BLOCK_MASK (Results 1 – 2 of 2) sorted by relevance
53 #define BLOCK_MASK (sizeof(long double)-1) macro61 ptr = (void *) (((int)spxGlobalHeapPtr + BLOCK_MASK) & ~BLOCK_MASK); //Start on 8 boundary in speex_alloc()85 ptr = (void *) (((int)spxGlobalScratchPtr + BLOCK_MASK) & ~BLOCK_MASK); //Start on 8 boundary in speex_alloc_scratch()
45 const BLOCK_MASK: usize = !(BLOCK_CAP - 1); constant66 BLOCK_MASK & slot_index in start_index()