Searched refs:skip_empty (Results 1 – 1 of 1) sorted by relevance
1014 unsigned long bits, bool skip_empty) in input_bits_to_string() argument1020 if (dword || !skip_empty) in input_bits_to_string()1024 if (dword || !skip_empty || len) in input_bits_to_string()1028 if (bits || !skip_empty) in input_bits_to_string()1038 unsigned long bits, bool skip_empty) in input_bits_to_string() argument1040 return bits || !skip_empty ? in input_bits_to_string()1113 bool skip_empty = true; in input_seq_print_bitmap() local1120 bitmap[i], skip_empty)) { in input_seq_print_bitmap()1121 skip_empty = false; in input_seq_print_bitmap()1129 if (skip_empty) in input_seq_print_bitmap()[all …]