OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extra_count
(Results
1 - 3
of
3
) sorted by null
/external/qemu/ui/
keymaps.h
49
int
extra_count
;
member in struct:__anon34854
/external/chromium_org/courgette/third_party/
bsdiff_apply.cc
91
uint32 copy_count,
extra_count
;
local
95
if (!control_stream_extra_counts->ReadVarint32(&
extra_count
))
102
copy_count,
extra_count
, seek_adjustment);
127
if (
extra_count
> static_cast<size_t>(extra_end - extra_position))
130
if (!new_stream->Write(extra_position,
extra_count
))
133
extra_position +=
extra_count
;
bsdiff_create.cc
398
uint32
extra_count
= gap;
local
402
!control_stream_extra_counts->WriteVarint32(
extra_count
) ||
410
"%+-9d", copy_count,
extra_count
,
Completed in 3775 milliseconds