Searched refs:lastcrc (Results 1 – 3 of 3) sorted by relevance
70 public static int computeCRC32(byte buffer[], int start, int count, int lastcrc){ in computeCRC32() argument74 cachedCRC = lastcrc; in computeCRC32()
141 uint32_t computeCRC(const char *ptr, uint32_t len, uint32_t lastcrc){ in computeCRC() argument166 crc = lastcrc; in computeCRC()
420 uint32_t computeCRC(const char *ptr, uint32_t len, uint32_t lastcrc);