Home
last modified time | relevance | path

Searched refs:sizeXA (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_rangemap.c85 vg_assert(VG_(sizeXA)(rm->ranges) == 1); in VG_()
129 Word size = VG_(sizeXA)(rm->ranges); in VG_()
150 for (i = 0; i < VG_(sizeXA)(ranges) - 1; i++) { in preen()
167 Word hi = VG_(sizeXA)(ranges); in find()
206 VG_(printf)("<< %ld entries:\n", VG_(sizeXA)(rm->ranges) ); in show()
207 for (i = 0; i < VG_(sizeXA)(rm->ranges); i++) { in show()
H A Dm_xtree.c178 VG_(hintSizeXA)(shared->ips_order_xecu, VG_(sizeXA)(shared->xec)); in ensure_ips_order_xecu_valid()
182 if (VG_(sizeXA)(shared->xec) == VG_(sizeXA)(shared->ips_order_xecu)) in ensure_ips_order_xecu_valid()
185 n_xecu = VG_(sizeXA)(shared->xec); in ensure_ips_order_xecu_valid()
186 for (i = VG_(sizeXA)(shared->ips_order_xecu); i < n_xecu; i++) in ensure_ips_order_xecu_valid()
398 for (i = 0; i < VG_(sizeXA)(VG_(args_for_client)); i++) { in FP_cmd()
487 n_xecu = VG_(sizeXA)(xt->data); in VG_()
488 vg_assert (n_xecu <= VG_(sizeXA)(shared->xec)); in VG_()
824 const UInt n_xecu = VG_(sizeXA)(shared->xec); in prepare_ms_ec()
825 const UInt n_data_xecu = VG_(sizeXA)(xt->data); in prepare_ms_ec()
877 for (i = 0; i < VG_(sizeXA)(desc_args); i++) { in VG_()
[all …]
H A Dm_poolalloc.c83 for (i = 0; i < VG_(sizeXA) (pa->pools); i++) in VG_()
116 return pa->nPerPool * VG_(sizeXA) (pa->pools); in VG_()
H A Dm_commandline.c239 = VG_(sizeXA)( VG_(args_for_valgrind) ); in VG_()
242 for (i = 0; i < VG_(sizeXA)( tmp_xarray ); i++) in VG_()
H A Dm_deduppoolalloc.c128 for (i = 0; i < VG_(sizeXA) (ddpa->pools); i++) in VG_()
222 VG_(sizeXA)(ddpa->pools), in print_stats()
244 vg_assert (!ddpa->fixedSzb || VG_(sizeXA) (ddpa->pools) == 1); in VG_()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_rangemap.c85 vg_assert(VG_(sizeXA)(rm->ranges) == 1); in VG_()
129 Word size = VG_(sizeXA)(rm->ranges); in VG_()
150 for (i = 0; i < VG_(sizeXA)(ranges) - 1; i++) { in preen()
167 Word hi = VG_(sizeXA)(ranges); in find()
206 VG_(printf)("<< %ld entries:\n", VG_(sizeXA)(rm->ranges) ); in show()
207 for (i = 0; i < VG_(sizeXA)(rm->ranges); i++) { in show()
H A Dm_xtree.c178 VG_(hintSizeXA)(shared->ips_order_xecu, VG_(sizeXA)(shared->xec)); in ensure_ips_order_xecu_valid()
182 if (VG_(sizeXA)(shared->xec) == VG_(sizeXA)(shared->ips_order_xecu)) in ensure_ips_order_xecu_valid()
185 n_xecu = VG_(sizeXA)(shared->xec); in ensure_ips_order_xecu_valid()
186 for (i = VG_(sizeXA)(shared->ips_order_xecu); i < n_xecu; i++) in ensure_ips_order_xecu_valid()
398 for (i = 0; i < VG_(sizeXA)(VG_(args_for_client)); i++) { in FP_cmd()
487 n_xecu = VG_(sizeXA)(xt->data); in VG_()
488 vg_assert (n_xecu <= VG_(sizeXA)(shared->xec)); in VG_()
824 const UInt n_xecu = VG_(sizeXA)(shared->xec); in prepare_ms_ec()
825 const UInt n_data_xecu = VG_(sizeXA)(xt->data); in prepare_ms_ec()
877 for (i = 0; i < VG_(sizeXA)(desc_args); i++) { in VG_()
[all …]
H A Dm_poolalloc.c83 for (i = 0; i < VG_(sizeXA) (pa->pools); i++) in VG_()
116 return pa->nPerPool * VG_(sizeXA) (pa->pools); in VG_()
H A Dm_commandline.c239 = VG_(sizeXA)( VG_(args_for_valgrind) ); in VG_()
242 for (i = 0; i < VG_(sizeXA)( tmp_xarray ); i++) in VG_()
H A Dm_deduppoolalloc.c128 for (i = 0; i < VG_(sizeXA) (ddpa->pools); i++) in VG_()
222 VG_(sizeXA)(ddpa->pools), in print_stats()
244 vg_assert (!ddpa->fixedSzb || VG_(sizeXA) (ddpa->pools) == 1); in VG_()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Dtytypes.c74 for (i = 0; i < VG_(sizeXA)(xa); i++) { in pp_XArray_of_cuOffs()
77 if (i+1 < VG_(sizeXA)(xa)) in pp_XArray_of_cuOffs()
204 n = VG_(sizeXA)( tyents ); in ML_()
281 for (w = 0; w < VG_(sizeXA)(xa); w++) { in ML_()
452 Word aN = VG_(sizeXA)( a ); in XArray_of_UWord__cmp()
453 Word bN = VG_(sizeXA)( b ); in XArray_of_UWord__cmp()
786 if (VG_(sizeXA)(fieldRs) == 0 in ML_()
788 for (i = 0; i < VG_(sizeXA)( fieldRs ); i++ ) { in ML_()
832 vg_assert(i >= 0 && i <= VG_(sizeXA)( fieldRs )); in ML_()
833 if (i == VG_(sizeXA)( fieldRs )) { in ML_()
[all …]
H A Ddebuginfo.c376 n = VG_(sizeXA)(di->admin_tyents); in free_DebugInfo()
387 n = VG_(sizeXA)(di->admin_gexprs); in free_DebugInfo()
840 n = VG_(sizeXA)(maps); in show_DebugInfoMappings()
870 n = VG_(sizeXA)(maps); in truncate_DebugInfoMapping_overlaps()
3664 have_descr = VG_(sizeXA)(described) > 0 in format_message()
4026 && VG_(sizeXA)(vars) > 0) ); in consider_vars_in_frame()
4027 for (j = 0; j < VG_(sizeXA)( vars ); j++) { in consider_vars_in_frame()
4101 if (VG_(sizeXA)( di->varinfo ) == 0) in VG_()
4467 && VG_(sizeXA)(vars) > 0) ); in VG_()
4522 nScopes = VG_(sizeXA)( di->varinfo ); in VG_()
[all …]
H A Dreaddwarf3.c745 nbytes = VG_(sizeXA)( xa ); in make_general_GX()
782 n1 = VG_(sizeXA)( rngs1 ); in cmp__XArrays_of_AddrRange()
783 n2 = VG_(sizeXA)( rngs2 ); in cmp__XArrays_of_AddrRange()
1675 if (VG_(sizeXA)( xa ) == 0) { in varstack_show() local
3983 n = VG_(sizeXA)( ents ); in dedup_types_substitution_pass()
4019 n = VG_(sizeXA)( ents ); in dedup_types_commoning_pass()
4070 n = VG_(sizeXA)( ents ); in dedup_types()
4097 n = VG_(sizeXA)( ents ); in dedup_types()
4135 n = VG_(sizeXA)( vars ); in resolve_variable_types()
4888 n = VG_(sizeXA)( tyents ); in new_dwarf3_reader_wrk()
[all …]
H A Dreadelf.c1718 for (i = 0; i < VG_(sizeXA)(di->fsm.maps); i++) { in ML_()
1794 for (i = 0; i < VG_(sizeXA)(di->fsm.maps); i++) { in ML_()
1800 for (i = 0; i < VG_(sizeXA)(di->fsm.maps); i++) { in ML_()
2023 vg_assert(VG_(sizeXA)(svma_ranges) != 0); in ML_()
2028 for (i = 0; i < VG_(sizeXA)(di->fsm.maps); i++) { in ML_()
2035 for (i = 0; i < VG_(sizeXA)(svma_ranges); i++) { in ML_()
2041 for (i = 0; i < VG_(sizeXA)(di->fsm.maps); i++) { in ML_()
2048 for (i = 0; i < VG_(sizeXA)(svma_ranges); i++) { in ML_()
2074 for (j = 0; j < VG_(sizeXA)(svma_ranges); j++) { in ML_()
3309 for (j = 0; j < VG_(sizeXA)(di->varinfo); j++) { in ML_()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Dtytypes.c74 for (i = 0; i < VG_(sizeXA)(xa); i++) { in pp_XArray_of_cuOffs()
77 if (i+1 < VG_(sizeXA)(xa)) in pp_XArray_of_cuOffs()
204 n = VG_(sizeXA)( tyents ); in ML_()
281 for (w = 0; w < VG_(sizeXA)(xa); w++) { in ML_()
452 Word aN = VG_(sizeXA)( a ); in XArray_of_UWord__cmp()
453 Word bN = VG_(sizeXA)( b ); in XArray_of_UWord__cmp()
786 if (VG_(sizeXA)(fieldRs) == 0 in ML_()
788 for (i = 0; i < VG_(sizeXA)( fieldRs ); i++ ) { in ML_()
832 vg_assert(i >= 0 && i <= VG_(sizeXA)( fieldRs )); in ML_()
833 if (i == VG_(sizeXA)( fieldRs )) { in ML_()
[all …]
H A Ddebuginfo.c376 n = VG_(sizeXA)(di->admin_tyents); in free_DebugInfo()
387 n = VG_(sizeXA)(di->admin_gexprs); in free_DebugInfo()
840 n = VG_(sizeXA)(maps); in show_DebugInfoMappings()
870 n = VG_(sizeXA)(maps); in truncate_DebugInfoMapping_overlaps()
3664 have_descr = VG_(sizeXA)(described) > 0 in format_message()
4026 && VG_(sizeXA)(vars) > 0) ); in consider_vars_in_frame()
4027 for (j = 0; j < VG_(sizeXA)( vars ); j++) { in consider_vars_in_frame()
4101 if (VG_(sizeXA)( di->varinfo ) == 0) in VG_()
4467 && VG_(sizeXA)(vars) > 0) ); in VG_()
4522 nScopes = VG_(sizeXA)( di->varinfo ); in VG_()
[all …]
H A Dreaddwarf3.c745 nbytes = VG_(sizeXA)( xa ); in make_general_GX()
782 n1 = VG_(sizeXA)( rngs1 ); in cmp__XArrays_of_AddrRange()
783 n2 = VG_(sizeXA)( rngs2 ); in cmp__XArrays_of_AddrRange()
1675 if (VG_(sizeXA)( xa ) == 0) { in varstack_show() local
3983 n = VG_(sizeXA)( ents ); in dedup_types_substitution_pass()
4019 n = VG_(sizeXA)( ents ); in dedup_types_commoning_pass()
4070 n = VG_(sizeXA)( ents ); in dedup_types()
4097 n = VG_(sizeXA)( ents ); in dedup_types()
4135 n = VG_(sizeXA)( vars ); in resolve_variable_types()
4888 n = VG_(sizeXA)( tyents ); in new_dwarf3_reader_wrk()
[all …]
H A Dreadelf.c1718 for (i = 0; i < VG_(sizeXA)(di->fsm.maps); i++) { in ML_()
1794 for (i = 0; i < VG_(sizeXA)(di->fsm.maps); i++) { in ML_()
1800 for (i = 0; i < VG_(sizeXA)(di->fsm.maps); i++) { in ML_()
2023 vg_assert(VG_(sizeXA)(svma_ranges) != 0); in ML_()
2028 for (i = 0; i < VG_(sizeXA)(di->fsm.maps); i++) { in ML_()
2035 for (i = 0; i < VG_(sizeXA)(svma_ranges); i++) { in ML_()
2041 for (i = 0; i < VG_(sizeXA)(di->fsm.maps); i++) { in ML_()
2048 for (i = 0; i < VG_(sizeXA)(svma_ranges); i++) { in ML_()
2074 for (j = 0; j < VG_(sizeXA)(svma_ranges); j++) { in ML_()
3309 for (j = 0; j < VG_(sizeXA)(di->varinfo); j++) { in ML_()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/exp-sgcheck/
H A Dsg_main.c207 n1 = VG_(sizeXA)( fb1s ); in StackBlocks__cmp()
208 n2 = VG_(sizeXA)( fb2s ); in StackBlocks__cmp()
224 Word i, n = VG_(sizeXA)( sbs ); in pp_StackBlocks()
303 { Word i, n = VG_(sizeXA)( orig ); in StackBlocks__find_and_dealloc__or_add()
336 { Word i, n = VG_(sizeXA)( orig ); in StackBlocks__find_and_dealloc__or_add()
531 nDescrs = VG_(sizeXA)( descrs ), in add_blocks_to_StackTree()
532 nBases = VG_(sizeXA)( bases ); in add_blocks_to_StackTree()
574 Word i, nBases = VG_(sizeXA)( bases ); in del_blocks_from_StackTree()
1097 n = VG_(sizeXA)( gbs ); in acquire_globals()
1500 Word i, n = VG_(sizeXA)( blocks ); in calculate_StackBlock_EAs()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/exp-sgcheck/
H A Dsg_main.c207 n1 = VG_(sizeXA)( fb1s ); in StackBlocks__cmp()
208 n2 = VG_(sizeXA)( fb2s ); in StackBlocks__cmp()
224 Word i, n = VG_(sizeXA)( sbs ); in pp_StackBlocks()
303 { Word i, n = VG_(sizeXA)( orig ); in StackBlocks__find_and_dealloc__or_add()
336 { Word i, n = VG_(sizeXA)( orig ); in StackBlocks__find_and_dealloc__or_add()
531 nDescrs = VG_(sizeXA)( descrs ), in add_blocks_to_StackTree()
532 nBases = VG_(sizeXA)( bases ); in add_blocks_to_StackTree()
574 Word i, nBases = VG_(sizeXA)( bases ); in del_blocks_from_StackTree()
1097 n = VG_(sizeXA)( gbs ); in acquire_globals()
1500 Word i, n = VG_(sizeXA)( blocks ); in calculate_StackBlock_EAs()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_xarray.h105 extern Word VG_(sizeXA) ( const XArray* );
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_xarray.h105 extern Word VG_(sizeXA) ( const XArray* );
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/
H A Ddrd_semaphore.c59 p->a1, n, VG_(sizeXA)(p->last_sem_post_seg)); in drd_segment_push()
70 sz = VG_(sizeXA)(p->last_sem_post_seg); in drd_segment_pop()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/
H A Ddrd_semaphore.c59 p->a1, n, VG_(sizeXA)(p->last_sem_post_seg)); in drd_segment_push()
70 sz = VG_(sizeXA)(p->last_sem_post_seg); in drd_segment_pop()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_initimg/
H A Dinitimg-darwin.c354 for (i = 0; i < VG_(sizeXA)( VG_(args_for_client) ); i++) { in setup_client_stack()
438 for (i = 0; i < VG_(sizeXA)( VG_(args_for_client) ); i++) { in setup_client_stack()

1234