Searched refs:section_count (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dlinux.cc63 size_t section_count = sections_.size(); local
64 for (size_t i = 0; i < section_count; ++i) {
98 size_t section_count = sections_.size();
99 for (size_t i = 0; i < section_count; ++i) {
128 size_t section_count = sections_.size(); local
129 for (size_t i = 0; i < section_count; ++i) {
/external/oprofile/libutil++/
H A Dbfd_support.cpp459 sect && img_sect_cnt < image_bfd->section_count;
/external/f2fs-tools/mkfs/
H A Df2fs_format.c271 super_block.section_count = cpu_to_le32(
276 le32_to_cpu(super_block.section_count) *
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py329 section_count = f.uint16()
331 sections = [CoffSection(f) for idx in range(section_count)]
/external/f2fs-tools/include/
H A Df2fs_fs.h327 __le32 section_count; /* total # of sections */ member in struct:f2fs_super_block
/external/f2fs-tools/fsck/
H A Dmount.c116 DISP_u32(sb, section_count);
259 sbi->total_sections = le32_to_cpu(raw_super->section_count);

Completed in 1880 milliseconds