Home | History | Annotate | Download | only in m_debuginfo

Lines Matching defs:mul

887    MaybeULong mul;
950 mul = ML_(sizeOfType)(di->admin_tyents, typeR);
953 if (mul.b != True)
955 else if (mul.ul == 0)
957 else if (sizeof(void*) == 4 && mul.ul >= (1ULL<<32))