Home
last modified time | relevance | path

Searched defs:sse42_crc32 (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Dcrc32_sse.cpp153 struct sse42_crc32 struct
155 using type = uint32_t;
157 static type update(type crc, type d32) noexcept in update()
161 static type update(type crc, uint8_t d8) noexcept in update()
165 static type update(type crc, const uint8_t *buf, size_t len) noexcept in update()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Dcrc32_sse.cpp153 struct sse42_crc32 struct
155 using type = uint32_t;
157 static type update(type crc, type d32) noexcept in update()
161 static type update(type crc, uint8_t d8) noexcept in update()
165 static type update(type crc, const uint8_t *buf, size_t len) noexcept in update()