HomeSort by: relevance | last modified time | path
    Searched defs:origcrc (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
gzip.c 1012 uLong origcrc; local in function:gz_uncompress
1022 origcrc = ((unsigned)z.next_in[0] & 0xff) |
1026 if (origcrc != crc) {
gzip.c 1012 uLong origcrc; local in function:gz_uncompress
1022 origcrc = ((unsigned)z.next_in[0] & 0xff) |
1026 if (origcrc != crc) {

Completed in 23 milliseconds