Searched defs:msbyte (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent.c308 int msbyte; local
327 * msbyte: the index of the most significant byte in the n_addr array.
332 msbyte = nwent->n_length / 8 +
334 for (i = 0; i <= msbyte; i++)
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c3514 unsigned char msbyte; local
3522 msbyte = bignum[i];
3524 if (msbyte & 0x80) {
3527 msbyte <<= 1;

Completed in 311 milliseconds