Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp2557 size_t aligned_start = total_bytes_read - total_bytes_read % type_width; in ReadStringFromMemory() local
2558 … for (size_t i = aligned_start; i + type_width <= total_bytes_read + bytes_read; i += type_width) in ReadStringFromMemory()