/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5112.c | 362 int16_t powers[10]; local in function:ar5112SetPowerTable 430 OS_MEMCPY(&powers[0], &pRawCh->pDataPerXPD[jj].pwr_t4[0], 432 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], 443 OS_MEMCPY(&powers[0], 446 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], 457 OS_MEMCPY(&powers[0], 460 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0],
|
ar5112.c | 362 int16_t powers[10]; local in function:ar5112SetPowerTable 430 OS_MEMCPY(&powers[0], &pRawCh->pDataPerXPD[jj].pwr_t4[0], 432 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], 443 OS_MEMCPY(&powers[0], 446 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], 457 OS_MEMCPY(&powers[0], 460 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0],
|
/src/usr.sbin/makefs/ |
cd9660.c | 1062 int numbts, dot, semi, digit, digits, temp, powers, multiplier, count; local in function:cd9660_rename_filename 1081 powers = 1; 1085 while (((int)(i / powers) ) >= 10) { 1087 powers = powers * 10; 1148 digit = (int)(temp / powers); 1149 temp = temp - digit * powers; 1153 powers = powers / 10;
|
cd9660.c | 1062 int numbts, dot, semi, digit, digits, temp, powers, multiplier, count; local in function:cd9660_rename_filename 1081 powers = 1; 1085 while (((int)(i / powers) ) >= 10) { 1087 powers = powers * 10; 1148 digit = (int)(temp / powers); 1149 temp = temp - digit * powers; 1153 powers = powers / 10;
|