Home
last modified time | relevance | path

Searched defs:checksum (Results 1 - 25 of 84) sorted by relevance

1234

/third_party/ffmpeg/libavutil/tests/
H A Dadler32.c34 AVAdler checksum; in main() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn.c54 uint32_t checksum = 0; in rvcn_sq_tail() local
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/video/
H A Dframe_checksums.py61 def checksum(bs: bytes) -> str: function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H A Dheader.cc44 Header::Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length) in Header() argument
H A Dheader.h62 int64_t checksum() const { return checksum_; } in checksum() function in sfntly::Header
/third_party/libwebsockets/lib/misc/
H A Dromfs.h40 u32_be_t checksum; member
47 u32_be_t checksum; member
/third_party/skia/tools/skqp/
H A Ddownload_model.py15 def checksum(path): function
/third_party/ffmpeg/libavcodec/
H A Dmlp_parse.c89 uint16_t checksum; in ff_mlp_read_major_sync() local
H A Dmlp.c109 uint8_t checksum = av_crc(crc_63, 0x3c, buf, buf_size - 1); // crc_63[0xa2] == 0x3c in ff_mlp_checksum8() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
H A DHeader.java40 private final long checksum; field in Header
67 public Header(int tag, long checksum, int offset, int length) { in Header() argument
172 public long checksum() { in checksum() method in Header
[all...]
/third_party/ffmpeg/libavformat/
H A Dtakdec.c46 static unsigned long tak_check_crc(unsigned long checksum, const uint8_t *buf, in tak_check_crc() argument
H A Dargo_cvg.c51 uint32_t checksum; member
57 uint32_t checksum; member
65 uint32_t checksum; member
110 static int argo_cvg_read_checksum(AVIOContext *pb, const ArgoCVGHeader *cvg, uint32_t *checksum) in argo_cvg_read_checksum() argument
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dsession.cc67 bool Session::GetPayload(Packet* pkt, uint8_t* checksum) { in GetPayload() argument
/third_party/skia/src/sfnt/
H A DSkSFNTHeader.h58 SK_SFNT_ULONG checksum; member
/third_party/ffmpeg/doc/examples/
H A Dfilter_audio.c224 uint8_t checksum[16]; in process_output() local
/third_party/ffmpeg/libavfilter/
H A Daf_ashowinfo.c185 uint32_t checksum = 0; in filter_frame() local
/third_party/lwip/src/netif/ppp/
H A Ddemand.c323 unsigned short checksum; local
[all...]
/third_party/exfatprogs/mkfs/
H A Dmkfs.c218 unsigned int checksum = 0; in exfat_create_volume_boot_record() local
102 exfat_write_boot_sector(struct exfat_blk_dev *bd, struct exfat_user_input *ui, unsigned int *checksum, bool is_backup) exfat_write_boot_sector() argument
138 exfat_write_extended_boot_sectors(struct exfat_blk_dev *bd, unsigned int *checksum, bool is_backup) exfat_write_extended_boot_sectors() argument
173 exfat_write_oem_sector(struct exfat_blk_dev *bd, unsigned int *checksum, bool is_backup) exfat_write_oem_sector() argument
[all...]
/third_party/backends/backend/
H A Dmustek_scsi_pp.c474 signed char checksum; in mustek_scsi_pp_send_command() local
532 signed char checksum; in mustek_scsi_pp_send_data_block() local
570 signed char checksum; mustek_scsi_pp_read_data_block() local
[all...]
/third_party/libsnd/regtest/
H A Ddatabase.c177 int err, checksum ; in db_add_file() local
343 int err, k, rows, cols, checksum ; in check_file_by_ekey() local
[all...]
/third_party/libsnd/src/
H A Dvoc.c161 short version, checksum, encoding, dataoffset ; in voc_read_header() local
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h32 unsigned int checksum; member
40 unsigned int checksum; member
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc_impl.h27 unsigned int checksum; member
33 unsigned int checksum; member
/third_party/ltp/testcases/network/sctp/
H A Dsctp_big_chunk.c109 uint32_t checksum = 0; in setup_client() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DReadableFontData.java108 private volatile long checksum; field in ReadableFontData
205 public long checksum() { in checksum() method in ReadableFontData
[all...]

Completed in 14 milliseconds

1234