OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_segment_position
(Results
1 - 9
of
9
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
headerparser.cc
169
size_t*
source_segment_position
) {
182
if (!ParseSize("source segment position",
source_segment_position
)) {
185
if ((*
source_segment_position
>= from_size) &&
187
LOG(ERROR) << "Source segment position (" << *
source_segment_position
193
const size_t source_segment_end = *
source_segment_position
+
211
size_t*
source_segment_position
) {
223
source_segment_position
);
235
source_segment_position
);
headerparser.h
248
// *
source_segment_position
are populated with the parsed values. Otherwise,
253
//
source_segment_position
if the source segment is taken from the
257
// source_segment_length and
source_segment_position
if the source segment
266
//
source_segment_position
(output): The parsed zero-based index in the
273
size_t*
source_segment_position
);
364
//
source_segment_position
(output): The parsed zero-based index in the
371
size_t*
source_segment_position
);
vcdecoder.cc
1049
size_t
source_segment_position
= 0;
local
[
all
...]
/external/chromium_org/sdch/open-vcdiff/src/
headerparser.cc
169
size_t*
source_segment_position
) {
182
if (!ParseSize("source segment position",
source_segment_position
)) {
185
if ((*
source_segment_position
>= from_size) &&
187
VCD_ERROR << "Source segment position (" << *
source_segment_position
193
const size_t source_segment_end = *
source_segment_position
+
211
size_t*
source_segment_position
) {
223
source_segment_position
);
235
source_segment_position
);
headerparser.h
248
// *
source_segment_position
are populated with the parsed values. Otherwise,
253
//
source_segment_position
if the source segment is taken from the
257
// source_segment_length and
source_segment_position
if the source segment
266
//
source_segment_position
(output): The parsed zero-based index in the
273
size_t*
source_segment_position
);
364
//
source_segment_position
(output): The parsed zero-based index in the
371
size_t*
source_segment_position
);
vcdecoder.cc
1052
size_t
source_segment_position
= 0;
local
[
all
...]
/external/open-vcdiff/src/
headerparser.cc
169
size_t*
source_segment_position
) {
182
if (!ParseSize("source segment position",
source_segment_position
)) {
185
if ((*
source_segment_position
>= from_size) &&
187
VCD_ERROR << "Source segment position (" << *
source_segment_position
193
const size_t source_segment_end = *
source_segment_position
+
211
size_t*
source_segment_position
) {
223
source_segment_position
);
235
source_segment_position
);
headerparser.h
248
// *
source_segment_position
are populated with the parsed values. Otherwise,
253
//
source_segment_position
if the source segment is taken from the
257
// source_segment_length and
source_segment_position
if the source segment
266
//
source_segment_position
(output): The parsed zero-based index in the
273
size_t*
source_segment_position
);
364
//
source_segment_position
(output): The parsed zero-based index in the
371
size_t*
source_segment_position
);
vcdecoder.cc
1052
size_t
source_segment_position
= 0;
local
[
all
...]
Completed in 674 milliseconds