Home
last modified time | relevance | path

Searched refs:FindMSBSet (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp248 int32_t msbSetInPoly = FindMSBSet(poly); in CalculateBCHCode()
250 while (FindMSBSet(value) >= msbSetInPoly) { in CalculateBCHCode()
251 value ^= poly << (FindMSBSet(value) - msbSetInPoly); in CalculateBCHCode()
497 int32_t CBC_QRCoderMatrixUtil::FindMSBSet(int32_t value) { in FindMSBSet() function in CBC_QRCoderMatrixUtil
DBC_QRCoderMatrixUtil.h49 static int32_t FindMSBSet(int32_t value);