Home
last modified time | relevance | path

Searched refs:other_count (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/
Dcollections.py682 other_count = other[elem]
683 newcount = other_count if count < other_count else count
702 other_count = other[elem]
703 newcount = count if count < other_count else other_count
/external/python/cpython3/Lib/collections/
D__init__.py798 other_count = other[elem]
799 newcount = other_count if count < other_count else count
818 other_count = other[elem]
819 newcount = count if count < other_count else other_count
885 for elem, other_count in other.items():
887 if other_count > count:
888 self[elem] = other_count
901 other_count = other[elem]
902 if other_count < count:
903 self[elem] = other_count
/external/squashfs-tools/squashfs-tools/
Daction.c67 static int other_count = 0; variable
579 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()
/external/kernel-headers/original/uapi/linux/
Dethtool.h561 __u32 other_count; member
/external/ethtool/
Dethtool-copy.h547 __u32 other_count; member
Dethtool.c1410 echannels->other_count, in dump_channels()
2107 &echannels.other_count }, in do_schannels()
2130 echannels.tx_count, echannels.other_count, in do_schannels()
/external/llvm-project/libcxx/src/filesystem/
Doperations.cpp1122 auto other_count = remove_all_impl(it->path(), ec); in remove_all_impl() local
1125 count += other_count; in remove_all_impl()
/external/libcxx/src/filesystem/
Doperations.cpp1124 auto other_count = remove_all_impl(it->path(), ec); in remove_all_impl() local
1127 count += other_count; in remove_all_impl()
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi27003 …<var-decl name="other_count" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/…
Dtest-PR27569-v0.abi26975 …<var-decl name="other_count" type-id="3f1a6b60" visibility="default" filepath="include/uapi/linux/…