HomeSort by: relevance | last modified time | path
    Searched refs:calc_crc (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/lvm2/dist/include/
crc.h 23 uint32_t calc_crc(uint32_t initial, const void *buf, uint32_t size);
  /src/external/gpl2/lvm2/dist/lib/misc/
crc.h 23 uint32_t calc_crc(uint32_t initial, const void *buf, uint32_t size);
crc.c 23 uint32_t calc_crc(uint32_t initial, const void *buf, uint32_t size) function
  /src/external/gpl2/lvm2/dist/lib/label/
label.c 147 if (calc_crc(INITIAL_CRC, &lh->offset_xl, LABEL_SIZE -
328 lh->crc_xl = xlate32(calc_crc(INITIAL_CRC, &lh->offset_xl, LABEL_SIZE -
  /src/external/gpl2/lvm2/dist/lib/format_text/
format-text.c 313 if (mdah->checksum_xl != xlate32(calc_crc(INITIAL_CRC, mdah->magic,
355 mdah->checksum_xl = xlate32(calc_crc(INITIAL_CRC, mdah->magic,
481 wrap, calc_crc, rlocn->checksum, &when,
599 mdac->rlocn.checksum = calc_crc(INITIAL_CRC, fidtc->raw_metadata_buf,
603 mdac->rlocn.checksum = calc_crc(mdac->rlocn.checksum,
1104 wrap, calc_crc, rlocn->checksum,
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 400 unsigned calc_crc (unsigned) const;
461 data::calc_crc (unsigned l) const function in class:data
571 unsigned c_crc = calc_crc (size);
816 unsigned crc = calc_crc (pos);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 465 unsigned calc_crc (unsigned) const;
484 bytes::calc_crc (unsigned l) const function in class:bytes
600 unsigned c_crc = calc_crc (size);
713 unsigned crc = calc_crc (pos);

Completed in 55 milliseconds