Searched refs:section_count (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/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()
|
/third_party/ffmpeg/libavformat/ |
D | brstm.c | 141 uint16_t section_count, header_size, i; in read_header() local 147 section_count = read16(s); in read_header() 151 && i < section_count; i++) { in read_header()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
D | cper.h | 112 __u16 section_count; member
|
D | erst-inject.c | 101 rcd_hdr->section_count = 1; in inject()
|
/third_party/f2fs-tools/fsck/ |
D | resize.c | 142 set_sb(section_count, get_sb(segment_count_main) / in get_new_sb() 145 set_sb(segment_count_main, get_sb(section_count) * in get_new_sb()
|
D | mount.c | 408 DISP_u32(sb, section_count); in print_raw_sb_info() 912 total_sections = get_sb(section_count); in sanity_check_raw_super() 1106 sbi->total_sections = get_sb(section_count); in init_sb_info()
|
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format.c | 474 set_sb(section_count, total_zones * c.secs_per_zone); in f2fs_prepare_super_block() 476 set_sb(segment_count_main, get_sb(section_count) * c.segs_per_sec); in f2fs_prepare_super_block() 490 round_up(f2fs_get_usable_segments(sb), get_sb(section_count)); in f2fs_prepare_super_block()
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 812 __le32 section_count; /* total # of sections */ member 1639 round_up(usable_main_segs, get_sb(section_count)); in get_best_overprovision()
|