Home
last modified time | relevance | path

Searched refs:dropTailXA (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/include/
Dpub_tool_xarray.h125 extern void VG_(dropTailXA) ( XArray*, Word );
/external/valgrind/drd/
Ddrd_semaphore.c80 VG_(dropTailXA)(p->last_sem_post_seg, 1); in drd_segment_pop()
/external/valgrind/coregrind/
Dm_xarray.c290 void VG_(dropTailXA) ( XArray* xa, Word n ) in VG_() argument
Dm_transtab.c1565 VG_(dropTailXA)(sec->host_extents, VG_(sizeXA)(sec->host_extents)); in initialiseSector()
/external/valgrind/exp-sgcheck/
Dsg_main.c290 VG_(dropTailXA)( orig, n-w ); in StackBlocks__find_and_dealloc__or_add()
354 VG_(dropTailXA)( orig, VG_(sizeXA)( orig )); in StackBlocks__find_and_dealloc__or_add() local
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c479 VG_(dropTailXA)(syms, nsyms - j); in tidy_up_cand_syms()
/external/valgrind/helgrind/
Dhg_main.c2789 VG_(dropTailXA)( xa, 1 ); in mb_pop_SO_for_sem()
3041 VG_(dropTailXA)(bar->waiting, VG_(sizeXA)(bar->waiting)); in evh__HG_PTHREAD_BARRIER_INIT_PRE()
3128 VG_(dropTailXA)(bar->waiting, VG_(sizeXA)(bar->waiting)); in do_barrier_cross_sync_and_empty()
3863 VG_(dropTailXA)( stack, 1 ); in laog__do_dfs_from_to()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c1438 VG_(dropTailXA)(envp, VG_(sizeXA)(envp)); in PRE() local