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

/external/webrtc/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/dng_sdk/source/
H A Ddng_info.cpp1511 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 Df2fs_format.c309 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 Drelocs.py329 section_count = f.uint16()
335 sections = [CoffSection(f) for idx in range(section_count)]
/external/e2fsprogs/lib/blkid/
H A Dprobe.h746 __u32 section_count; /* total # of sections */ member in struct:f2fs_super_block
/external/f2fs-tools/include/
H A Df2fs_fs.h333 __le32 section_count; /* total # of sections */ member in struct:f2fs_super_block
/external/f2fs-tools/fsck/
H A Dmount.c126 DISP_u32(sb, section_count);
304 sbi->total_sections = le32_to_cpu(raw_super->section_count);

Completed in 280 milliseconds