Searched refs:ulval (Results 1 – 4 of 4) sorted by relevance
177 if (ev->u.ulval > SAL_MAX_INT16) in coerce_value()179 ev->u.sval = (sal_Int16)ev->u.ulval; in coerce_value()236 if (ev->u.ulval > SAL_MAX_UINT16) in coerce_value()238 ev->u.usval = (sal_uInt16)ev->u.ulval; in coerce_value()291 if (ev->u.ulval > SAL_MAX_INT32) in coerce_value()293 ev->u.lval = (sal_Int32)ev->u.ulval; in coerce_value()338 ev->u.ulval = (sal_uInt32)ev->u.sval; in coerce_value()342 ev->u.ulval = (sal_uInt32)ev->u.usval; in coerce_value()348 ev->u.ulval = (sal_uInt32)ev->u.lval; in coerce_value()362 ev->u.ulval = (sal_uInt32)ev->u.uhval; in coerce_value()[all …]
82 aConst.m_value.aULong = exprVal->u.ulval; in dumpBlob()
280 sal_uInt32 ulval; /* sal_uInt32 value */ member398 %type <ulval> flag_header opt_attrflags opt_attrflag operation_head399 %type <ulval> direction service_interface_header service_service_header
85 sal_uInt32 ulval; // Contains unsigned long expr value member