HomeSort by relevance Sort by last modified time
    Searched full:indexxa (Results 1 - 25 of 32) sorted by null

1 2

  /external/valgrind/main/coregrind/
m_xarray.c 137 inline void* VG_(indexXA) ( XArray* xao, Word n )
244 midv = VG_(indexXA)( xa, mid );
249 vg_assert(cmpFn( key, VG_(indexXA)(xa, lo) ) >= 0);
250 vg_assert(cmpFn( key, VG_(indexXA)(xa, hi) ) <= 0);
253 && 0 == cmpFn( key, VG_(indexXA)(xa, (*first)-1)))
256 && 0 == cmpFn( key, VG_(indexXA)(xa, (*last)+1)))
m_commandline.c 243 * (HChar**)VG_(indexXA)( tmp_xarray, i ) );
m_main.c 303 str = * (HChar**) VG_(indexXA)( VG_(args_for_valgrind), i );
450 HChar* arg = * (HChar**) VG_(indexXA)( VG_(args_for_valgrind), i );
    [all...]
m_errormgr.c 397 VG_(printf)("%s", (HChar*) VG_(indexXA)(text, 0) );
422 VG_(printf_xml)("%s", (HChar*) VG_(indexXA)(text, 0) );
    [all...]
  /external/valgrind/main/drd/
drd_error.c 114 VG_(indexXA) at zero here? Because VG_(get_data_description)
119 if (0 == VG_(strlen)( VG_(indexXA)( descr1, 0 ))) {
123 if (0 == VG_(strlen)( VG_(indexXA)( descr2, 0 ))) {
146 VG_(message)(Vg_UserMsg, "%s\n", (HChar*)VG_(indexXA)(descr1, 0));
148 VG_(message)(Vg_UserMsg, "%s\n", (HChar*)VG_(indexXA)(descr2, 0));
drd_semaphore.c 62 tl_assert(*(Segment**)VG_(indexXA)(p->last_sem_post_seg, n) == sg);
79 sg = *(Segment**)VG_(indexXA)(p->last_sem_post_seg, sz - 1);
  /external/valgrind/main/exp-ptrcheck/
pc_common.c 432 (HChar*)VG_(indexXA)( xe->XE.Heap.descr1, 0 ) );
435 (HChar*)VG_(indexXA)( xe->XE.Heap.descr2, 0 ) );
447 (HChar*)VG_(indexXA)( xe->XE.Heap.descr1, 0 ) );
450 (HChar*)VG_(indexXA)( xe->XE.Heap.descr2, 0 ) );
681 to VG_(indexXA) at zero here? Because
686 if (0 == VG_(strlen)( VG_(indexXA)( xe->XE.Heap.descr1, 0 ))
691 if (0 == VG_(strlen)( VG_(indexXA)( xe->XE.Heap.descr2, 0 ))
sg_main.c 214 fb1 = VG_(indexXA)( fb1s, i );
215 fb2 = VG_(indexXA)( fb2s, i );
228 StackBlock* sb = (StackBlock*)VG_(indexXA)( sbs, i );
275 StackBlock* pR0 = VG_(indexXA)( orig, r+0 );
276 StackBlock* pR1 = VG_(indexXA)( orig, r+1 );
282 StackBlock* pW = VG_(indexXA)( orig, w );
283 StackBlock* pR = VG_(indexXA)( orig, r );
307 StackBlock* sb0 = VG_(indexXA)( orig, i+0 );
308 StackBlock* sb1 = VG_(indexXA)( orig, i+1 );
340 StackBlock* sb1 = (StackBlock*)VG_(indexXA)( orig, i )
    [all...]
h_main.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 74 UWord cuOff = *(UWord*)VG_(indexXA)(xa, i);
196 TyEnt* tyent = (TyEnt*)VG_(indexXA)( tyents, i );
260 pp_TyBound_C_ishly( tyents, *(UWord*)VG_(indexXA)(xa, w) );
369 res = (TyEnt*)VG_(indexXA)( ents, first );
434 r = UWord__cmp( *(UWord*)VG_(indexXA)( a, i ),
435 *(UWord*)VG_(indexXA)( b, i ) );
682 = *(UWord*)VG_(indexXA)(ent->Te.TyArray.boundRs, i);
757 fieldR = *(UWord*)VG_(indexXA)( fieldRs, i );
834 boundR = *(UWord*)VG_(indexXA)( ty->Te.TyArray.boundRs, 0 );
readmacho.c 440 && ((DiSym*)VG_(indexXA)(syms,i))->addr
441 == ((DiSym*)VG_(indexXA)(syms,k))->addr;
448 DiSym* next = (DiSym*)VG_(indexXA)(syms,k);
450 DiSym* here = (DiSym*)VG_(indexXA)(syms,m);
466 s_j1 = (DiSym*)VG_(indexXA)(syms, j-1);
467 s_j = (DiSym*)VG_(indexXA)(syms, j);
468 s_i = (DiSym*)VG_(indexXA)(syms, i);
874 DiSym* cand = (DiSym*) VG_(indexXA)( candSyms, i );
    [all...]
debuginfo.c 234 ent = (TyEnt*)VG_(indexXA)(di->admin_tyents, i);
245 gexpr = *(GExpr**)VG_(indexXA)(di->admin_gexprs, i);
258 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i);
268 DiVariable* var = (DiVariable*)VG_(indexXA)(arange->vars,j);
    [all...]
readxcoff.c 765 && ((XCoffSym*)VG_(indexXA)(syms,i))->first
766 == ((XCoffSym*)VG_(indexXA)(syms,k))->first;
773 XCoffSym* next = (XCoffSym*)VG_(indexXA)(syms,k);
775 XCoffSym* here = (XCoffSym*)VG_(indexXA)(syms,m);
790 XCoffSym* s_j1 = (XCoffSym*)VG_(indexXA)(syms, j-1);
791 XCoffSym* s_j = (XCoffSym*)VG_(indexXA)(syms, j);
792 XCoffSym* s_i = (XCoffSym*)VG_(indexXA)(syms, i);
813 XCoffSym* s = (XCoffSym*)VG_(indexXA)(syms, i);
    [all...]
readdwarf3.c 110 indexing (VG_(indexXA)) wherever possible after that.
113 VG_(indexXA) into pub_tool_xarray.h so it can be inlined at all use
635 VG_(memcpy)( &gx->payload[0], (UChar*)VG_(indexXA)(xa,0), nbytes );
672 AddrRange* rng1 = (AddrRange*)VG_(indexXA)( rngs1, i );
673 AddrRange* rng2 = (AddrRange*)VG_(indexXA)( rngs2, i );
    [all...]
d3basics.c     [all...]
storage.c 618 /* VG_(indexXA) checks for invalid src/ix values, so we can
620 CfiExpr* e = (CfiExpr*) VG_(indexXA)( src, ix );
976 scope = *(OSet**)VG_(indexXA)( di->varinfo, level );
    [all...]
  /external/valgrind/main/include/
pub_tool_xarray.h 107 Note also that indexXA will of course not return NULL if it
109 extern void* VG_(indexXA) ( XArray*, Word );
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]
hg_errors.c 308 to VG_(indexXA) at zero here? Because
313 if (0 == VG_(strlen)( VG_(indexXA)( xe->XE.Race.descr1, 0 ))) {
317 if (0 == VG_(strlen)( VG_(indexXA)( xe->XE.Race.descr2, 0 ))) {
    [all...]
  /external/valgrind/main/callgrind/
command.c 143 HChar* arg = * (HChar**)VG_(indexXA)( VG_(args_for_client), i );
212 HChar* arg = * (HChar**)VG_(indexXA)( VG_(args_for_client), i );
  /external/valgrind/main/memcheck/
mc_translate.c 222 from VG_(indexXA)(mce->tmpMap) are invalidated. */
242 /* VG_(indexXA) range-checks 'orig', hence no need to check
244 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig );
250 from VG_(indexXA) are invalid. */
251 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig );
272 /* VG_(indexXA) range-checks 'orig', hence no need to check
274 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig );
280 from VG_(indexXA) are invalid. */
281 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig );
308 TempMapEnt* ent = VG_(indexXA)( mce->tmpMap, a1->Iex.RdTmp.tmp )
    [all...]
mc_errors.c 368 (HChar*)VG_(indexXA)(ai->Addr.Variable.descr1, 0) );
372 (HChar*)VG_(indexXA)(ai->Addr.Variable.descr2, 0) );
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 366 VG_(indexXA)( VG_(args_for_client), i ))
455 * (HChar**) VG_(indexXA)( VG_(args_for_client), i )
initimg-linux.c 444 VG_(indexXA)( VG_(args_for_client), i ))
604 * (HChar**) VG_(indexXA)( VG_(args_for_client), i )
    [all...]
  /external/valgrind/main/massif/
ms_main.c 378 fn_ptr = VG_(indexXA)(fns, i);
    [all...]

Completed in 407 milliseconds

1 2