Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3363 std::vector<size_t> bad_char_heuristic(256, size); in FindInMemory() local
3367 decltype(bad_char_heuristic)::size_type bcu_idx = buf[idx]; in FindInMemory()
3368 bad_char_heuristic[bcu_idx] = size - idx - 1; in FindInMemory()
3377 s += bad_char_heuristic[iterator[s + size - 1]]; in FindInMemory()