OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aend
(Results
1 - 2
of
2
) sorted by null
/external/libppp/src/
chat.c
381
char *abegin, *ebegin, *begin, *
aend
, *eend, *end;
local
404
aend
= c->bufend - c->abort.string[c->abort.num-1].len + in + 1;
409
aend
= eend;
412
end =
aend
< eend ? eend :
aend
;
442
aend
-= chop;
465
} else if (begin >= abegin && begin <
aend
) {
/external/oprofile/pp/
opreport.cpp
196
vector<app_summary>::iterator const
aend
= apps.end();
member in class:__anon24411::vector
197
for (; ait !=
aend
; ++ait)
Completed in 61 milliseconds