Home
last modified time | relevance | path

Searched refs:prev_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/scripts/
H A Dgenerate_schema_collections.py164 prev_count = path.count(member_id)
165 if prev_count:
166 new_path = path + "/{" + member_id + str(prev_count + 1) + "}"
/openbmc/u-boot/tools/
H A Dmoveconfig.py1699 prev_count = len(imply_configs[prev])
1701 if (prev_count > count and
1707 elif count > prev_count: