HomeSort by relevance Sort by last modified time
    Searched refs:CRC_INIT (Results 1 - 5 of 5) sorted by null

  /device/google/contexthub/lib/include/nanohub/
crc.h 24 #define CRC_INIT 0xFFFFFFFFUL
  /device/google/contexthub/firmware/os/platform/stm32/
crc.c 63 else if (crc == CRC_INIT)
  /device/google/contexthub/firmware/os/core/
hostIntf.c 210 uint32_t crc = crc32(packet, packet->len + sizeof(*packet), CRC_INIT);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 140 const uint16 CRC_INIT = 0xFFFF ;
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 546 * zlib and the result value is obtained by XORing with CRC_INIT, which is also
549 #define CRC_INIT 0xffffffff
    [all...]

Completed in 1962 milliseconds