Searched refs:BITS_PER_INDEX_STREAM (Results 1 – 2 of 2) sorted by relevance
914 streamNum = (*track_stream >> (i * BITS_PER_INDEX_STREAM)) & in mrsas_stream_detect()938 shiftedValuesMask = (1 << i * BITS_PER_INDEX_STREAM) - 1 ; in mrsas_stream_detect()940 BITS_PER_INDEX_STREAM); in mrsas_stream_detect()941 indexValueMask = STREAM_MASK << i * BITS_PER_INDEX_STREAM; in mrsas_stream_detect()953 ((MAX_STREAMS_TRACKED - 1) * BITS_PER_INDEX_STREAM)) & STREAM_MASK; in mrsas_stream_detect()
135 #define BITS_PER_INDEX_STREAM 4 /* number of bits per index in U32 TrackStream */ macro136 #define STREAM_MASK ((1 << BITS_PER_INDEX_STREAM) - 1)