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

  /external/valgrind/main/none/tests/amd64/
amd64locked.c 123 static UInt theCRC = 0xFFFFFFFF;
132 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );
133 if (VERBOSE) printf("SEND %08x %s", theCRC, outBuf);
1050 theCRC = crcFinalise( theCRC );
1051 if (theCRC == crcExpd) {
1053 theCRC, crcExpd);
1056 theCRC, crcExpd);
  /external/valgrind/main/none/tests/x86/
x86locked.c 123 static UInt theCRC = 0xFFFFFFFF;
132 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC );
133 if (VERBOSE) printf("SEND %08x %s", theCRC, outBuf);
852 theCRC = crcFinalise( theCRC );
853 if (theCRC == crcExpd) {
855 theCRC, crcExpd);
858 theCRC, crcExpd);

Completed in 36 milliseconds