Home
last modified time | relevance | path

Searched refs:MD5Hash (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/dports/news/nget/nget-0.27.1/par2/
H A Dmd5.h47 class MD5Hash
67 MD5Hash(const MD5Hash &other);
68 MD5Hash& operator=(const MD5Hash &other);
130 inline bool MD5Hash::operator==(const MD5Hash &other) const
134 inline bool MD5Hash::operator!=(const MD5Hash &other) const
139 inline bool MD5Hash::operator<(const MD5Hash &other) const
149 inline bool MD5Hash::operator>=(const MD5Hash &other) const
153 inline bool MD5Hash::operator>(const MD5Hash &other) const
157 inline bool MD5Hash::operator<=(const MD5Hash &other) const
162 inline MD5Hash::MD5Hash(const MD5Hash &other) in MD5Hash() function
[all …]
/dports/archivers/par2cmdline/par2cmdline-0.8.1/src/
H A Dmd5.h46 struct MD5Hash;
49 struct MD5Hash struct
55 bool operator<(const MD5Hash &other) const;
98 void Final(MD5Hash &output);
101 MD5Hash Hash(void) const;
117 inline bool MD5Hash::operator==(const MD5Hash &other) const
121 inline bool MD5Hash::operator!=(const MD5Hash &other) const
126 inline bool MD5Hash::operator<(const MD5Hash &other) const
136 inline bool MD5Hash::operator>=(const MD5Hash &other) const
140 inline bool MD5Hash::operator>(const MD5Hash &other) const
[all …]
/dports/archivers/libpar2/libpar2-0.4/
H A Dmd5.h45 struct MD5Hash;
48 struct MD5Hash struct
54 bool operator<(const MD5Hash &other) const;
97 void Final(MD5Hash &output);
100 MD5Hash Hash(void) const;
116 inline bool MD5Hash::operator==(const MD5Hash &other) const
120 inline bool MD5Hash::operator!=(const MD5Hash &other) const
125 inline bool MD5Hash::operator<(const MD5Hash &other) const
135 inline bool MD5Hash::operator>=(const MD5Hash &other) const
139 inline bool MD5Hash::operator>(const MD5Hash &other) const
[all …]
/dports/news/nzbget/nzbget-21.1/lib/par2/
H A Dmd5.h48 struct MD5Hash;
51 struct MD5Hash struct
57 bool operator<(const MD5Hash &other) const;
100 void Final(MD5Hash &output);
103 MD5Hash Hash(void) const;
119 inline bool MD5Hash::operator==(const MD5Hash &other) const
123 inline bool MD5Hash::operator!=(const MD5Hash &other) const
128 inline bool MD5Hash::operator<(const MD5Hash &other) const
138 inline bool MD5Hash::operator>=(const MD5Hash &other) const
142 inline bool MD5Hash::operator>(const MD5Hash &other) const
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/
H A DTestMD5Hash.java49 final MD5Hash md5Hash00 in testMD5Hash()
50 = new MD5Hash(D00); in testMD5Hash()
52 final MD5Hash md5HashFF in testMD5Hash()
53 = new MD5Hash(DFF); in testMD5Hash()
55 MD5Hash orderedHash = new MD5Hash(new byte[]{1,2,3,4,5,6,7,8,9,10,11,12, in testMD5Hash()
57 MD5Hash backwardHash = new MD5Hash(new byte[]{-1,-2,-3,-4,-5,-6,-7,-8, in testMD5Hash()
60 MD5Hash closeHash1 = new MD5Hash(new byte[]{-1,0,0,0,0,0,0,0, in testMD5Hash()
62 MD5Hash closeHash2 = new MD5Hash(new byte[]{-1,1,0,0,0,0,0,0, in testMD5Hash()
97 MD5Hash hash = new MD5Hash(DFF); in testMD5Hash()
107 MD5Hash hash = new MD5Hash(D00); in testMD5Hash()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/io/
H A DTestMD5Hash.java44 MD5Hash md5Hash = getTestHash(); in testMD5Hash()
46 final MD5Hash md5Hash00 in testMD5Hash()
47 = new MD5Hash(D00); in testMD5Hash()
49 final MD5Hash md5HashFF in testMD5Hash()
50 = new MD5Hash(DFF); in testMD5Hash()
52 MD5Hash orderedHash = new MD5Hash(new byte[]{1,2,3,4,5,6,7,8,9,10,11,12, in testMD5Hash()
54 MD5Hash backwardHash = new MD5Hash(new byte[]{-1,-2,-3,-4,-5,-6,-7,-8, in testMD5Hash()
57 MD5Hash closeHash1 = new MD5Hash(new byte[]{-1,0,0,0,0,0,0,0, in testMD5Hash()
59 MD5Hash closeHash2 = new MD5Hash(new byte[]{-1,1,0,0,0,0,0,0, in testMD5Hash()
93 MD5Hash hash = new MD5Hash(DFF); in testMD5Hash()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/io/
H A DMD5Hash.java30 public class MD5Hash implements WritableComparable<MD5Hash> { class
46 public MD5Hash() { in MD5Hash() method in MD5Hash
51 public MD5Hash(String hex) { in MD5Hash() method in MD5Hash
56 public MD5Hash(byte[] digest) { in MD5Hash() method in MD5Hash
69 MD5Hash result = new MD5Hash(); in read()
80 public void set(MD5Hash that) { in set()
117 return new MD5Hash(digest); in digest()
152 if (!(o instanceof MD5Hash)) in equals()
154 MD5Hash other = (MD5Hash)o; in equals()
167 public int compareTo(MD5Hash that) { in compareTo()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/
H A DMD5Hash.java35 public class MD5Hash implements WritableComparable<MD5Hash> { class
52 public MD5Hash() { in MD5Hash() method in MD5Hash
57 public MD5Hash(String hex) { in MD5Hash() method in MD5Hash
62 public MD5Hash(byte[] digest) { in MD5Hash() method in MD5Hash
76 MD5Hash result = new MD5Hash(); in read()
88 public void set(MD5Hash that) { in set()
127 return new MD5Hash(digest); in digest()
163 if (!(o instanceof MD5Hash)) in equals()
165 MD5Hash other = (MD5Hash)o; in equals()
180 public int compareTo(MD5Hash that) { in compareTo()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C24 class MD5Hash
28 MD5Hash(void) {}; in MD5Hash() function
31 MD5Hash(const MD5Hash &other);
32 MD5Hash& operator=(const MD5Hash &other);
43 MD5Hash hash;
44 MD5Hash setid;
55 MD5Hash fileid[0];
68 const MD5Hash& SetId(void) const;
75 inline const MD5Hash& MainPacket::SetId(void) const in SetId()

12345678910>>...21