tag | line | file | source code |
---|---|---|---|
orig_crc | 98 | zBoot/unzip.c | ulg orig_crc = 0; /* original crc */ |
orig_crc | 109 | zBoot/unzip.c | orig_crc = LG(inbuf + LOCCRC); |
orig_crc | 151 | zBoot/unzip.c | orig_crc = LG(buf); |
orig_crc | 163 | zBoot/unzip.c | orig_crc = LG(buf+4); |
orig_crc | 168 | zBoot/unzip.c | if (orig_crc != updcrc(outbuf, 0)) { |