Home
last modified time | relevance | path

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

/external/valgrind/none/tests/amd64/
Dcrc32.c29 UInt do_s_crc32l ( UInt crcIn, UInt l ) in do_s_crc32l() function
39 UInt crc = do_s_crc32l(crcIn, (UInt)q); in do_s_crc32q()
40 return do_s_crc32l(crc, (UInt)(q >> 32)); in do_s_crc32q()
132 cs = do_s_crc32l(c0, i); in try_simple()