Lines Matching full:bitset
194 Bitset
198 dumped as a bitset (text file with 1 for blocks that have been executed and 0
209 % head *bitset*
210 ==> a.out.38214.bitset-sancov <==
212 ==> a.out.6128.bitset-sancov <==
215 For a given executable the length of the bitset is always the same (well,
216 unless dlopen/dlclose come into play), so the bitset coverage can be
217 easily used for bitset-based corpus distillation.
253 On exit, every counter will be mapped to a 8-bit bitset representing counter
273 // the counters to a bitset.
274 // Every counter is associated with 8 bits in the bitset.
281 // Updates the counter 'bitset', clears the counters and returns the number of
282 // new bits in 'bitset'.
283 // If 'bitset' is nullptr, only clears the counters.
284 // Otherwise 'bitset' should be at least
287 __sanitizer_update_counter_bitset_and_clear_counters(uint8_t *bitset);