Home
last modified time | relevance | path

Searched refs:other_count (Results 1 – 5 of 5) 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/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/libcxx/src/experimental/filesystem/
Doperations.cpp814 auto other_count = remove_all_impl(it->path(), ec); in remove_all_impl() local
816 count += other_count; in remove_all_impl()
/external/kernel-headers/original/uapi/linux/
Dethtool.h518 __u32 other_count; member
/external/valgrind/include/vki/
Dvki-linux.h3487 __vki_u32 other_count; member