Searched refs:crc (Results 76 - 86 of 86) sorted by relevance

1234

/haiku-fatelf/src/add-ons/kernel/drivers/network/marvell_yukon/dev/msk/
H A Dif_msk.c577 uint32_t crc; local
600 crc = ether_crc32_be(LLADDR((struct sockaddr_dl *)
603 crc &= 0x3f;
605 mchash[crc >> 5] |= 1 << (crc & 0x1f);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymfile.c1038 separate_debug_file_exists (const char *name, unsigned long crc)
1054 return crc == file_crc;
1037 separate_debug_file_exists(const char *name, unsigned long crc) argument
/haiku-fatelf/src/bin/unzip/
H A Dprocess.c1266 G.lrec.crc32 = G.pInfo->crc;
H A Dextract.c732 G.pInfo->crc = G.crec.crc32;
/haiku-fatelf/headers/libs/png/
H A Dpng.h1194 png_uint_32 crc PNG_DEPSTRUCT; /* current chunk CRC value */
2587 #define PNG_IO_CHUNK_CRC 0x0080 /* currently at the chunk crc */
2589 #define PNG_IO_MASK_LOC 0x00f0 /* current location: sig/hdr/data/crc */
/haiku-fatelf/src/bin/gdb/bfd/
H A Dbfd-in2.h925 (unsigned long crc, const unsigned char *buf, bfd_size_type len);
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h925 (unsigned long crc, const unsigned char *buf, bfd_size_type len);
H A Dbfd.h925 (unsigned long crc, const unsigned char *buf, bfd_size_type len);
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h923 (unsigned long crc, const unsigned char *buf, bfd_size_type len);
H A Dbfd.h923 (unsigned long crc, const unsigned char *buf, bfd_size_type len);
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpng.h1074 png_uint_32 crc; /* current chunk CRC value */ member in struct:png_struct_def
2750 /* Read bytes into buf, and update png_ptr->crc */
2762 /* Read "skip" bytes, read the file crc, and (optionally) verify png_ptr->crc */

Completed in 216 milliseconds

1234