Home
last modified time | relevance | path

Searched refs:header_offset (Results 1 – 19 of 19) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_id.cc267 off_t header_offset; in WalkerCB() local
269 if (!walker->CurrentHeader(&header, &header_offset)) in WalkerCB()
286 macho_id->Update(walker, header_offset + sec.offset, sec.size); in WalkerCB()
300 off_t header_offset; in WalkerCB() local
302 if (!walker->CurrentHeader(&header, &header_offset)) in WalkerCB()
320 header_offset + sec64.offset, in WalkerCB()
/external/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py412 if self.header_offset == 0xffffffffL:
413 old = self.header_offset
414 self.header_offset = counts[idx]
850 x.header_offset = centdir[_CD_LOCAL_HEADER_OFFSET]
861 x.header_offset = x.header_offset + self._start_disk
966 zef_file.seek(zinfo.header_offset, 0)
1113 elif zinfo.header_offset > ZIP64_LIMIT:
1149 zinfo.header_offset = self.fp.tell() # Start of header bytes
1205 self.fp.seek(zinfo.header_offset, 0)
1236 zinfo.header_offset = self.fp.tell() # Start of header bytes
[all …]
/external/python/cpython2/Lib/
Dzipfile.py412 if self.header_offset == 0xffffffffL:
413 old = self.header_offset
414 self.header_offset = counts[idx]
847 x.header_offset = centdir[_CD_LOCAL_HEADER_OFFSET]
858 x.header_offset = x.header_offset + concat
963 zef_file.seek(zinfo.header_offset, 0)
1110 elif zinfo.header_offset > ZIP64_LIMIT:
1146 zinfo.header_offset = self.fp.tell() # Start of header bytes
1202 self.fp.seek(zinfo.header_offset, 0)
1233 zinfo.header_offset = self.fp.tell() # Start of header bytes
[all …]
/external/v8/src/compiler/
Dbytecode-analysis.cc368 if (current_offset == current_loop.header_offset) { in Analyze()
433 DCHECK_EQ(loop_stack_.top().header_offset, -1); in Analyze()
469 int header_offset = iterator.GetJumpTargetOffset(); in Analyze() local
473 liveness_map_.GetLiveness(header_offset); in Analyze()
485 for (; iterator.current_offset() > header_offset; --iterator) { in Analyze()
545 DCHECK(loop_stack_.top().header_offset < loop_header); in PushLoop()
549 int parent_offset = loop_stack_.top().header_offset; in PushLoop()
598 const LoopInfo& BytecodeAnalysis::GetLoopInfoFor(int header_offset) const { in GetLoopInfoFor()
599 DCHECK(IsLoopHeader(header_offset)); in GetLoopInfoFor()
601 return header_to_info_.find(header_offset)->second; in GetLoopInfoFor()
Dbytecode-analysis.h114 const LoopInfo& GetLoopInfoFor(int header_offset) const;
136 int header_offset; member
/external/libcxxabi/src/
Dcxa_exception.cpp190 size_t header_offset = get_cxa_exception_offset(); in __cxa_allocate_exception() local
192 (char *)__aligned_malloc_with_fallback(header_offset + actual_size); in __cxa_allocate_exception()
196 static_cast<__cxa_exception *>((void *)(raw_buffer + header_offset)); in __cxa_allocate_exception()
205 size_t header_offset = get_cxa_exception_offset(); in __cxa_free_exception() local
207 ((char *)cxa_exception_from_thrown_object(thrown_object)) - header_offset; in __cxa_free_exception()
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp34 header_offset(0), in BMPDecompressor()
252 header_offset = std::max(header_offset, 26 + img_ifh_size); in ReadHeader()
287 header_offset = std::max(header_offset, in ReadHeader()
309 if (!GetDataPosition(header_offset)) { in DecodeImage()
Dfx_bmp.h86 uint32_t header_offset; variable
/external/python/cpython3/Lib/
Dzipfile.py487 if self.header_offset == 0xffffffff:
488 old = self.header_offset
489 self.header_offset = counts[idx]
1136 self._fileobj.seek(self._zinfo.header_offset)
1332 x.header_offset = centdir[_CD_LOCAL_HEADER_OFFSET]
1346 x.header_offset = x.header_offset + concat
1479 zef_file = _SharedFile(self.fp, zinfo.header_offset,
1578 zinfo.header_offset = self.fp.tell()
1692 elif zinfo.header_offset > ZIP64_LIMIT:
1730 zinfo.header_offset = self.fp.tell() # Start of header bytes
[all …]
/external/tensorflow/tensorflow/core/lib/io/
Drecordio_test.cc156 void FixChecksum(int header_offset, int len) { in FixChecksum() argument
158 uint32_t crc = crc32c::Value(&contents_[header_offset + 6], 1 + len); in FixChecksum()
160 core::EncodeFixed32(&contents_[header_offset], crc); in FixChecksum()
/external/python/cpython2/Modules/
Dzipimport.c711 unsigned int crc, data_size, file_size, header_size, header_offset; in read_directory() local
753 header_offset = get_uint32(buffer + 16); in read_directory()
758 if (header_position < header_offset) { in read_directory()
762 if (header_position - header_size < header_offset) { in read_directory()
767 arc_offset = header_position - header_offset; in read_directory()
810 if (file_offset > header_offset) { in read_directory()
/external/python/cpython3/Modules/
Dzipimport.c950 unsigned int crc, data_size, file_size, header_size, header_offset; in read_directory() local
989 header_offset = get_uint32(buffer + 16); in read_directory()
994 if (header_position < header_offset) { in read_directory()
998 if (header_position - header_size < header_offset) { in read_directory()
1003 arc_offset = header_position - header_offset; in read_directory()
1043 if (file_offset > header_offset) { in read_directory()
/external/sfntly/cpp/src/sfntly/table/
Dtable.h79 virtual int32_t header_offset() { return header_->offset(); } in header_offset() function
/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.cpp507 const int32_t header_offset = GetHeaderOffset(GetValidator()); in CheckHeaderAndLinearized() local
511 if (header_offset == kInvalidHeaderOffset) in CheckHeaderAndLinearized()
514 m_parser.m_pSyntax->InitParserWithValidator(GetValidator(), header_offset); in CheckHeaderAndLinearized()
Dcpdf_parser.cpp204 const int32_t header_offset = GetHeaderOffset(file_access); in InitSyntaxParser() local
205 if (header_offset == kInvalidHeaderOffset) in InitSyntaxParser()
207 if (file_access->GetSize() < header_offset + kPDFHeaderSize) in InitSyntaxParser()
210 m_pSyntax->InitParser(file_access, header_offset); in InitSyntaxParser()
/external/libchrome/mojo/core/
Duser_message_impl.cc492 size_t header_offset = in AppendData() local
501 header_offset; in AppendData()
/external/perf_data_converter/src/quipper/
Dperf_reader.cc1456 const size_t header_offset = header.data.offset + header.data.size; in WriteMetadata() local
1457 CHECK_EQ(header_offset, data->Tell()); in WriteMetadata()
1463 const size_t metadata_offset = header_offset + headers_size; in WriteMetadata()
1557 data->SeekSet(header_offset); in WriteMetadata()
/external/python/cpython2/Doc/library/
Dzipfile.rst481 .. attribute:: ZipInfo.header_offset
/external/python/cpython3/Doc/library/
Dzipfile.rst654 .. attribute:: ZipInfo.header_offset