Searched refs:crcBytes (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/none/tests/amd64/
H A Damd64locked.c98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn ) function
132 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );
/external/valgrind/none/tests/x86/
H A Dx86locked.c98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn ) function
132 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );

Completed in 42 milliseconds