Home
last modified time | relevance | path

Searched defs:crc_table (Results 1 – 25 of 25) sorted by relevance

/third_party/flutter/skia/third_party/externals/zlib/
Dcrc32.h5 local const z_crc_t FAR crc_table[TBLS][256] = variable
Dcrc32.c66 local z_crc_t FAR crc_table[TBLS][256]; variable
/third_party/skia/third_party/externals/zlib/
Dcrc32.h5 local const z_crc_t FAR crc_table[TBLS][256] = variable
Dcrc32.c63 local z_crc_t FAR crc_table[TBLS][256]; variable
/third_party/libwebsockets/win32port/zlib/
Dcrc32.h5 local const unsigned long FAR crc_table[TBLS][256] = variable
Dcrc32.c77 local unsigned long FAR crc_table[TBLS][256]; variable
/third_party/node/deps/zlib/
Dcrc32.h5 local const z_crc_t FAR crc_table[TBLS][256] = variable
Dcrc32.c66 local z_crc_t FAR crc_table[TBLS][256]; variable
/third_party/zlib/
Dcrc32.h5 local const z_crc_t FAR crc_table[] = { variable
Dcrc32.c145 local z_crc_t FAR crc_table[256]; variable
/third_party/freetype/src/gzip/
Dcrc32.h5 local const z_crc_t FAR crc_table[] = { variable
Dcrc32.c145 local z_crc_t FAR crc_table[256]; variable
/third_party/ffmpeg/libavcodec/
Dttaenc.c30 const AVCRC *crc_table; member
Dtta.c51 const AVCRC *crc_table; member
Dpngenc.c227 const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE); in png_write_chunk() local
247 const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE); in png_write_image_data() local
Dhcadec.c46 const AVCRC *crc_table; member
Dalsdec.c199 const AVCRC *crc_table; member
/third_party/ffmpeg/libavformat/
Dapngenc.c64 const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE_LE); in apng_write_chunk() local
Doggenc.c106 const AVCRC *crc_table = av_crc_get_table(AV_CRC_32_IEEE); in ogg_write_page() local
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstsbcparse.c362 static const guint8 crc_table[256] = { variable
/third_party/toybox/lib/
Ddeflate.c426 unsigned crc, *crc_table = dd->crctable; in gzip_crc() local
Dlib.c815 void crc_init(unsigned int *crc_table, int little_endian) in crc_init()
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c488 static png_uint_32 crc_table[256] = variable
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c488 static png_uint_32 crc_table[256] = variable
/third_party/toybox/generated/
Dglobals.h1062 unsigned crc_table[256]; member