Searched refs:crcTable (Results 1 – 3 of 3) sorted by relevance
36 static void makeCrcTable(unsigned crcTable[256]) in makeCrcTable()46 crcTable[i] = c; in makeCrcTable()52 static unsigned crcTable[256]; in computeCrc() local55 makeCrcTable(crcTable); in computeCrc()61 crc = crcTable[(crc ^ buffer[i]) & 0xff] ^ ((crc >> 8) & 0x00ffffffL); in computeCrc()
36 static unsigned int crcTable[] = variable80 static unsigned int crcTable[] = variable137 remainder = crcTable[byte] ^(remainder << 8); in pcrcUpdateData()140 remainder = crcTable[byte] ^(remainder << 8); in pcrcUpdateData()142 remainder = crcTable[byte] ^(remainder << 8); in pcrcUpdateData()
44 static void makeCrcTable(unsigned crcTable[256]) in makeCrcTable()54 crcTable[i] = c; in makeCrcTable()60 static unsigned crcTable[256]; in computeCrc() local63 makeCrcTable(crcTable); in computeCrc()69 crc = crcTable[(crc ^ buffer[i]) & 0xff] ^ ((crc >> 8) & 0x00ffffffL); in computeCrc()