Searched refs:lastcrc (Results 1 – 3 of 3) sorted by relevance
68 public static int computeCRC32(byte buffer[], int start, int count, int lastcrc){ in computeCRC32() argument72 cachedCRC = lastcrc; in computeCRC32()
139 uint32_t computeCRC(const char *ptr, uint32_t len, uint32_t lastcrc){ in computeCRC() argument164 crc = lastcrc; in computeCRC()
418 uint32_t computeCRC(const char *ptr, uint32_t len, uint32_t lastcrc);