Home
last modified time | relevance | path

Searched refs:BLOCK_MASK (Results 1 – 1 of 1) sorted by relevance

/external/speex/ti/
Dos_support_custom.h53 #define BLOCK_MASK (sizeof(long double)-1) macro
61 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()