OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dropTailXA
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/include/
pub_tool_xarray.h
113
extern void VG_(
dropTailXA
) ( XArray*, Word );
/external/valgrind/main/drd/
drd_semaphore.c
81
VG_(
dropTailXA
)(p->last_sem_post_seg, 1);
/external/valgrind/main/coregrind/
m_xarray.c
279
void VG_(
dropTailXA
) ( XArray* xao, Word n )
/external/valgrind/main/coregrind/m_debuginfo/
readmacho.c
482
VG_(
dropTailXA
)(syms, nsyms - j);
[
all
...]
readxcoff.c
808
VG_(
dropTailXA
)(syms, nsyms - j);
[
all
...]
/external/valgrind/main/helgrind/
hg_main.c
[
all
...]
/external/valgrind/main/exp-ptrcheck/
sg_main.c
291
VG_(
dropTailXA
)( orig, n-w );
355
VG_(
dropTailXA
)( orig, VG_(sizeXA)( orig ));
[
all
...]
Completed in 131 milliseconds