Home
last modified time | relevance | path

Searched refs:section_count (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/base/
Dlinux.cc63 size_t section_count = sections_.size(); in GetNumCpus() local
64 for (size_t i = 0; i < section_count; ++i) { in GetNumCpus()
98 size_t section_count = sections_.size(); in GetNumPhysicalCpus() local
99 for (size_t i = 0; i < section_count; ++i) { in GetNumPhysicalCpus()
128 size_t section_count = sections_.size(); in GetCpuFamily() local
129 for (size_t i = 0; i < section_count; ++i) { in GetCpuFamily()
/external/dng_sdk/source/
Ddng_info.cpp1511 uint32 section_count = stream.Get_uint32 (); in ParseDNGPrivateData() local
1513 if (section_key == DNG_CHAR4 ('M','a','k','N') && section_count > 6) in ParseDNGPrivateData()
1528 uint32 tempSize = SafeUint32Sub(section_count, 6); in ParseDNGPrivateData()
1552 else if (section_key == DNG_CHAR4 ('S','R','2',' ') && section_count > 6) in ParseDNGPrivateData()
1573 section_count - 6, in ParseDNGPrivateData()
1579 else if (section_key == DNG_CHAR4 ('R','A','F',' ') && section_count > 4) in ParseDNGPrivateData()
1670 else if (section_key == DNG_CHAR4 ('C','n','t','x') && section_count > 4) in ParseDNGPrivateData()
1709 else if (section_key == DNG_CHAR4 ('C','R','W',' ') && section_count > 4) in ParseDNGPrivateData()
1770 else if (section_count > 4) in ParseDNGPrivateData()
1872 section_offset = SafeUint32Add(section_offset, section_count); in ParseDNGPrivateData()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py329 section_count = f.uint16()
335 sections = [CoffSection(f) for idx in range(section_count)]
/external/f2fs-tools/mkfs/
Df2fs_format.c309 set_sb(section_count, get_sb(segment_count_main) / config.segs_per_sec); in f2fs_prepare_super_block()
311 set_sb(segment_count_main, get_sb(section_count) * config.segs_per_sec); in f2fs_prepare_super_block()
/external/f2fs-tools/include/
Df2fs_fs.h333 __le32 section_count; /* total # of sections */ member
/external/e2fsprogs/lib/blkid/
Dprobe.h743 __u32 section_count; /* total # of sections */ member
/external/f2fs-tools/fsck/
Dmount.c126 DISP_u32(sb, section_count); in print_raw_sb_info()
304 sbi->total_sections = le32_to_cpu(raw_super->section_count); in init_sb_info()