MCPcopy Create free account
hub / github.com/chen3feng/toft / DoXorWith

Method DoXorWith

container/bitmap.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void BitmapBase::DoXorWith(WordType* words, const WordType* words2, size_t word_size)
27{
28 for (size_t i = 0; i < word_size; ++i)
29 words[i] ^= words2[i];
30}
31
32void BitmapBase::DoSetAll(WordType* words, uint64_t size)
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected