Home
last modified time | relevance | path

Searched refs:FixedWord (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h23 template <size_t kMaxSizeT> class FixedWord {
26 FixedWord() {} in FixedWord() function
27 FixedWord(const uint8_t *B, uint8_t S) { Set(B, S); } in FixedWord() function
35 bool operator==(const FixedWord<kMaxSize> &w) const {
48 typedef FixedWord<64> Word;