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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.cpp359 static const PRUint16 sShift[7] = { 0, 0, 6, 12, 18, 24, 30 }; local
369 h = (h>>28) ^ (h<<4) ^ (sBytePrefix[code_length] | (U>>sShift[code_length]));

Completed in 279 milliseconds