HomeSort by relevance Sort by last modified time
    Searched refs:msbSetInPoly (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.cpp 248 int32_t msbSetInPoly = FindMSBSet(poly);
249 value <<= msbSetInPoly - 1;
250 while (FindMSBSet(value) >= msbSetInPoly) {
251 value ^= poly << (FindMSBSet(value) - msbSetInPoly);
  /external/zxing/core/
core.jar 

Completed in 2086 milliseconds