MCPcopy Create free account
hub / github.com/ElementsProject/lightning / bitmap_clear_bit

Function bitmap_clear_bit

ccan/ccan/bitmap/bitmap.h:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static inline void bitmap_clear_bit(bitmap *b, unsigned long n)
67{
68 BITMAP_WORD(b, n) &= ~BITMAP_WORDBIT(n);
69}
70
71static inline void bitmap_change_bit(bitmap *b, unsigned long n)
72{

Callers 1

test_sizesFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_sizesFunction · 0.68