Lines Matching refs:kk

626 	int ii, jj, kk, bb;  in readHexDataDemodulateProcessVhtHeNg1()  local
821 for (kk = 0; kk < numPilots / 2; kk++) { in readHexDataDemodulateProcessVhtHeNg1()
822 numTonesIt = pilotIdx[kk] - tonePos; in readHexDataDemodulateProcessVhtHeNg1()
824 tonePos = pilotIdx[kk] + 1; // move write ptr in readHexDataDemodulateProcessVhtHeNg1()
854 for (; kk < numPilots; kk++) { in readHexDataDemodulateProcessVhtHeNg1()
855 numTonesIt = pilotIdx[kk] - tonePos; in readHexDataDemodulateProcessVhtHeNg1()
857 tonePos = pilotIdx[kk] + 1; in readHexDataDemodulateProcessVhtHeNg1()
1275 int ii, jj, kk, bb; local
1427 for (kk = 0; kk < extraSc; kk++) {
1428 tempValLd = readPtr[extraScIdx[kk]];
1438 readPtr[extraScIdx[kk]] = tempValSt;
1468 for (kk = 0; kk < numPilots; kk++){
1469 tempValLd = readPtr[pilotIdx[kk] + 1];
1476 tempValLd = readPtr[pilotIdx[kk] - 1];
1487 readPtr[pilotIdx[kk]] = tempValSt;
2050 int ii, jj, kk; local
2064 for(kk=0; kk < NUM_PARALLEL*scOffset; kk++){
2065 writePtr[kk]=0;
2067 for(kk = NUM_PARALLEL*(scOffset+numSubbands*subbandSize); kk < NUM_PARALLEL*ifftSizeOsf ; kk++){
2068 writePtr[kk]=0;
2077 int ii, jj, kk; local
2099 for(kk=0;kk<subbandSize;kk++){
2117 for(kk=subbandSize;kk<2*subbandSize;kk++){
2118 tempI = writePtr[2*kk];
2119 tempQ = writePtr[2*kk+1];
2120 writePtr[2*kk] = tempQ;
2121 writePtr[2*kk+1] = -tempI;
2127 for(kk=0;kk<subbandSize;kk++){
2147 for(kk=0;kk<subbandSize;kk++){
2148 tempI = writePtr[2*kk];
2149 tempQ = writePtr[2*kk+1];
2150 writePtr[2*kk] = -tempI;
2151 writePtr[2*kk+1] = -tempQ;
2158 for(kk=0;kk<subbandSize;kk++){
2179 for (kk = 4 * subbandSize;kk < 5 * subbandSize;kk++) {
2180 tempI = writePtr[2 * kk];
2181 tempQ = writePtr[2 * kk + 1];
2182 writePtr[2 * kk] = tempQ;
2183 writePtr[2 * kk + 1] = -tempI;
2185 for (kk = 5 * subbandSize;kk < 8 * subbandSize;kk++) {
2186 tempI = writePtr[2 * kk];
2187 tempQ = writePtr[2 * kk + 1];
2188 writePtr[2 * kk] = -tempQ;
2189 writePtr[2 * kk + 1] = tempI;
2193 for (kk = 4 * subbandSize;kk < 5 * subbandSize;kk++) {
2194 tempI = writePtr[2 * kk];
2195 tempQ = writePtr[2 * kk + 1];
2196 writePtr[2 * kk] = -tempQ;
2197 writePtr[2 * kk + 1] = tempI;
2199 for (kk = 5 * subbandSize;kk < 8 * subbandSize;kk++) {
2200 tempI = writePtr[2 * kk];
2201 tempQ = writePtr[2 * kk + 1];
2202 writePtr[2 * kk] = tempQ;
2203 writePtr[2 * kk + 1] = -tempI;
2207 for (kk = 4 * subbandSize;kk < 5 * subbandSize;kk++) {
2208 tempI = writePtr[2 * kk];
2209 tempQ = writePtr[2 * kk + 1];
2210 writePtr[2 * kk] = -tempI;
2211 writePtr[2 * kk + 1] = -tempQ;
2220 for (kk = 4 * subbandSize;kk < 8 * subbandSize;kk++) {
2221 tempI = writePtr[2 * kk];
2222 tempQ = writePtr[2 * kk + 1];
2223 writePtr[2 * kk] = -tempQ;
2224 writePtr[2 * kk + 1] = tempI;
2228 for (kk = 4 * subbandSize;kk < 8 * subbandSize;kk++) {
2229 tempI = writePtr[2 * kk];
2230 tempQ = writePtr[2 * kk + 1];
2231 writePtr[2 * kk] = tempQ;
2232 writePtr[2 * kk + 1] = -tempI;