Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dptable.cpp200 const uint64_t polynomial = 0x104C11DB7LL; // IEEE 32bit polynomial in CalculateCrc32() local
213 regs = regs ^ polynomial; // XOR with generator poly in CalculateCrc32()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Dqrcode_patch2.patch566 // For example the polynomial x^3 + 255x^2 + 8x + 93 is stored as the uint8 array {255, 8, 93}.
886 // Returns a Reed-Solomon ECC generator polynomial for the given degree. This could be