/third_party/ffmpeg/libavformat/ |
D | crcenc.c | 33 CRCState *crc = s->priv_data; in crc_init() local 43 CRCState *crc = s->priv_data; in crc_write_packet() local 50 CRCState *crc = s->priv_data; in crc_write_trailer() local
|
D | framecrcenc.c | 41 uint32_t crc = av_adler32_update(0, par->extradata, par->extradata_size); in framecrc_write_header() local 52 uint32_t crc = av_adler32_update(0, pkt->data, pkt->size); in framecrc_write_packet() local
|
/third_party/lzma/C/ |
D | XzCrc64.h | 18 #define CRC64_GET_DIGEST(crc) ((crc) ^ CRC64_INIT_VAL) argument 19 #define CRC64_UPDATE_BYTE(crc, b) (g_Crc64Table[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8)) argument
|
D | 7zCrc.h | 17 #define CRC_GET_DIGEST(crc) ((crc) ^ CRC_INIT_VAL) argument 18 #define CRC_UPDATE_BYTE(crc, b) (g_CrcTable[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8)) argument
|
D | XzCrc64Opt.c | 10 #define CRC64_UPDATE_BYTE_2(crc, b) (table[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8)) argument 37 #define CRC64_UPDATE_BYTE_2_BE(crc, b) (table[(Byte)((crc) >> 56) ^ (b)] ^ ((crc) << 8)) argument
|
D | 7zCrcOpt.c | 10 #define CRC_UPDATE_BYTE_2(crc, b) (table[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8)) argument 66 #define CRC_UPDATE_BYTE_2_BE(crc, b) (table[(((crc) >> 24) ^ (b))] ^ ((crc) << 8)) argument
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | CalculateCRC32.java | 38 int crc; in buildCRCTable() local 62 public static int computeCRC32(String buffer, int crc){ in computeCRC32() 66 public static int computeCRC32(byte buffer[], int crc) { in computeCRC32()
|
/third_party/gptfdisk/ |
D | crc32.cc | 34 unsigned long crc; in chksum_crc32() local 52 unsigned long crc, poly; in chksum_crc32gentab() local
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
D | DecoderTest.java | 74 long crc = BundleHelper.fingerprintStream(new ByteArrayInputStream(decompressed)); in run() local 75 assertEquals(BundleHelper.getExpectedFingerprint(entryName), crc); in run() local
|
D | BrotliDecoderChannelTest.java | 76 long crc; in run() local 82 assertEquals(BundleHelper.getExpectedFingerprint(entryName), crc); in run() local
|
D | BrotliInputStreamTest.java | 74 long crc; in run() local 80 assertEquals(BundleHelper.getExpectedFingerprint(entryName), crc); in run() local
|
/third_party/toybox/toys/posix/ |
D | cksum.c | 47 static unsigned cksum_le(unsigned crc, unsigned char c) in cksum_le() 54 unsigned crc = (toys.optflags & FLAG_P) ? 0xffffffff : 0; in do_cksum() local
|
/third_party/ffmpeg/tests/api/ |
D | api-seek-test.c | 37 static int add_crc_to_array(uint32_t crc, int64_t pts) in add_crc_to_array() 56 static int compare_crc_in_array(uint32_t crc, int64_t pts) in compare_crc_in_array() 83 uint32_t crc; in compute_crc_of_packets() local
|
/third_party/skia/third_party/externals/zlib/ |
D | crc32.c | 208 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() argument 275 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() argument 320 local unsigned long crc32_little(crc, buf, len) in crc32_little() argument 360 local unsigned long crc32_big(crc, buf, len) in crc32_big() argument
|
D | crc32_simd.c | 27 uint32_t crc) in crc32_sse42_simd_() 203 uint32_t ZLIB_INTERNAL armv8_crc32_little(unsigned long crc, in armv8_crc32_little()
|
/third_party/node/deps/zlib/ |
D | crc32_simd.c | 27 uint32_t crc) in crc32_avx512_simd_() 217 uint32_t crc) in crc32_sse42_simd_() 409 uint32_t crc) in armv8_crc32_little() 487 uint32_t crc) in armv8_crc32_pmull_little()
|
/third_party/node/deps/v8/third_party/zlib/ |
D | crc32.c | 208 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() argument 275 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() argument 320 local unsigned long crc32_little(crc, buf, len) in crc32_little() argument 360 local unsigned long crc32_big(crc, buf, len) in crc32_big() argument
|
D | crc32_simd.c | 27 uint32_t crc) in crc32_sse42_simd_() 203 uint32_t ZLIB_INTERNAL armv8_crc32_little(unsigned long crc, in armv8_crc32_little()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/ |
D | BundleHelper.java | 81 public static long updateCrc64(long crc, byte[] data, int offset, int length) { in updateCrc64() 97 long crc = -1; in fingerprintStream() local
|
/third_party/zlib/examples/ |
D | gzjoin.c | 265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit() 279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy() 429 unsigned long crc, tot; /* running crc and total uncompressed length */ in main() local
|
/third_party/ffmpeg/libavcodec/ |
D | mlp.c | 100 uint16_t crc; in ff_mlp_checksum16() local 119 int crc = crc_1D[buf[0] & 0x3f]; in ff_mlp_restart_checksum() local
|
/third_party/libwebsockets/win32port/zlib/ |
D | crc32.c | 221 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() argument 264 local unsigned long crc32_little(crc, buf, len) in crc32_little() argument 304 local unsigned long crc32_big(crc, buf, len) in crc32_big() argument
|
/third_party/ltp/lib/ |
D | tst_checksum.c | 75 uint32_t crc = 0xffffffff; in tst_crc32c() local
|
/third_party/elfutils/lib/ |
D | crc32.c | 94 crc32 (uint32_t crc, unsigned char *buf, size_t len) in crc32()
|
/third_party/mesa3d/src/util/ |
D | crc32.c | 118 uint32_t crc = 0xffffffff; in util_hash_crc32() local
|