OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindMSBSet
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.h
49
static int32_t
FindMSBSet
(int32_t value);
BC_QRCoderMatrixUtil.cpp
248
int32_t msbSetInPoly =
FindMSBSet
(poly);
250
while (
FindMSBSet
(value) >= msbSetInPoly) {
251
value ^= poly << (
FindMSBSet
(value) - msbSetInPoly);
497
int32_t CBC_QRCoderMatrixUtil::
FindMSBSet
(int32_t value) {
Completed in 58 milliseconds