Searched defs:crcIn (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/amd64/ |
D | crc32.c | 13 UInt do_s_crc32b ( UInt crcIn, UChar b ) in do_s_crc32b() 21 UInt do_s_crc32w ( UInt crcIn, UShort w ) in do_s_crc32w() 29 UInt do_s_crc32l ( UInt crcIn, UInt l ) in do_s_crc32l() 37 UInt do_s_crc32q ( UInt crcIn, ULong q ) in do_s_crc32q() 43 UInt do_h_crc32b ( UInt crcIn, UChar b ) in do_h_crc32b() 52 UInt do_h_crc32w ( UInt crcIn, UShort w ) in do_h_crc32w() 61 UInt do_h_crc32l ( UInt crcIn, UInt l ) in do_h_crc32l() 70 UInt do_h_crc32q ( UInt crcIn, ULong q ) in do_h_crc32q() 81 UInt do_h_crc32b_mem ( UInt crcIn, UChar* a ) in do_h_crc32b_mem() 90 UInt do_h_crc32w_mem ( UInt crcIn, UShort* a ) in do_h_crc32w_mem() [all …]
|
D | amd64locked.c | 110 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn ) in crcBytes()
|
/external/valgrind/none/tests/x86/ |
D | x86locked.c | 110 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn ) in crcBytes()
|
/external/valgrind/VEX/priv/ |
D | guest_amd64_helpers.c | 3715 ULong amd64g_calc_crc32b ( ULong crcIn, ULong b ) in amd64g_calc_crc32b() 3725 ULong amd64g_calc_crc32w ( ULong crcIn, ULong w ) in amd64g_calc_crc32w() 3735 ULong amd64g_calc_crc32l ( ULong crcIn, ULong l ) in amd64g_calc_crc32l() 3745 ULong amd64g_calc_crc32q ( ULong crcIn, ULong q ) in amd64g_calc_crc32q()
|