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/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.cpp
249
int32_t
msbSetInPoly
= FindMSBSet(poly);
250
value <<=
msbSetInPoly
- 1;
251
while (FindMSBSet(value) >=
msbSetInPoly
) {
252
value ^= poly << (FindMSBSet(value) -
msbSetInPoly
);
/external/zxing/core/
core.jar
Completed in 106 milliseconds