Searched refs:other_count (Results 1 – 7 of 7) sorted by relevance
682 other_count = other[elem]683 newcount = other_count if count < other_count else count702 other_count = other[elem]703 newcount = count if count < other_count else other_count
748 other_count = other[elem]749 newcount = other_count if count < other_count else count768 other_count = other[elem]769 newcount = count if count < other_count else other_count835 for elem, other_count in other.items():837 if other_count > count:838 self[elem] = other_count851 other_count = other[elem]852 if other_count < count:853 self[elem] = other_count
67 static int other_count = 0; variable579 spec_count = other_count ++; in parse_action()876 return other_count; in actions()894 for (i = 0; i < other_count; i++) { in eval_actions()3196 dump_action_list(other_spec, other_count); in dump_actions()
549 __u32 other_count; member
547 __u32 other_count; member
1410 echannels->other_count, in dump_channels()2107 &echannels.other_count }, in do_schannels()2130 echannels.tx_count, echannels.other_count, in do_schannels()
1124 auto other_count = remove_all_impl(it->path(), ec); in remove_all_impl() local1127 count += other_count; in remove_all_impl()