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

  /src/common/dist/zlib/contrib/ada/
zlib.adb 168 (CRC : in Unsigned_32;
174 return Unsigned_32 (crc32 (ULong (CRC),
180 (CRC : in out Unsigned_32;
183 CRC := CRC32 (CRC, Data);
214 -- For the GZip CRC calculation and make headers.
217 Filter.CRC := 0;
633 CRC32 (Filter.CRC, In_Data (In_Data'First .. In_Last));
647 Put_32 (Footer, Filter.CRC);
zlib.ads 200 (CRC : in Unsigned_32;
207 (CRC : in out Unsigned_32;
323 CRC : Unsigned_32;
  /src/sys/dev/dtv/
dtv_demux.c 157 /* ISO/IEC 13818-1 Annex A "CRC Decoder Model" */
162 uint32_t CRC = 0xffffffff;
166 CRC = (CRC << 8) ^ crc_tab[((CRC >> 24) ^ *buf++) & 0xff];
168 return CRC;
555 * Verify the CRC of a PSI section.
560 uint32_t crc, sec_crc; local in function:dtv_demux_check_crc
564 * not include a CRC field.
570 crc = dtv_demux_crc32(&sec->sec_buf[0], sec->sec_length - 4)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stm32f429.dtsi 697 crc: crc@40023000 { label
698 compatible = "st,stm32f4-crc";
700 clocks = <&rcc 0 STM32F4_AHB1_CLOCK(CRC)>;

Completed in 15 milliseconds