OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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