Searched defs:STRIDE (Results 1 – 4 of 4) sorted by relevance
259 const STRIDE: usize; constant999 const STRIDE: usize = $stride; constant1014 const STRIDE: usize = $stride; constant
61 #define STRIDE t3 macro
43 #define STRIDE (2ul << 40) // 2TB macro
31 #define STRIDE(x) FIELD_PREP(STRIDE_MASK, (x) - 1) macro