Searched refs:skip_empty (Results 1 – 1 of 1) sorted by relevance
1071 unsigned long bits, bool skip_empty) in input_bits_to_string() argument1077 if (dword || !skip_empty) in input_bits_to_string()1081 if (dword || !skip_empty || len) in input_bits_to_string()1085 if (bits || !skip_empty) in input_bits_to_string()1095 unsigned long bits, bool skip_empty) in input_bits_to_string() argument1097 return bits || !skip_empty ? in input_bits_to_string()1170 bool skip_empty = true; in input_seq_print_bitmap() local1177 bitmap[i], skip_empty)) { in input_seq_print_bitmap()1178 skip_empty = false; in input_seq_print_bitmap()1186 if (skip_empty) in input_seq_print_bitmap()[all …]