Searched defs:lastcrc (Results 1 – 2 of 2) sorted by relevance
70 public static int computeCRC32(byte buffer[], int start, int count, int lastcrc){ in computeCRC32()
141 uint32_t computeCRC(const char *ptr, uint32_t len, uint32_t lastcrc){ in computeCRC()