Lines Matching refs:tmp
1686 u64 tmp; in StreamReInit() local
1747 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()
1749 StreamInfo.boundary[index] = tmp - offset1; in StreamReInit()
1812 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()
1814 if (tmp > (bufferSampleNum >> 1)) in StreamReInit()
1816 StreamInfo.boundary[index] = tmp - offset1; in StreamReInit()
1820 StreamInfo.boundary[index] = tmp + (bufferSampleNum - offset1); in StreamReInit()
2037 u64 tmp; in StreamReInit() local
2097 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()
2099 StreamInfo.boundary[index] = tmp - offset1; in StreamReInit()
2162 tmp = StreamInfo.boundary[index] % bufferSampleNum; in StreamReInit()
2164 if (tmp > (bufferSampleNum >> 1)) in StreamReInit()
2166 StreamInfo.boundary[index] = tmp - offset1; in StreamReInit()
2170 StreamInfo.boundary[index] = tmp + (bufferSampleNum - offset1); in StreamReInit()
2376 u64 tmp; in FillStreamBuffer() local
2385 tmp = StreamInfo.endSampleNum; in FillStreamBuffer()
2390 tmp += actualSample; in FillStreamBuffer()
2407 EntryBoundary(tmp); in FillStreamBuffer()