Searched refs:word_width (Results 1 – 2 of 2) sorted by relevance
397 int word_width; /* display width of word */ in process_stream() local464 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()
2804 const uint64_t word_width = 32; in ParseSingleMember() local2881 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()