Searched refs:skip_empty (Results 1 – 1 of 1) sorted by relevance
1011 unsigned long bits, bool skip_empty) in input_bits_to_string() argument1017 if (dword || !skip_empty) in input_bits_to_string()1021 if (dword || !skip_empty || len) in input_bits_to_string()1025 if (bits || !skip_empty) in input_bits_to_string()1035 unsigned long bits, bool skip_empty) in input_bits_to_string() argument1037 return bits || !skip_empty ? in input_bits_to_string()1110 bool skip_empty = true; in input_seq_print_bitmap() local1117 bitmap[i], skip_empty)) { in input_seq_print_bitmap()1118 skip_empty = false; in input_seq_print_bitmap()1126 if (skip_empty) in input_seq_print_bitmap()[all …]