Searched refs:theCRC (Results 1 - 2 of 2) sorted by relevance
/external/valgrind/none/tests/amd64/ |
H A D | amd64locked.c | 135 static UInt theCRC = 0xFFFFFFFF; variable 144 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC ); 145 if (VERBOSE) printf("SEND %08x %s", theCRC, outBuf); 1062 theCRC = crcFinalise( theCRC ); 1063 if (theCRC == crcExpd) { 1065 theCRC, crcExpd); 1068 theCRC, crcExpd);
|
/external/valgrind/none/tests/x86/ |
H A D | x86locked.c | 135 static UInt theCRC = 0xFFFFFFFF; variable 144 theCRC = crcBytes( (UChar*)&outBuf[0], nbytes, theCRC ); 145 if (VERBOSE) printf("SEND %08x %s", theCRC, outBuf); 864 theCRC = crcFinalise( theCRC ); 865 if (theCRC == crcExpd) { 867 theCRC, crcExpd); 870 theCRC, crcExpd);
|
Completed in 63 milliseconds