Searched refs:section_count (Results 1 - 7 of 7) sorted by relevance
/external/webrtc/webrtc/base/ |
H A D | linux.cc | 63 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/dng_sdk/source/ |
H A D | dng_info.cpp | 1511 uint32 section_count = stream.Get_uint32 (); local 1513 if (section_key == DNG_CHAR4 ('M','a','k','N') && section_count > 6) 1528 uint32 tempSize = SafeUint32Sub(section_count, 6); 1552 else if (section_key == DNG_CHAR4 ('S','R','2',' ') && section_count > 6) 1573 section_count - 6, 1579 else if (section_key == DNG_CHAR4 ('R','A','F',' ') && section_count > 4) 1670 else if (section_key == DNG_CHAR4 ('C','n','t','x') && section_count > 4) 1709 else if (section_key == DNG_CHAR4 ('C','R','W',' ') && section_count > 4) 1770 else if (section_count > 4) 1872 section_offset = SafeUint32Add(section_offset, section_count); [all...] |
/external/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 309 set_sb(section_count, get_sb(segment_count_main) / config.segs_per_sec); 311 set_sb(segment_count_main, get_sb(section_count) * config.segs_per_sec);
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
H A D | relocs.py | 329 section_count = f.uint16() 335 sections = [CoffSection(f) for idx in range(section_count)]
|
/external/e2fsprogs/lib/blkid/ |
H A D | probe.h | 746 __u32 section_count; /* total # of sections */ member in struct:f2fs_super_block
|
/external/f2fs-tools/include/ |
H A D | f2fs_fs.h | 333 __le32 section_count; /* total # of sections */ member in struct:f2fs_super_block
|
/external/f2fs-tools/fsck/ |
H A D | mount.c | 126 DISP_u32(sb, section_count); 304 sbi->total_sections = le32_to_cpu(raw_super->section_count);
|
Completed in 280 milliseconds