OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_chunk
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/libwebp/mux/
muxinternal.c
130
WebPChunk* const
cur_chunk
= *chunk_list;
local
133
chunk_list = &
cur_chunk
->next_;
/external/opencv3/3rdparty/libwebp/demux/
demux.c
718
Chunk* const
cur_chunk
= c;
local
720
free(
cur_chunk
);
/external/webp/src/demux/
demux.c
766
Chunk* const
cur_chunk
= c;
local
768
WebPSafeFree(
cur_chunk
);
/external/libpcap/
gencode.c
238
static int
cur_chunk
;
variable
339
cp = &chunks[
cur_chunk
];
341
++cp, k = ++
cur_chunk
;
362
cur_chunk
= 0;
[
all
...]
Completed in 3878 milliseconds