Searched refs:other_count (Results 1 – 6 of 6) 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
742 other_count = other[elem]743 newcount = other_count if count < other_count else count762 other_count = other[elem]763 newcount = count if count < other_count else other_count829 for elem, other_count in other.items():831 if other_count > count:832 self[elem] = other_count845 other_count = other[elem]846 if other_count < count:847 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()
719 auto other_count = remove_all_impl(it->path(), ec); in remove_all_impl() local721 count += other_count; in remove_all_impl()
519 __u32 other_count; member
3487 __vki_u32 other_count; member