Home
last modified time | relevance | path

Searched refs:HashBitmap (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/llvm70/llvm-7.0.1.src/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp89 ArrayRef<uint8_t> &HashBitmap, const GSIHashHeader *HashHdr,
98 if (auto EC = Reader.readBytes(HashBitmap, NumBitmapEntries))
103 for (uint8_t B : HashBitmap)
121 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, Reader))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
/dports/devel/llvm10/llvm-10.0.1.src/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
H A DGSIStreamBuilder.cpp55 std::array<support::ulittle32_t, (IPHR_HASH + 32) / 32> HashBitmap; member
82 Size += HashBitmap.size() * sizeof(uint32_t); in calculateSerializedLength()
99 Header.NumBuckets = HashBitmap.size() * 4 + HashBuckets.size() * 4; in commit()
106 if (auto EC = Writer.writeArray(makeArrayRef(HashBitmap))) in commit()
153 for (ulittle32_t &Word : HashBitmap) in finalizeBuckets()
159 HashBitmap[BucketIdx / 32] |= 1U << (BucketIdx % 32); in finalizeBuckets()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
/dports/devel/llvm11/llvm-11.0.1.src/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
H A DGSIStreamBuilder.cpp55 std::array<support::ulittle32_t, (IPHR_HASH + 32) / 32> HashBitmap; member
82 Size += HashBitmap.size() * sizeof(uint32_t); in calculateSerializedLength()
99 Header.NumBuckets = HashBitmap.size() * 4 + HashBuckets.size() * 4; in commit()
106 if (auto EC = Writer.writeArray(makeArrayRef(HashBitmap))) in commit()
153 for (ulittle32_t &Word : HashBitmap) in finalizeBuckets()
159 HashBitmap[BucketIdx / 32] |= 1U << (BucketIdx % 32); in finalizeBuckets()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
H A DGSIStreamBuilder.cpp55 std::array<support::ulittle32_t, (IPHR_HASH + 32) / 32> HashBitmap; member
82 Size += HashBitmap.size() * sizeof(uint32_t); in calculateSerializedLength()
99 Header.NumBuckets = HashBitmap.size() * 4 + HashBuckets.size() * 4; in commit()
106 if (auto EC = Writer.writeArray(makeArrayRef(HashBitmap))) in commit()
153 for (ulittle32_t &Word : HashBitmap) in finalizeBuckets()
159 HashBitmap[BucketIdx / 32] |= 1U << (BucketIdx % 32); in finalizeBuckets()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
/dports/devel/llvm90/llvm-9.0.1.src/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
159 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
177 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
H A DGSIStreamBuilder.cpp55 std::array<support::ulittle32_t, (IPHR_HASH + 32) / 32> HashBitmap; member
82 Size += HashBitmap.size() * sizeof(uint32_t); in calculateSerializedLength()
99 Header.NumBuckets = HashBitmap.size() * 4 + HashBuckets.size() * 4; in commit()
106 if (auto EC = Writer.writeArray(makeArrayRef(HashBitmap))) in commit()
153 for (ulittle32_t &Word : HashBitmap) in finalizeBuckets()
159 HashBitmap[BucketIdx / 32] |= 1U << (BucketIdx % 32); in finalizeBuckets()
/dports/devel/llvm80/llvm-8.0.1.src/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp130 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets() argument
141 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
150 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
160 for (uint32_t B : HashBitmap) in readGSIHashBuckets()
178 if (auto EC = readGSIHashBuckets(HashBuckets, HashBitmap, HashHdr, in read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/
H A Dimage_decoder_test_helpers.cc40 unsigned HashBitmap(const SkBitmap& bitmap) { in HashBitmap() function
49 return HashBitmap(frame->Bitmap()); in CreateDecodingBaseline()
60 baseline_hashes->push_back(HashBitmap(frame->Bitmap())); in CreateDecodingBaseline()
117 EXPECT_EQ(baseline_hashes[i], HashBitmap(frame->Bitmap())); in TestByteByByteDecode()
151 EXPECT_EQ(HashBitmap(frame->Bitmap()), hash); in TestMergeBuffer()
168 EXPECT_EQ(baseline_hashes[j], HashBitmap(frame->Bitmap())); in TestRandomFrameDecode()
178 EXPECT_EQ(baseline_hashes[i - 1], HashBitmap(frame->Bitmap())); in TestRandomFrameDecode()
199 EXPECT_EQ(baseline_hashes[j], HashBitmap(frame->Bitmap())); in TestRandomDecodeAfterClearFrameBufferCache()
287 truncated_hashes.push_back(HashBitmap(frame->Bitmap())); in TestProgressiveDecoding()
302 progressive_hashes.push_back(HashBitmap(frame->Bitmap())); in TestProgressiveDecoding()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/image-decoders/
H A Dimage_decoder_test_helpers.cc40 unsigned HashBitmap(const SkBitmap& bitmap) { in HashBitmap() function
49 return HashBitmap(frame->Bitmap()); in CreateDecodingBaseline()
60 baseline_hashes->push_back(HashBitmap(frame->Bitmap())); in CreateDecodingBaseline()
117 EXPECT_EQ(baseline_hashes[i], HashBitmap(frame->Bitmap())); in TestByteByByteDecode()
151 EXPECT_EQ(HashBitmap(frame->Bitmap()), hash); in TestMergeBuffer()
168 EXPECT_EQ(baseline_hashes[j], HashBitmap(frame->Bitmap())); in TestRandomFrameDecode()
178 EXPECT_EQ(baseline_hashes[i - 1], HashBitmap(frame->Bitmap())); in TestRandomFrameDecode()
199 EXPECT_EQ(baseline_hashes[j], HashBitmap(frame->Bitmap())); in TestRandomDecodeAfterClearFrameBufferCache()
287 truncated_hashes.push_back(HashBitmap(frame->Bitmap())); in TestProgressiveDecoding()
302 progressive_hashes.push_back(HashBitmap(frame->Bitmap())); in TestProgressiveDecoding()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/
H A Dfpdf_ppo_embeddertest.cpp123 EXPECT_EQ(kExpectedMD5s[i], HashBitmap(bitmap.get())); in TEST_F()
246 EXPECT_EQ(kHashes[i], HashBitmap(bitmap.get())); in TEST_F()
263 EXPECT_EQ(kHashes[i], HashBitmap(bitmap.get())); in TEST_F()
279 std::string digest = HashBitmap(bitmap.get()); in TEST_F()
294 EXPECT_EQ(digest, HashBitmap(new_bitmap.get())); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/
H A Dfpdf_ppo_embeddertest.cpp122 EXPECT_EQ(kExpectedMD5s[i], HashBitmap(bitmap.get())); in TEST_F()
245 EXPECT_EQ(kHashes[i], HashBitmap(bitmap.get())); in TEST_F()
262 EXPECT_EQ(kHashes[i], HashBitmap(bitmap.get())); in TEST_F()
278 std::string digest = HashBitmap(bitmap.get()); in TEST_F()
293 EXPECT_EQ(digest, HashBitmap(new_bitmap.get())); in TEST_F()

123