MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_bitvec_zero

Function hb_bitvec_zero

libhb/muxcommon.c:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129static void hb_bitvec_zero(hb_bitvec_t *bv)
130{
131 int words = (bv->size + 31) >> 5;
132 memset(bv->vec, 0, words * sizeof(uint32_t));
133}
134
135static int hb_bitvec_bit(hb_bitvec_t *bv, int n)
136{

Callers 1

muxWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected