Searched refs:skip_empty (Results 1 – 1 of 1) sorted by relevance
1002 unsigned long bits, bool skip_empty) in input_bits_to_string() argument1008 if (dword || !skip_empty) in input_bits_to_string()1012 if (dword || !skip_empty || len) in input_bits_to_string()1016 if (bits || !skip_empty) in input_bits_to_string()1026 unsigned long bits, bool skip_empty) in input_bits_to_string() argument1028 return bits || !skip_empty ? in input_bits_to_string()1101 bool skip_empty = true; in input_seq_print_bitmap() local1108 bitmap[i], skip_empty)) { in input_seq_print_bitmap()1109 skip_empty = false; in input_seq_print_bitmap()1117 if (skip_empty) in input_seq_print_bitmap()[all …]