Lines Matching refs:pp
627 int pp, nRx, nTx; in readHexDataDemodulateProcessVhtHeNg1() local
797 pp = 0; in readHexDataDemodulateProcessVhtHeNg1()
843 powerPerSubband[pp++] = tempPow; in readHexDataDemodulateProcessVhtHeNg1()
876 powerPerSubband[pp++] = tempPow; in readHexDataDemodulateProcessVhtHeNg1()
978 int pp, nRx, nTx; local
1081 pp = 0;
1113 powerPerSubband[pp++] = myStack[1];
1118 powerPerSubband[pp++] = myStack[1];
1143 powerPerSubband[pp++] = myStack[1];
1148 powerPerSubband[pp++] = myStack[1];
2283 int tt, pp, maxIdx[NUM_PARALLEL]; local
2286 for (pp = 0; pp < NUM_PARALLEL; pp++) {
2287 currentMax[pp] = 0;
2288 maxIdx[pp] = -1;
2292 for (pp = 0; pp < NUM_PARALLEL; pp++) {
2300 pdpOutBuffer[NUM_PARALLEL*tt+pp] = currentSum;
2301 if (currentSum > currentMax[pp]) {
2302 currentMax[pp] = currentSum;
2303 maxIdx[pp] = tt;
2307 for (pp = 0; pp < NUM_PARALLEL; pp++) {
2308 maxVals[pp] = currentMax[pp];
2309 maxIndeces[pp] = maxIdx[pp];
2315 int ii, jj, pp, firstPathMin, maxIdx; local
2363 for (pp = 0; pp < NUM_PARALLEL; pp++) {
2364 …firstPathRx[pp + jj + ii*nRx] = findFirstPath(pktinfo, pdpOutBuffer + pp, maxIndeces[pp + jj + ii*…
2488 int ii, jj, pp, tt, maxIdx = -1; local
2535 for (pp = 0; pp < NUM_PARALLEL; pp++) {