Searched refs:section_count (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/base/ |
D | linux.cc | 63 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/ |
D | dng_info.cpp | 1511 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/ |
D | relocs.py | 329 section_count = f.uint16() 335 sections = [CoffSection(f) for idx in range(section_count)]
|
/external/f2fs-tools/mkfs/ |
D | f2fs_format.c | 309 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/ |
D | f2fs_fs.h | 333 __le32 section_count; /* total # of sections */ member
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 743 __u32 section_count; /* total # of sections */ member
|
/external/f2fs-tools/fsck/ |
D | mount.c | 126 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()
|