Home
last modified time | relevance | path

Searched refs:theCRC (Results 1 – 2 of 2) sorted by relevance

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