Searched refs:phs (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/netinet6/
H A Din6_cksum.c96 uint16_t phs[4]; member in union:__anon4515
145 sum += uph.phs[0]; sum += uph.phs[1];
146 sum += uph.phs[2]; sum += uph.phs[3];
/openbsd-current/sys/dev/ic/
H A Dar9003.c2228 int32_t mag[2][2], phs[2][2], cos[2], sin[2]; local
2261 phs[i][j] = (c * SCALE) / p;
2264 cos[i] = ((phs[i][0] - phs[i][1]) * SHIFT) / DELPT;
2285 f3 * ( phs[0][0] - phs[1][0])) / f2;
2288 f1 * ( phs[0][0] - phs[1][0])) / f2;
2296 rxphs = phs[0][0] + (sin[0] * txmag - cos[0] * txphs) / SCALE;

Completed in 75 milliseconds