Home
last modified time | relevance | path

Searched refs:pack_checksum (Results 1 – 11 of 11) sorted by relevance

/dports/net/openmpi3/openmpi-3.1.6/test/datatype/
H A Dchecksum.c37 uint32_t pack_checksum, contiguous_checksum, sparse_checksum, manual_checksum; in main() local
74 pack_checksum = convertor->checksum; in main()
126 printf( "packed checksum %x\n", pack_checksum ); in main()
129 (pack_checksum != sparse_checksum) ) { in main()
/dports/net/openmpi/openmpi-4.1.1/test/datatype/
H A Dchecksum.c37 uint32_t pack_checksum, contiguous_checksum, sparse_checksum, manual_checksum; in main() local
74 pack_checksum = convertor->checksum; in main()
126 printf( "packed checksum %x\n", pack_checksum ); in main()
129 (pack_checksum != sparse_checksum) ) { in main()
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_pack.py618 def index(self, filename, entries, pack_checksum): argument
622 idx = self.index('empty.idx', [], pack_checksum)
623 self.assertEqual(idx.get_pack_checksum(), pack_checksum)
633 entries, pack_checksum)
635 idx = self.index('single.idx', entries, pack_checksum)
677 def index(self, filename, entries, pack_checksum): argument
679 self.writeIndex(path, entries, pack_checksum)
685 def writeIndex(self, filename, entries, pack_checksum): argument
688 self._write_fn(f, entries, pack_checksum)
698 def index(self, filename, entries, pack_checksum): argument
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dpack-bitmap-write.c40 unsigned char pack_checksum[GIT_MAX_RAWSZ]; member
513 hashcpy(writer.pack_checksum, sha1); in bitmap_writer_set_checksum()
536 hashcpy(header.checksum, writer.pack_checksum); in bitmap_writer_finish()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dpack.py440 def __init__(self, entries, pack_checksum=None): argument
452 self._pack_checksum = pack_checksum
1665 def write_pack_index_v1(f, entries, pack_checksum): argument
1686 assert len(pack_checksum) == 20
1687 f.write(pack_checksum)
1833 def write_pack_index_v2(f, entries, pack_checksum): argument
1865 assert len(pack_checksum) == 20
1866 f.write(pack_checksum)
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Dpack.py448 def __init__(self, entries, pack_checksum=None): argument
461 self._pack_checksum = pack_checksum
1705 def write_pack_index_v1(f, entries, pack_checksum): argument
1727 assert len(pack_checksum) == 20
1728 f.write(pack_checksum)
1876 def write_pack_index_v2(f, entries, pack_checksum): argument
1909 assert len(pack_checksum) == 20
1910 f.write(pack_checksum)
/dports/devel/git-p4/git-2.34.1/
H A Dpack-bitmap-write.c40 unsigned char pack_checksum[GIT_MAX_RAWSZ];
687 hashcpy(writer.pack_checksum, sha1);
710 hashcpy(header.checksum, writer.pack_checksum);
/dports/devel/git-gui/git-2.34.1/
H A Dpack-bitmap-write.c40 unsigned char pack_checksum[GIT_MAX_RAWSZ]; member
687 hashcpy(writer.pack_checksum, sha1); in bitmap_writer_set_checksum()
710 hashcpy(header.checksum, writer.pack_checksum); in bitmap_writer_finish()
/dports/devel/git-svn/git-2.34.1/
H A Dpack-bitmap-write.c40 unsigned char pack_checksum[GIT_MAX_RAWSZ]; member
687 hashcpy(writer.pack_checksum, sha1); in bitmap_writer_set_checksum()
710 hashcpy(header.checksum, writer.pack_checksum); in bitmap_writer_finish()
/dports/devel/git/git-2.34.1/
H A Dpack-bitmap-write.c40 unsigned char pack_checksum[GIT_MAX_RAWSZ]; member
687 hashcpy(writer.pack_checksum, sha1); in bitmap_writer_set_checksum()
710 hashcpy(header.checksum, writer.pack_checksum); in bitmap_writer_finish()
/dports/devel/git-cvs/git-2.34.1/
H A Dpack-bitmap-write.c40 unsigned char pack_checksum[GIT_MAX_RAWSZ]; member
687 hashcpy(writer.pack_checksum, sha1); in bitmap_writer_set_checksum()
710 hashcpy(header.checksum, writer.pack_checksum); in bitmap_writer_finish()