Home
last modified time | relevance | path

Searched refs:crc (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks-interop-freestyle/CRC32/bu_CRC32_sts_state/
H A Dbench_CRC32_sts_state.js30 let crc = 0 ^ (-1);
32 crc = (crc >>> 8) ^ table[(crc ^ str.charCodeAt(i)) & 0xFF];
34 return (crc ^ (-1)) >>> 0;
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file.h44 // crc-32 4 bytes
56 uint32_t crc = 0; member
72 // crc-32 4 bytes 20
90 uint32_t crc = 0; member
129 // crc-32 4 bytes
136 uint32_t crc = 0; member
150 uint32_t crc = 0; member
H A Dzip_file.cpp44 crc = centralEntry.crc; in ZipEntry()
373 crcLocal = dataDesc.crc; in CheckDataDesc()
377 crcLocal = localHeader.crc; in CheckDataDesc()
382 if ((zipEntry.crc != crcLocal) || (zipEntry.compressedSize != compressedLocal) || in CheckDataDesc()

Completed in 3 milliseconds