Home
last modified time | relevance | path

Searched refs:BLOCK_MASK (Results 1 – 2 of 2) 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()
/external/rust/crates/tokio/src/sync/mpsc/
Dblock.rs45 const BLOCK_MASK: usize = !(BLOCK_CAP - 1); constant
66 BLOCK_MASK & slot_index in start_index()