Searched refs:min_count (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | spdx30.py | 55 def check_min_count(self, value, min_count): argument 56 return min_count == 1 421 def check_min_count(self, value, min_count): argument 423 return len(value) >= min_count 595 min_count=None, argument 611 cls._OBJ_PROPERTIES[iri] = (prop, min_count, max_count, pyname, compact) 761 for iri, prop, min_count, max_count, pyname, compact in self.__iter_props(): 764 if min_count: 770 if min_count is not None: 771 if not prop.check_min_count(value, min_count): [all …]
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | trees.c | 722 int min_count = 4; /* min repeat count */ local 724 if (nextlen == 0) max_count = 138, min_count = 3; 731 } else if (count < min_count) { 743 max_count = 138, min_count = 3; 745 max_count = 6, min_count = 3; 747 max_count = 7, min_count = 4; 767 int min_count = 4; /* min repeat count */ local 770 if (nextlen == 0) max_count = 138, min_count = 3; 776 } else if (count < min_count) { 794 max_count = 138, min_count = 3; [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/ |
| H A D | fvp_devices.py | 33 def check_devices(self, cls, min_count, search_drivers): argument 40 min_count,
|
| /openbmc/qemu/disas/ |
| H A D | sparc.c | 2640 int min_count = num_opcodes, max_count = 0; in build_hash_table() 2645 if (hash_count[i] < min_count) in build_hash_table() 2646 min_count = hash_count[i]; in build_hash_table() 2653 min_count, max_count, (double) total / HASH_SIZE); in build_hash_table()
|