Searched refs:crc_add (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/games/adventure/ |
H A D | crc.c | 121 crc_add(struct crcstate *c, const void *data, size_t num) in crc_add() function
|
H A D | extern.h | 37 void crc_add(struct crcstate *, const void *, size_t);
|
H A D | save.c | 416 crc_add(&sf->crc, data, len); in savefile_cread() 448 crc_add(&sf->crc, data, len); in savefile_cwrite() 553 crc_add(&crc, p->address, p->width); in compat_restore()
|