International Processor Hardware Reference
Manuals
Brands
Digi Manuals
Computer Hardware
NS9215
331
332
333
334
335
336
337
338
339
340
ETHERNET COMMUNICATION MODULE
Sample hash table code
338
Har
dware Reference NS9
215
bp = rotate (bp, RIGHT
, 1);
}
}
// CRC calculation done. The 6-bit result resides in bit
// locations 28:23
result = (crc >> 23) & 0x3f;
return result;
}
1
...
...
336
337
338
339
340
...
...
517