Home
last modified time | relevance | path

Searched refs:part_count (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/cmd/
Dgpt.c556 u8 part_count = 0; in gpt_default() local
561 &str_disk_guid, &partitions, &part_count); in gpt_default()
573 ret = gpt_restore(blk_dev_desc, str_disk_guid, partitions, part_count); in gpt_default()
587 u8 part_count = 0; in gpt_verify() local
592 &str_disk_guid, &partitions, &part_count); in gpt_verify()
608 ret = gpt_verify_partitions(blk_dev_desc, partitions, part_count, in gpt_verify()
658 u8 part_count = 0; in do_rename_gpt_parts() local
698 &new_partitions, &part_count); in do_rename_gpt_parts()
763 &new_partitions, &part_count); in do_rename_gpt_parts()
/external/python/cpython3/Lib/email/
Dheader.py514 for i in range(self._current_line.part_count()-1, 0, -1):
556 if self.part_count()==0:
577 def part_count(self): member in _Accumulator
/external/v8/src/runtime/
Druntime-regexp.cc863 int part_count = static_cast<int>(indices->size()); in RUNTIME_FUNCTION() local
866 isolate->factory()->NewJSArray(PACKED_ELEMENTS, part_count, part_count, in RUNTIME_FUNCTION()
873 if (part_count == 1 && indices->at(0) == subject_length) { in RUNTIME_FUNCTION()
877 FOR_WITH_HANDLE_SCOPE(isolate, int, i = 0, i, i < part_count, i++, { in RUNTIME_FUNCTION()