OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:header_start
(Results
1 - 7
of
7
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
headerparser.cc
66
VCDiffHeaderParser::VCDiffHeaderParser(const char*
header_start
,
68
: parseable_chunk_(
header_start
, data_end -
header_start
),
headerparser.h
194
//
header_start
should be the start of the header to be parsed;
197
VCDiffHeaderParser(const char*
header_start
, const char* data_end);
/external/open-vcdiff/src/
headerparser.cc
66
VCDiffHeaderParser::VCDiffHeaderParser(const char*
header_start
,
68
: parseable_chunk_(
header_start
, data_end -
header_start
),
headerparser.h
194
//
header_start
should be the start of the header to be parsed;
197
VCDiffHeaderParser(const char*
header_start
, const char* data_end);
/external/elfutils/libdw/
dwarf_getsrclines.c
195
const unsigned char *
header_start
= linep;
local
338
if (unlikely (linep !=
header_start
+ header_length))
/frameworks/native/libs/binder/
Parcel.cpp
1101
int32_t
header_start
= dataPosition();
local
1105
setDataPosition(
header_start
+ header_size);
[
all
...]
/external/elfutils/src/
readelf.c
[
all
...]
Completed in 152 milliseconds