Home
last modified time | relevance | path

Searched refs:hval (Results 1 – 5 of 5) sorted by path

/trunk/main/idlc/inc/idlc/
H A Dastexpression.hxx86 sal_Int64 hval; // Contains hyper expression value member
/trunk/main/idlc/source/
H A Dastconstant.cxx86 aConst.m_value.aHyper = exprVal->u.hval; in dumpBlob()
H A Dastexpression.cxx93 m_exprValue->u.hval = h; in AstExpression()
183 if (ev->u.hval < SAL_MIN_INT16 || ev->u.hval > SAL_MAX_INT16) in coerce_value()
242 if (ev->u.hval < 0 || ev->u.hval > SAL_MAX_UINT16) in coerce_value()
297 if (ev->u.hval < SAL_MIN_INT32 || ev->u.hval > SAL_MAX_INT32) in coerce_value()
354 if (ev->u.hval < 0 || ev->u.hval > SAL_MAX_UINT32) in coerce_value()
464 if (ev->u.hval < 0) in coerce_value()
664 if (ev->u.hval < SAL_MIN_INT8 || ev->u.hval > SAL_MAX_UINT8) in coerce_value()
761 copy->u.hval = m_exprValue->u.hval; in coerce()
819 return (m_exprValue->u.hval == pExpr->getExprValue()->u.hval) ? sal_True : sal_False; in operator ==()
859 return (m_exprValue->u.hval == pExpr->getExprValue()->u.hval) ? sal_True : sal_False; in compare()
[all …]
H A Dastunion.cxx325 aConst.m_value.aHyper = pExprValue->u.hval; in dump()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dafm_hash.cpp103 int hval = len; in hash() local
105 switch (hval) in hash()
108 hval += asso_values[(unsigned char)str[5]]; in hash()
112 hval += asso_values[(unsigned char)str[3]]; in hash()
117 hval += asso_values[(unsigned char)str[0]]; in hash()
120 return hval + asso_values[(unsigned char)str[len - 1]]; in hash()

Completed in 30 milliseconds