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

Method DoOrWith

container/bitmap.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void BitmapBase::DoOrWith(WordType* words, const WordType* words2, size_t word_size)
21{
22 for (size_t i = 0; i < word_size; ++i)
23 words[i] |= words2[i];
24}
25
26void BitmapBase::DoXorWith(WordType* words, const WordType* words2, size_t word_size)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected