Searched refs:crc32val (Results 1 – 4 of 4) sorted by relevance
/haiku/src/bin/unzip/ |
H A D | funzip.c | 252 G.crc32val = crc32(G.crc32val, rawbuf, (extent)w); 286 G.crc32val = crc32(G.crc32val, slide, (extent)w); 472 G.crc32val = CRCVAL_INITIAL; 518 G.crc32val = crc32(G.crc32val, slide, (extent)G.outcnt); 530 G.crc32val = crc32(G.crc32val, slide, (extent)G.outcnt); 550 if (LG(h + LOCCRC) != G.crc32val)
|
H A D | globals.h | 226 ulg crc32val; /* CRC shift reg. (was static in funzip) */ member
|
H A D | extract.c | 1375 G.crc32val = CRCVAL_INITIAL; 1650 if (G.crc32val != G.lrec.crc32) { 1655 Info(slide, 0x401, ((char *)slide, LoadFarString(BadCRC), G.crc32val,
|
H A D | fileio.c | 768 G.crc32val = crc32(G.crc32val, rawbuf, (extent)size);
|