Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/detail/sections/
Drange_by_section.cpp27 …est_sectionalize(std::string const /*caseid*/, Geometry const& geometry, std::size_t section_count) in test_sectionalize() argument
38 BOOST_CHECK_EQUAL(s.size(), section_count); in test_sectionalize()
Dsectionalize.cpp72 void test_sectionalize(std::string const& caseid, G const& g, std::size_t section_count, in test_sectionalize() argument
89 BOOST_CHECK_EQUAL(s.size(), section_count); in test_sectionalize()
/third_party/skia/third_party/externals/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()
/third_party/ffmpeg/libavformat/
Dbrstm.c141 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/
Dcper.h112 __u16 section_count; member
Derst-inject.c101 rcd_hdr->section_count = 1; in inject()
/third_party/f2fs-tools/fsck/
Dresize.c142 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()
Dmount.c401 DISP_u32(sb, section_count); in print_raw_sb_info()
847 total_sections = get_sb(section_count); in sanity_check_raw_super()
1000 sbi->total_sections = get_sb(section_count); in init_sb_info()
/third_party/f2fs-tools/mkfs/
Df2fs_format.c429 set_sb(section_count, total_zones * c.secs_per_zone); in f2fs_prepare_super_block()
431 set_sb(segment_count_main, get_sb(section_count) * c.segs_per_sec); in f2fs_prepare_super_block()
445 round_up(f2fs_get_usable_segments(sb), get_sb(section_count)); in f2fs_prepare_super_block()
/third_party/f2fs-tools/include/
Df2fs_fs.h647 __le32 section_count; /* total # of sections */ member
1403 round_up(usable_main_segs, get_sb(section_count)); in get_best_overprovision()
/third_party/e2fsprogs/lib/blkid/
Dprobe.h746 __u32 section_count; /* total # of sections */ member