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

  /external/u-boot/tools/
omapimage.h 13 uint32_t section_offset; member in struct:ch_toc
omapimage.c 46 while (toc->section_offset != 0xffffffff
49 offset = cpu_to_be32(toc->section_offset);
52 offset = toc->section_offset;
95 while (toc->section_offset != 0xffffffff
98 offset = cpu_to_be32(toc->section_offset);
101 offset = toc->section_offset;
111 toc->section_offset,
134 toc->section_offset = toc_offset(ptr, chs);
mxsimage.h 128 uint32_t section_offset; member in struct:sb_sections_header
mxsimage.c 1421 shdr->section_offset = offset + 1;
    [all...]
  /external/freetype/src/pfr/
pfrload.h 100 FT_UInt32 section_offset,
pfrload.c 290 FT_UInt32 section_offset,
298 if ( FT_STREAM_SEEK( section_offset ) ||
309 2 + count * 5 >= stream->size - section_offset ||
330 FT_UInt32 section_offset,
340 if ( FT_STREAM_SEEK( section_offset ) ||
  /external/dng_sdk/source/
dng_info.cpp 1502 uint32 section_offset = 6; local
1504 while (SafeUint32Add(section_offset, 8) < fShared->fDNGPrivateDataCount)
1508 section_offset));
1567 uint64 new_offset = fShared->fDNGPrivateDataOffset + section_offset + 14;
    [all...]
  /art/libdexfile/dex/
dex_file_verifier.cc 2003 uint32_t section_offset = item->offset_; local
2958 uint32_t section_offset = item->offset_; local
    [all...]

Completed in 670 milliseconds