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()185 ev->u.sval = (sal_Int16)ev->u.hval; in coerce_value()242 if (ev->u.hval < 0 || ev->u.hval > SAL_MAX_UINT16) in coerce_value()244 ev->u.usval = (sal_uInt16)ev->u.hval; in coerce_value()297 if (ev->u.hval < SAL_MIN_INT32 || ev->u.hval > SAL_MAX_INT32) in coerce_value()299 ev->u.lval = (sal_Int32)ev->u.hval; in coerce_value()354 if (ev->u.hval < 0 || ev->u.hval > SAL_MAX_UINT32) in coerce_value()356 ev->u.lval = (sal_uInt32)ev->u.hval; in coerce_value()393 ev->u.hval = (sal_Int64)ev->u.sval; in coerce_value()[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