HomeSort by relevance Sort by last modified time
    Searched full:section_index (Results 1 - 14 of 14) sorted by null

  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 427 uint32_t section_index = section - VENDOR_SECTION; local
437 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index])
440 ret = qcamera3_tag_info[section_index][tag_index].tag_name;
469 uint32_t section_index = section - VENDOR_SECTION; local
478 else if (tag >= (uint32_t )qcamera3_ext3_section_bounds[section_index])
481 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 319 uint32_t section_index = section - VENDOR_SECTION; local
329 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index])
332 ret = qcamera3_tag_info[section_index][tag_index].tag_name;
361 uint32_t section_index = section - VENDOR_SECTION; local
370 else if (tag >= (uint32_t )qcamera3_ext3_section_bounds[section_index])
373 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp 319 uint32_t section_index = section - VENDOR_SECTION; local
329 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index])
332 ret = qcamera3_tag_info[section_index][tag_index].tag_name;
361 uint32_t section_index = section - VENDOR_SECTION; local
370 else if (tag >= (uint32_t )qcamera3_ext3_section_bounds[section_index])
373 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /external/syslinux/gpxe/src/util/
sortobjdump.pl 22 # "<section_index>:<value>:<size>:<end_tag>". <end_tag> is "0" if
  /toolchain/binutils/binutils-2.25/include/
ieee.h 153 unsigned int section_index; member in struct:ieee_section
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3VendorTags.cpp 768 uint32_t section_index = section - VENDOR_SECTION; local
777 tag < (uint32_t)qcamera3_ext3_section_bounds[section_index])
778 ret = qcamera3_tag_info[section_index][tag_index].tag_name;
812 uint32_t section_index = section - VENDOR_SECTION; local
820 tag < (uint32_t)qcamera3_ext3_section_bounds[section_index])
821 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
  /art/compiler/
elf_builder.h 369 Elf_Word section_index; local
373 section_index = section->GetSectionIndex();
375 section_index = static_cast<Elf_Word>(SHN_ABS);
377 Add(name, section_index, addr, size, binding, type);
381 Elf_Word section_index,
391 sym.st_shndx = section_index;
    [all...]
  /art/dexlayout/
dex_visualize.cc 308 size_t section_index) {
309 for (size_t i = section_index + 1; i < sorted_sections.size(); ++i) {
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 1116 unsigned int section_index;
1119 section_index = must_parse_int (&(ieee->h));
1121 section = get_section_entry (abfd, ieee, section_index);
1202 unsigned int section_index;
1207 section_index = must_parse_int (&ieee->h);
1208 section = get_section_entry (abfd, ieee, section_index);
1209 if (section_index > ieee->section_count)
1210 ieee->section_count = section_index;
1114 unsigned int section_index; local
1200 unsigned int section_index; local
    [all...]
coffgen.c 381 coff_section_from_bfd_index (bfd *abfd, int section_index)
385 if (section_index == N_ABS)
387 if (section_index == N_UNDEF)
389 if (section_index == N_DEBUG)
394 if (answer->target_index == section_index)
    [all...]
xcofflink.c 5045 int section_index; local
    [all...]
elf32-xtensa.c 10352 unsigned int section_index; local
    [all...]
  /external/v8/src/
gdb-jit.cc 729 int SectionHeaderPosition(uint32_t section_index) {
730 return sizeof(ELFHeader) + sizeof(ELFSection::Header) * section_index;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 218 unsigned int section_index;
216 unsigned int section_index; member in struct:group_list
    [all...]

Completed in 439 milliseconds