OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lend
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/libpp/
locate_images.cpp
43
list<string>::const_iterator
lend
= file_list.end();
local
44
for (; lit !=
lend
; ++lit) {
callgraph_container.cpp
431
list<image_set>::const_iterator const
lend
= lset.end();
member in class:list
432
for (lit = lset.begin(); lit !=
lend
; ++lit) {
/external/zopfli/src/zopfli/
blocksplitter.c
104
lend
: end of block (not inclusive)
108
size_t lstart, size_t
lend
) {
109
return ZopfliCalculateBlockSize(litlens, dists, lstart,
lend
, 2);
195
lend
: output variable, giving end of block.
201
size_t* lstart, size_t*
lend
) {
210
*
lend
= end;
223
size_t lstart,
lend
;
local
237
lend
= llsize;
249
c.end =
lend
;
250
assert(lstart <
lend
);
[
all
...]
Completed in 52 milliseconds