Home | History | Annotate | Download | only in amd64

Lines Matching defs:UInt

8 typedef  unsigned int            UInt;
21 static const UInt crc32Table[256] = {
98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
100 UInt crc = crcIn;
117 static UInt crcFinalise ( UInt crc ) {
123 static UInt theCRC = 0xFFFFFFFF;
528 : "r" ((UInt)bitno));
562 : "r" ((UInt)bitno));
596 : "r" ((UInt)bitno));
631 : "r" ((UInt)bitno)
815 ULong mash_mem_L ( UInt* origp )
817 ULong reconstructed; UInt mashed;
898 UInt* iil = malloc(sizeof(UInt));
1049 { UInt crcExpd = 0x1F677629;