HelenOS sources
compute_crc32 41 common/include/adt/checksum.h extern uint32_t compute_crc32(uint8_t *, size_t);
compute_crc32 41 kernel/generic/common/include/adt/checksum.h extern uint32_t compute_crc32(uint8_t *, size_t);
compute_crc32 41 uspace/lib/c/common/include/adt/checksum.h extern uint32_t compute_crc32(uint8_t *, size_t);
compute_crc32 296 uspace/lib/label/src/gpt.c if (compute_crc32(etable[j], num_entries * esize) != pt_crc) {
compute_crc32 424 uspace/lib/label/src/gpt.c pt_crc = compute_crc32((uint8_t *)etable,
compute_crc32 897 uspace/lib/label/src/gpt.c crc = compute_crc32(buf, ptbytes);
compute_crc32 914 uspace/lib/label/src/gpt.c crc = compute_crc32(buf, ptbytes);
compute_crc32 973 uspace/lib/label/src/gpt.c crc = compute_crc32((uint8_t *)hdr, hdr_size);
compute_crc32 987 uspace/lib/label/src/gpt.c *crc = compute_crc32((uint8_t *)c, hdr_size);
compute_crc32 41 uspace/lib/posix/include/common/adt/checksum.h extern uint32_t compute_crc32(uint8_t *, size_t);
HelenOS homepage, sources at GitHub