Home | History | Annotate | Download | only in source

Lines Matching refs:section_offset

1502 	uint32 section_offset = 6;
1504 while (SafeUint32Add(section_offset, 8) < fShared->fDNGPrivateDataCount)
1508 section_offset));
1567 uint64 new_offset = fShared->fDNGPrivateDataOffset + section_offset + 14;
1871 section_offset = SafeUint32Add(section_offset, 8);
1872 section_offset = SafeUint32Add(section_offset, section_count);
1874 if (section_offset & 1)
1876 section_offset = SafeUint32Add(section_offset, 1);