Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dtytypes.c673 MaybeULong eszB; in ML_() local
709 eszB = ML_(sizeOfType)( tyents, ent->Te.TyArray.typeR ); in ML_()
719 eszB = mul_MaybeULong( in ML_()
720 eszB, in ML_()
724 return eszB; in ML_()
858 UWord size, eszB, ix; in ML_() local
885 eszB = mul.ul; in ML_()
886 if (eszB == 0) goto done; in ML_()
887 ix = offset / eszB; in ML_()
892 offset -= ix * eszB; in ML_()