Searched refs:hval (Results 1 – 5 of 5) sorted by relevance
93 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 …]
86 aConst.m_value.aHyper = exprVal->u.hval; in dumpBlob()
325 aConst.m_value.aHyper = pExprValue->u.hval; in dump()
103 int hval = len; in hash() local105 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()
86 sal_Int64 hval; // Contains hyper expression value member
Completed in 45 milliseconds