Home
last modified time | relevance | path

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

/external/speex/ti/
Dos_support_custom.h53 #define BLOCK_MASK (sizeof(long double)-1) macro
/external/coreboot/src/arch/arm/armv7/
Dmmu.c32 #define BLOCK_MASK 0x000fffffffe00000ULL macro
62 #define BLOCK_MASK 0xfff00000UL macro
/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Dblock.rs52 const BLOCK_MASK: usize = !(BLOCK_CAP - 1); constant
/external/coreboot/util/riscv/
Dsifive-gpt.py13 BLOCK_MASK = BLOCK_SIZE - 1 variable