OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur_desc
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
malloc_debug_qemu.cpp
873
MallocDesc
cur_desc
;
local
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc
711
const Dwarf_STMTL_FileDesc*
cur_desc
= stmtl_header_.file_infos;
local
712
while (index != 1 && !
cur_desc
->is_last_entry()) {
713
cur_desc
=
cur_desc
->process(NULL);
716
assert(!
cur_desc
->is_last_entry());
717
return
cur_desc
->is_last_entry() ? NULL :
cur_desc
;
Completed in 106 milliseconds