/src/games/hack/ |
hack.dog.c | 193 int udist, chi = 0, i, whappr; local in function:dog_move 362 chi = -1; 408 chi = i; 450 chi = i; 456 if (info[chi] & ALLOW_U) {
|
hack.mon.c | 322 schar chi; local in function:m_move 325 schar mmoved = 0; /* not strictly nec.: chi >= 0 will 469 chi = -1; 492 chi = i; 498 if (info[chi] & ALLOW_M) { 507 if (info[chi] & ALLOW_U) {
|
hack.shk.c | 946 schar shkroom, chi, chcnt, cnt; local in function:shk_move 1046 chi = -1; 1061 chi = i; 1075 chi = i; 1080 if (info[chi] & ALLOW_M) { 1088 } else if (info[chi] & ALLOW_U) {
|
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_reset.c | 2365 uint16_t clo = 0, chi = 0, twiceMaxEdgePower; local in function:ar5212GetMaxEdgePower 2377 numEdges, &clo, &chi); 2384 if ((clo == chi && clo == channel) || (pRdEdgesPower[i].flag)) { 2443 uint16_t clo = 0, chi = 0, ixlo, ixhi; local in function:ar5212GetTargetPowers 2451 numChannels, &clo, &chi); 2459 if (chi == tempChannelList[i]) { 2469 pNewPower->twicePwr6_24 = interpolate(chan->channel, clo, chi, 2471 pNewPower->twicePwr36 = interpolate(chan->channel, clo, chi, 2473 pNewPower->twicePwr48 = interpolate(chan->channel, clo, chi, 2475 pNewPower->twicePwr54 = interpolate(chan->channel, clo, chi, [all...] |
/src/sys/external/isc/atheros_hal/dist/ar5416/ |
ar5416_reset.c | 1701 uint16_t clo, chi; local in function:ar5416GetTargetPowers 1740 chi = fbin2freq(powInfo[lowIndex + 1].bChannel, IS_CHAN_2GHZ(chan)); 1743 pNewPower->tPow2x[i] = (uint8_t)interpolate(freq, clo, chi, 1761 uint16_t clo, chi; local in function:ar5416GetTargetPowersLeg 1800 chi = fbin2freq(powInfo[lowIndex + 1].bChannel, IS_CHAN_2GHZ(chan)); 1803 pNewPower->tPow2x[i] = (uint8_t)interpolate(freq, clo, chi,
|