Searched refs:skip_empty (Results 1 – 1 of 1) sorted by relevance
1015 unsigned long bits, bool skip_empty) in input_bits_to_string() argument1021 if (dword || !skip_empty) in input_bits_to_string()1025 if (dword || !skip_empty || len) in input_bits_to_string()1029 if (bits || !skip_empty) in input_bits_to_string()1039 unsigned long bits, bool skip_empty) in input_bits_to_string() argument1041 return bits || !skip_empty ? in input_bits_to_string()1114 bool skip_empty = true; in input_seq_print_bitmap() local1121 bitmap[i], skip_empty)) { in input_seq_print_bitmap()1122 skip_empty = false; in input_seq_print_bitmap()1130 if (skip_empty) in input_seq_print_bitmap()[all …]