HomeSort by relevance Sort by last modified time
    Searched refs:crcBytes (Results 1 - 2 of 2) sorted by null

  /external/valgrind/none/tests/amd64/
amd64locked.c 110 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
144 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );
  /external/valgrind/none/tests/x86/
x86locked.c 110 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
144 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );

Completed in 302 milliseconds