Home
last modified time | relevance | path

Searched refs:indR (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dpriv_tytypes.h76 UWord indR; member
Dtytypes.c91 VG_(printf)("INDIR(0x%05lx)", te->Te.INDIR.indR); in ML_()
489 r = UWord__cmp(te1->Te.INDIR.indR, te2->Te.INDIR.indR); in ML_()
Dreaddwarf3.c3844 vg_assert(ent->Te.INDIR.indR < cuOff); in chase_cuOff()
3846 return ent->Te.INDIR.indR; in chase_cuOff()
3877 te->Te.INDIR.indR in TyEnt__subst_R_fields()
3878 = chase_cuOff( &b, ents, ents_cache, te->Te.INDIR.indR ); in TyEnt__subst_R_fields()
3993 vg_assert(ent->Te.INDIR.indR < ent->cuOff); in dedup_types_commoning_pass()
4014 ent->Te.INDIR.indR = old->cuOff; in dedup_types_commoning_pass()
4070 ent->Te.INDIR.indR ); in dedup_types()
4110 ent->Te.INDIR.indR ); in resolve_variable_types()
/external/opencv3/modules/core/src/
Dlapack.cpp111 int* indR = (int*)alignPtr(buf, sizeof(int)); in JacobiImpl_() local
112 int* indC = indR + n; in JacobiImpl_()
126 indR[k] = m; in JacobiImpl_()
143 for( k = 0, mv = std::abs(A[indR[0]]), i = 1; i < n-1; i++ ) in JacobiImpl_()
145 _Tp val = std::abs(A[astep*i + indR[i]]); in JacobiImpl_()
149 int l = indR[k]; in JacobiImpl_()
203 indR[idx] = m; in JacobiImpl_()