Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/fmt/
H A Dfmt.c397 int word_width; /* display width of word */ in process_stream() local
464 word_width = space_width = 0; in process_stream()
491 word_width += wcw; in process_stream()
498 word_length, word_width, space_width); in process_stream()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2804 const uint64_t word_width = 32; in ParseSingleMember() local
2881 if (last_field_end != 0 && ((last_field_end % word_width) != 0)) in ParseSingleMember()
2882 last_field_end += word_width - (last_field_end % word_width); in ParseSingleMember()
2910 word_width), in ParseSingleMember()