Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dlinux.cc63 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/libxaac/decoder/drc_src/
Dimpd_drc_eq.c336 WORD32 section = ph_alignment_filt->section_count; in impd_calc_phase_filt_params()
345 ph_alignment_filt->section_count++; in impd_calc_phase_filt_params()
356 ph_alignment_filt->section_count++; in impd_calc_phase_filt_params()
733 eq_filt_element->pstr_pole_zero_filt.section_count = section; in impd_calc_eq_filt_elements()
1022 VOID impd_calc_filt_sect_delay(WORD32 section_count, in impd_calc_filt_sect_delay() argument
1027 for (i = 0; i < section_count; i++) { in impd_calc_filt_sect_delay()
1056 eq_filt_element->pstr_pole_zero_filt.section_count, in impd_get_eq_set_delay()
1075 impd_calc_filt_sect_delay(ph_alignment_filt->section_count, in impd_get_eq_set_delay()
1084 impd_calc_filt_sect_delay(ph_alignment_filt->section_count, in impd_get_eq_set_delay()
1184 WORD32 channel, FLOAT32* audio_out, WORD32 section_count) { in impd_process_filt_sect() argument
[all …]
Dimpd_drc_eq.h113 WORD32 section_count; member
127 WORD32 section_count; member
/external/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()
/external/u-boot/tools/
Dmxsimage.h59 uint16_t section_count; member
Dmxsimage.c1368 hdr->section_count = ictx->sect_count; in sb_postfill_image_header()
1381 sections_blocks = hdr->section_count * hdr->section_header_size; in sb_postfill_image_header()
1757 hdr->section_count); in sb_verify_image_header()
1768 sz = hdr->header_blocks + hdr->section_header_size * hdr->section_count; in sb_verify_image_header()
1783 sz = hdr->header_blocks + hdr->section_header_size * hdr->section_count; in sb_verify_image_header()
1953 for (i = 0; i < hdr->section_count; i++) { in sb_verify_sections_cmds()
/external/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.c323 DISP_u32(sb, section_count); in print_raw_sb_info()
726 sbi->total_sections = get_sb(section_count); in init_sb_info()
/external/adhd/cras/src/tests/
Dalsa_ucm_unittest.cc1178 int section_count = 0; in TEST() local
1247 section_count++; in TEST()
1249 EXPECT_EQ(section_count, ARRAY_SIZE(devices) / 2); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py329 section_count = f.uint16()
335 sections = [CoffSection(f) for idx in range(section_count)]
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py329 section_count = f.uint16()
335 sections = [CoffSection(f) for idx in range(section_count)]
/external/e2fsprogs/lib/blkid/
Dprobe.h746 __u32 section_count; /* total # of sections */ member
/external/f2fs-tools/mkfs/
Df2fs_format.c410 set_sb(section_count, total_zones * c.secs_per_zone); in f2fs_prepare_super_block()
412 set_sb(segment_count_main, get_sb(section_count) * c.segs_per_sec); in f2fs_prepare_super_block()
/external/f2fs-tools/include/
Df2fs_fs.h614 __le32 section_count; /* total # of sections */ member