Home
last modified time | relevance | path

Searched refs:indexXA (Results 1 – 25 of 42) sorted by relevance

12

/external/valgrind/coregrind/
Dm_rangemap.c110 Range* rng = VG_(indexXA)(rm->ranges, i); in VG_()
120 Range* rng = (Range*)VG_(indexXA)(rm->ranges, i); in VG_()
138 Range* rng = (Range*)VG_(indexXA)(rm->ranges, ix); in VG_()
151 Range* rng0 = VG_(indexXA)(ranges, i+0); in preen()
152 Range* rng1 = VG_(indexXA)(ranges, i+1); in preen()
177 Range* mid_rng = (Range*)VG_(indexXA)(ranges, mid); in find()
190 Range rng_i0 = *(Range*)VG_(indexXA)( ranges, i+0 ); in split_at()
196 Range* rng_i0p = (Range*)VG_(indexXA)( ranges, i+0 ); in split_at()
197 Range* rng_i1p = (Range*)VG_(indexXA)( ranges, i+1 ); in split_at()
208 Range* rng = (Range*)VG_(indexXA)(rm->ranges, i); in show()
Dm_xtree.c146 const xec* left = VG_(indexXA)(xec_data_for_sort, left_xecu); in ips_order_cmp()
147 const xec* right = VG_(indexXA)(xec_data_for_sort, right_xecu); in ips_order_cmp()
336 void* data = VG_(indexXA)(xt->data, xecu); in VG_()
345 void* data = VG_(indexXA)(xt->data, xecu); in VG_()
353 void* data = VG_(indexXA)(xt->data, xecu); in VG_()
359 void* data = VG_(indexXA)(xt->data, xecu); in VG_()
365 xec* xe = (xec*)VG_(indexXA)(xt->shared->xec, xecu); in VG_()
371 xec* xe = (xec*)VG_(indexXA)(xt->shared->xec, xecu); in VG_()
399 HChar* arg = * (HChar**) VG_(indexXA)(VG_(args_for_client), i); in FP_cmd()
490 xec* xe = (xec*)VG_(indexXA)(shared->xec, xecu); in VG_()
[all …]
Dm_xarray.c128 inline void* VG_(indexXA) ( const XArray* xa, Word n ) in VG_() argument
247 midv = VG_(indexXA)( xa, mid ); in VG_()
252 vg_assert(cmpFn( key, VG_(indexXA)(xa, lo) ) >= 0); in VG_()
253 vg_assert(cmpFn( key, VG_(indexXA)(xa, hi) ) <= 0); in VG_()
257 && 0 == cmpFn( key, VG_(indexXA)(xa, (*first)-1))) { in VG_()
264 && 0 == cmpFn( key, VG_(indexXA)(xa, (*last)+1))) { in VG_()
Dm_addrinfo.c109 if (0 == VG_(strlen)( VG_(indexXA)( ai->Addr.Variable.descr1, 0 ))) { in VG_()
113 if (0 == VG_(strlen)( VG_(indexXA)( ai->Addr.Variable.descr2, 0 ))) { in VG_()
590 (HChar*)VG_(indexXA)(ai->Addr.Variable.descr1, 0) ); in pp_addrinfo_WRK()
594 (HChar*)VG_(indexXA)(ai->Addr.Variable.descr2, 0) ); in pp_addrinfo_WRK()
Dm_errormgr.c428 VG_(printf)("%s", (HChar*) VG_(indexXA)(text, 0) ); in gen_suppression()
453 VG_(printf_xml)("%s", (HChar*) VG_(indexXA)(text, 0) ); in gen_suppression()
947 HChar *filename = *(HChar**) VG_(indexXA)(VG_(clo_suppressions), in show_used_suppressions()
1251 const HChar* filename = *(HChar**) VG_(indexXA)(VG_(clo_suppressions), in load_one_suppressions_file()
1462 *(HChar**) VG_(indexXA)(VG_(clo_suppressions), i)); in VG_()
1592 HChar *filename = *(HChar**) VG_(indexXA)(VG_(clo_suppressions), in clearIPtoFunOrObjCompleter()
1858 HChar *filename = *(HChar**) VG_(indexXA)(VG_(clo_suppressions), in supp_matches_callers()
Dm_libcprint.c177 HChar *s = *(HChar **)VG_(indexXA)( VG_(args_for_client), i); in VG_()
214 *(HChar **) VG_(indexXA)( VG_(args_for_valgrind), i)); in VG_()
223 *(HChar **) VG_(indexXA)( VG_(args_for_client), i)); in VG_()
248 *(HChar **) VG_(indexXA)( VG_(args_for_valgrind), i)); in VG_()
Dm_poolalloc.c84 pa->free_fn (*(UWord **)VG_(indexXA) ( pa->pools, i )); in VG_()
Dm_main.c386 str = * (HChar**) VG_(indexXA)( VG_(args_for_valgrind), i ); in early_process_cmd_line_options()
485 HChar* arg = * (HChar**) VG_(indexXA)( VG_(args_for_valgrind), i ); in main_process_cmd_line_options()
1384 * (HChar**) VG_(indexXA)( VG_(args_for_valgrind), i ) in valgrind_main()
1390 * (HChar**) VG_(indexXA)( VG_(args_for_client), i ) in valgrind_main()
1512 HChar* arg = * (HChar**) VG_(indexXA)( VG_(args_for_client), i ); in valgrind_main()
1849 Addr_n_ULong* anl = VG_(indexXA)( addr2dihandle, j ); in valgrind_main()
1860 ? ((Addr_n_ULong*)VG_(indexXA)( addr2dihandle, j ))->ull in valgrind_main()
Dm_commandline.c244 * (HChar**)VG_(indexXA)( tmp_xarray, i ) ); in VG_()
Dm_redir.c1745 const HChar* clo_spec = *(HChar**) VG_(indexXA)(VG_(clo_req_tsyms), i); in handle_require_text_symbols()
1778 *(HChar**) VG_(indexXA)(fnpatts, i)); in handle_require_text_symbols()
1785 const HChar* fnpatt = *(HChar**) VG_(indexXA)(fnpatts, i); in handle_require_text_symbols()
1837 VG_(free)(*(HChar**) VG_(indexXA)(fnpatts, i)); in handle_require_text_symbols()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c252 ent = (TyEnt*)VG_(indexXA)(di->admin_tyents, i); in free_DebugInfo()
263 gexpr = *(GExpr**)VG_(indexXA)(di->admin_gexprs, i); in free_DebugInfo()
276 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); in free_DebugInfo()
286 DiVariable* var = (DiVariable*)VG_(indexXA)(arange->vars,j); in free_DebugInfo()
409 const DebugInfoMapping* map1 = VG_(indexXA)(di1->fsm.maps, i); in do_DebugInfos_overlap()
411 const DebugInfoMapping* map2 = VG_(indexXA)(di2->fsm.maps, j); in do_DebugInfos_overlap()
504 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in check_CFSI_related_invariants()
523 const DebugInfoMapping* map2 = VG_(indexXA)(di2->fsm.maps, j); in check_CFSI_related_invariants()
622 const DebugInfoMapping* map = VG_(indexXA)(maps, i); in show_DebugInfoMappings()
653 map_i = VG_(indexXA)(maps, i); in truncate_DebugInfoMapping_overlaps()
[all …]
Dreadmacho.c438 && ((DiSym*)VG_(indexXA)(syms,i))->avmas.main in tidy_up_cand_syms()
439 == ((DiSym*)VG_(indexXA)(syms,k))->avmas.main; in tidy_up_cand_syms()
446 DiSym* next = (DiSym*)VG_(indexXA)(syms,k); in tidy_up_cand_syms()
448 DiSym* here = (DiSym*)VG_(indexXA)(syms,m); in tidy_up_cand_syms()
464 s_j1 = (DiSym*)VG_(indexXA)(syms, j-1); in tidy_up_cand_syms()
465 s_j = (DiSym*)VG_(indexXA)(syms, j); in tidy_up_cand_syms()
466 s_i = (DiSym*)VG_(indexXA)(syms, i); in tidy_up_cand_syms()
722 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_()
957 DiSym* cand = (DiSym*) VG_(indexXA)( candSyms, i ); in ML_()
Dtytypes.c75 UWord cuOff = *(UWord*)VG_(indexXA)(xa, i); in pp_XArray_of_cuOffs()
206 const TyEnt* tyent = VG_(indexXA)( tyents, i ); in ML_()
282 pp_TyBound_C_ishly( tyents, *(UWord*)VG_(indexXA)(xa, w) ); in ML_()
392 res = (TyEnt*)VG_(indexXA)( ents, first ); in ML_()
457 r = UWord__cmp( *(UWord*)VG_(indexXA)( a, i ), in XArray_of_UWord__cmp()
458 *(UWord*)VG_(indexXA)( b, i ) ); in XArray_of_UWord__cmp()
712 = *(UWord*)VG_(indexXA)(ent->Te.TyArray.boundRs, i); in ML_()
789 fieldR = *(UWord*)VG_(indexXA)( fieldRs, i ); in ML_()
872 boundR = *(UWord*)VG_(indexXA)( ty->Te.TyArray.boundRs, 0 ); in ML_()
Dreaddwarf3.c749 VG_(memcpy)( &gx->payload[0], (UChar*)VG_(indexXA)(xa,0), nbytes ); in make_general_GX()
787 AddrRange* rng1 = (AddrRange*)VG_(indexXA)( rngs1, i ); in cmp__XArrays_of_AddrRange()
788 AddrRange* rng2 = (AddrRange*)VG_(indexXA)( rngs2, i ); in cmp__XArrays_of_AddrRange()
1679 AddrRange* range = (AddrRange*) VG_(indexXA)( xa, j ); in varstack_show()
1922 dirname = *(HChar**)VG_(indexXA) ( dirname_xa, dir_xa_ix ); in read_filename_table()
2319 fndn_ix = *(UInt*)VG_(indexXA)( parser->fndn_ix_Table, ftabIx ); in parse_var_DIE()
2422 AddrRange* range = VG_(indexXA)(xa, 0); in parse_var_DIE()
2759 VG_(indexXA)( parser->fndn_ix_Table, ftabIx ); in parse_inl_DIE()
2827 AddrRange* range = (AddrRange*) VG_(indexXA)( ranges, j ); in parse_inl_DIE()
3860 UWord* p = VG_(indexXA)( cuOffs, i ); in chase_cuOffs_in_XArray()
[all …]
Dreadelf.c1621 DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_()
1697 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_()
1703 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_()
1787 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, j); in ML_()
1914 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_()
1921 const RangeAndBias* reg = VG_(indexXA)(svma_ranges, i); in ML_()
1927 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); in ML_()
1934 const RangeAndBias* reg = VG_(indexXA)(svma_ranges, i); in ML_()
1960 RangeAndBias* rng = VG_(indexXA)(svma_ranges, j); in ML_()
2735 const DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, j); in ML_()
[all …]
Dd3basics.c1141 mul = VG_(indexXA)( results, i ); in ML_()
1157 mul = VG_(indexXA)( results, 0 ); in ML_()
1161 mul2 = VG_(indexXA)( results, i ); in ML_()
/external/valgrind/exp-sgcheck/
Dsg_main.c213 fb1 = VG_(indexXA)( fb1s, i ); in StackBlocks__cmp()
214 fb2 = VG_(indexXA)( fb2s, i ); in StackBlocks__cmp()
227 StackBlock* sb = (StackBlock*)VG_(indexXA)( sbs, i ); in pp_StackBlocks()
274 StackBlock* pR0 = VG_(indexXA)( orig, r+0 ); in StackBlocks__find_and_dealloc__or_add()
275 StackBlock* pR1 = VG_(indexXA)( orig, r+1 ); in StackBlocks__find_and_dealloc__or_add()
281 StackBlock* pW = VG_(indexXA)( orig, w ); in StackBlocks__find_and_dealloc__or_add()
282 StackBlock* pR = VG_(indexXA)( orig, r ); in StackBlocks__find_and_dealloc__or_add()
306 StackBlock* sb0 = VG_(indexXA)( orig, i+0 ); in StackBlocks__find_and_dealloc__or_add()
307 StackBlock* sb1 = VG_(indexXA)( orig, i+1 ); in StackBlocks__find_and_dealloc__or_add()
339 StackBlock* sb1 = (StackBlock*)VG_(indexXA)( orig, i ); in StackBlocks__find_and_dealloc__or_add()
[all …]
Dpc_common.c437 (HChar*)VG_(indexXA)( xe->XE.Heap.descr1, 0 ) ); in pc_pp_Error()
440 (HChar*)VG_(indexXA)( xe->XE.Heap.descr2, 0 ) ); in pc_pp_Error()
452 (HChar*)VG_(indexXA)( xe->XE.Heap.descr1, 0 ) ); in pc_pp_Error()
455 (HChar*)VG_(indexXA)( xe->XE.Heap.descr2, 0 ) ); in pc_pp_Error()
686 if (0 == VG_(strlen)( VG_(indexXA)( xe->XE.Heap.descr1, 0 )) in pc_update_Error_extra()
691 if (0 == VG_(strlen)( VG_(indexXA)( xe->XE.Heap.descr2, 0 )) in pc_update_Error_extra()
/external/valgrind/drd/
Ddrd_error.c182 if (0 == VG_(strlen)( VG_(indexXA)( descr1, 0 ))) { in drd_report_data_race()
186 if (0 == VG_(strlen)( VG_(indexXA)( descr2, 0 ))) { in drd_report_data_race()
207 print_err_detail("%s%s\n", indent, (HChar*)VG_(indexXA)(descr1, 0)); in drd_report_data_race()
209 print_err_detail("%s%s\n", indent, (HChar*)VG_(indexXA)(descr2, 0)); in drd_report_data_race()
Ddrd_semaphore.c61 tl_assert(*(Segment**)VG_(indexXA)(p->last_sem_post_seg, n) == sg); in drd_segment_push()
78 sg = *(Segment**)VG_(indexXA)(p->last_sem_post_seg, sz - 1); in drd_segment_pop()
/external/valgrind/include/
Dpub_tool_xarray.h121 extern void* VG_(indexXA) ( const XArray*, Word );
/external/valgrind/helgrind/
Dlibhb_core.c2079 thrid2 = *(ThrID*)VG_(indexXA)( thrids, 0 ); in verydead_thread_table_sort_and_check()
2082 thrid2 = *(ThrID*)VG_(indexXA)( thrids, i ); in verydead_thread_table_sort_and_check()
2797 VtsTE* ie = VG_(indexXA)( vts_tab, ii ); in add_to_free_list()
2814 ie = VG_(indexXA)( vts_tab, ii ); in get_from_free_list()
2843 ie = VG_(indexXA)( vts_tab, ii ); in VtsID__rcinc()
2855 ie = VG_(indexXA)( vts_tab, ii ); in VtsID__rcdec()
2877 ie = VG_(indexXA)( vts_tab, in_tab->id ); in vts_tab__find__or__clone_and_add()
2882 VtsTE* ie = VG_(indexXA)( vts_tab, ii ); in vts_tab__find__or__clone_and_add()
2903 VtsTE* ie = VG_(indexXA)( vts_tab, i ); in show_vts_stats()
2931 old_te = VG_(indexXA)( old_tab, old_id ); in remap_VtsID()
[all …]
/external/valgrind/coregrind/m_initimg/
Dinitimg-darwin.c357 VG_(indexXA)( VG_(args_for_client), i )) in setup_client_stack()
441 * (HChar**) VG_(indexXA)( VG_(args_for_client), i ) in setup_client_stack()
Dinitimg-solaris.c429 VG_(indexXA)(VG_(args_for_client), i)) + 1; in setup_client_stack()
592 &strtab, *(HChar**) VG_(indexXA)(VG_(args_for_client), i)); in setup_client_stack()
/external/valgrind/callgrind/
Devents.c470 HChar *buf = VG_(strdup)("cl.events.emas", VG_(indexXA)(xa, 0)); in CLG_()
503 HChar *buf = VG_(strdup)("cl.events.mas", VG_(indexXA)(xa, 0)); in CLG_()

12