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.c
222
int
entrycount
= 0;
local
265
temp_entries[
entrycount
].data_offset = hoffset+30+nlen+xlen;
266
temp_entries[
entrycount
].deflate_len = clen;
267
temp_entries[
entrycount
].uncomp_len = ulen;
268
temp_entries[
entrycount
].filename = filename;
269
++
entrycount
;
272
qsort(temp_entries,
entrycount
, sizeof(ZipFileEntry), fileentry_compare);
275
printf("found %d deflated entries\n",
entrycount
);
276
for (i = 0; i <
entrycount
; ++i) {
287
*chunks = malloc((
entrycount
*2+2) * sizeof(ImageChunk))
[
all
...]
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
3291
uint32_t
entrycount
;
local
[
all
...]
Completed in 140 milliseconds