Searched refs:pMax (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
143 // be written to pMax)
155 void findMax(float* pMax, uint32* pAt=0) const;
157 float* pMax, uint32* pAt=0) const;
H A DAudioBuffer.cpp267 // pMax and pMin must point to arrays with enough room
272 // be written to pMax)
327 void AudioBuffer::findMax(float* pMax, uint32* pAt /*=0*/) const { argument
328 findMax(0, m_frames, pMax, pAt);
332 float* pMax, uint32* pAt /*=0*/) const {
369 if(fCur > pMax[n % channels]) {
370 pMax[n % channels] = fCur;
331 findMax(uint32 fromFrame, uint32 frameCount, float* pMax, 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
656 pMax = pwrTableT4[63];
660 while ((pwrTableT4[jjMax] > (pMax - 1) ) && (jjMax >= 0)) {
665 currPower = pMax;
695 int16_t pMin, pMax, currPower; local
706 pMax = pwrTableLXpdT4[63];
709 while ((pwrTableLXpdT4[jjMax] > (pMax - 1) ) && (jjMax >= 0)){
716 currPower = pMax;

Completed in 91 milliseconds