MCPcopy Create free account
hub / github.com/blend2d/blend2d / clear_words

Method clear_words

blend2d/core/bitarray.h:298–298  ·  view source on GitHub ↗

Sets bits starting from `bit_index` specified by `word_data` and `word_count` to false (zeros in word_data are ignored). \note This operation uses an `AND_NOT` operator - bits in `word_data` are negated and then combined with AND operator with existing bits in BitArray.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

bl_bit_array_clear_wordsFunction · 0.85

Tested by

no test coverage detected