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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCRC.cpp78 int TableIdx = (CRC ^ Byte) & 0xff; local
79 CRC = CRCTable[TableIdx] ^ (CRC >> 8);

Completed in 62 milliseconds