OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entrycount
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/applypatch/
imgdiff.cpp
225
int
entrycount
= 0;
local
268
temp_entries[
entrycount
].data_offset = hoffset+30+nlen+xlen;
269
temp_entries[
entrycount
].deflate_len = clen;
270
temp_entries[
entrycount
].uncomp_len = ulen;
271
temp_entries[
entrycount
].filename = filename;
272
++
entrycount
;
275
qsort(temp_entries,
entrycount
, sizeof(ZipFileEntry), fileentry_compare);
278
printf("found %d deflated entries\n",
entrycount
);
279
for (i = 0; i <
entrycount
; ++i) {
290
*chunks = reinterpret_cast<ImageChunk*>(malloc((
entrycount
*2+2) * sizeof(ImageChunk)))
[
all
...]
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
3888
uint32_t
entrycount
;
local
[
all
...]
Completed in 59 milliseconds