Searched refs:BLOCK_MASK (Results 1 – 1 of 1) 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()