Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lzw.h28 static constexpr LzwCodeType kNoPrefix = in LzwEncode() local
37 if (prefix_to_code.try_emplace({kNoPrefix, *it}, 0).second) in LzwEncode()
50 prefix_to_code[{kNoPrefix, dict_len1[i]}] = i; in LzwEncode()
61 LzwCodeType match = prefix_to_code.find({kNoPrefix, *begin})->second; in LzwEncode()
72 match = prefix_to_code.find({kNoPrefix, *it})->second; in LzwEncode()