Searched refs:pMin (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/cortex/addons/common/
H A DAudioBuffer.h138 // pMin and pMax must point to arrays with enough room
142 // (if pMin isn't provided, the maximum _absolute_ levels will
151 void findMin(float* pMin, uint32* pAt=0) const;
153 float* pMin, uint32* pAt=0) const;
H A DAudioBuffer.cpp267 // pMax and pMin must point to arrays with enough room
271 // (if pMin isn't provided, the maximum absolute levels will
274 void AudioBuffer::findMin(float* pMin, uint32* pAt /*=0*/) const { argument
275 findMin(0, m_frames, pMin, pAt);
279 float* pMin, uint32* pAt /*=0*/) const {
316 if(fCur < pMin[n % channels]) {
317 pMin[n % channels] = fCur;
278 findMin(uint32 fromFrame, uint32 frameCount, float* pMin, uint32* pAt ) const argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5112.c647 int16_t pMin, currPower, pMax; local
651 pMin = pwrTableT4[63] - 126;
653 pMin = pwrTableT4[0];
680 return pMin;
695 int16_t pMin, pMax, currPower; local
701 pMin = pwrTableLXpdT4[63] - 126;
703 pMin = pwrTableHXpdT4[0];
738 return pMin;

Completed in 80 milliseconds