HomeSort by relevance Sort by last modified time
    Searched refs:section_count (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/base/
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/libxaac/decoder/drc_src/
impd_drc_eq.h 113 WORD32 section_count; member in struct:__anon30029
127 WORD32 section_count; member in struct:__anon30031
impd_drc_eq.c 336 WORD32 section = ph_alignment_filt->section_count;
345 ph_alignment_filt->section_count++;
356 ph_alignment_filt->section_count++;
733 eq_filt_element->pstr_pole_zero_filt.section_count = section;
    [all...]
  /external/dng_sdk/source/
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)
    [all...]
  /external/u-boot/tools/
mxsimage.h 59 uint16_t section_count; member in struct:sb_boot_image_header
mxsimage.c 1368 hdr->section_count = ictx->sect_count;
1381 sections_blocks = hdr->section_count * hdr->section_header_size;
    [all...]
  /art/libdexfile/dex/
dex_file_verifier.cc 2004 uint32_t section_count = item->size_; local
2959 uint32_t section_count = item->size_; local
    [all...]
  /external/adhd/cras/src/tests/
alsa_ucm_unittest.cc 1178 int section_count = 0; local
    [all...]
  /external/f2fs-tools/fsck/
resize.c 142 set_sb(section_count, get_sb(segment_count_main) /
145 set_sb(segment_count_main, get_sb(section_count) *
mount.c 323 DISP_u32(sb, section_count);
726 sbi->total_sections = get_sb(section_count);
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 746 __u32 section_count; /* total # of sections */ member in struct:f2fs_super_block
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 329 section_count = f.uint16()
335 sections = [CoffSection(f) for idx in range(section_count)]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 329 section_count = f.uint16()
335 sections = [CoffSection(f) for idx in range(section_count)]
    [all...]
  /external/f2fs-tools/mkfs/
f2fs_format.c 410 set_sb(section_count, total_zones * c.secs_per_zone);
412 set_sb(segment_count_main, get_sb(section_count) * c.segs_per_sec);
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 614 __le32 section_count; /* total # of sections */ member in struct:f2fs_super_block
    [all...]

Completed in 831 milliseconds