Searched refs:STREAM_MASK (Results 1 – 2 of 2) sorted by relevance
914 STREAM_MASK; in mrsas_stream_detect()940 indexValueMask = STREAM_MASK << i * BITS_PER_INDEX_STREAM; in mrsas_stream_detect()952 ((MAX_STREAMS_TRACKED - 1) * BITS_PER_INDEX_STREAM)) & STREAM_MASK; in mrsas_stream_detect()
136 #define STREAM_MASK ((1 << BITS_PER_INDEX_STREAM) - 1) macro