MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / SET_DEP_BIT

Function SET_DEP_BIT

src/jrd/optimizer/Optimizer.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107namespace
108{
109 inline void SET_DEP_BIT(ULONG* array, const SLONG bit)
110 {
111 array[bit / BITS_PER_LONG] |= (1L << (bit % BITS_PER_LONG));
112 }
113
114 inline bool TEST_DEP_BIT(const ULONG* array, const ULONG bit)
115 {

Callers 1

classMaskFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected