Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp87 int32_t FindMSBSet(int32_t value) { in FindMSBSet() function
139 int32_t msbSetInPoly = FindMSBSet(poly); in CalculateBCHCode()
141 while (FindMSBSet(value) >= msbSetInPoly) { in CalculateBCHCode()
142 value ^= poly << (FindMSBSet(value) - msbSetInPoly); in CalculateBCHCode()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc292 static int FindMSBSet(uint32_t n) { in FindMSBSet() function
322 int bucket = FindMSBSet(value); in Fanout()