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

Method FirstWordMask

container/bitmap.h:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 return 1ULL << ShiftOfBit(index);
56 }
57 static WordType FirstWordMask(uint64_t start)
58 {
59 return ~0ULL << (start % kBitsPerWord);
60 }
61
62 static WordType LastWordMask(uint64_t end)
63 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected