Searched refs:U16 (Results 1 – 16 of 16) sorted by relevance
437 bool U16(uint16* v) { in U16() function in net::Buffer592 if (!buf.U16(&query_count) || in ParseFromResponse()593 !buf.U16(&answer_count) || in ParseFromResponse()594 !buf.U16(&authority_count) || in ParseFromResponse()595 !buf.U16(&additional_count)) { in ParseFromResponse()604 !buf.U16(&type) || in ParseFromResponse()605 !buf.U16(&klass) || in ParseFromResponse()621 !buf.U16(&type) || in ParseFromResponse()622 !buf.U16(&klass) || in ParseFromResponse()624 !buf.U16(&rrdata_len)) { in ParseFromResponse()
393 bool DNSSECChainVerifier::U16(uint16* v) { in U16() function in net::DNSSECChainVerifier407 if (!U16(&length)) in VariableLength16()555 if (!U16(&root_keyid)) in EnterRoot()644 !U16(&rrtype) || in LeaveZone()
72 bool U16(uint16*);
215 static U16 actual_value(U16CPU value, U16CPU max)234 U16 prev = actual_value(fValue, fMax);235 U16 next = actual_value(value, fMax);
359 uint16_t U16; in TEST() local371 bool U16Success = StringRef(Unsigned[i].Str).getAsInteger(0, U16); in TEST()374 EXPECT_EQ(U16, Unsigned[i].Expected); in TEST()
1055 /* signed */ Int s32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; in fold_Expr()1067 0xFFFFULL & e->Iex.Unop.arg->Iex.Const.con->Ico.U16)); in fold_Expr()1086 0xFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U16)); in fold_Expr()1117 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U16)))); in fold_Expr()1159 /* signed */ Long s64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; in fold_Expr()1174 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; in fold_Expr()1180 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; in fold_Expr()1271 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U16 in fold_Expr()1272 | e->Iex.Binop.arg2->Iex.Const.con->Ico.U16)))); in fold_Expr()1293 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U16 in fold_Expr()[all …]
334 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break; in s390_expr_is_const_zero()1253 case Ico_U16: value = con->Ico.U16; break; in s390_isel_int_expr_wrk()1353 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break; in s390_isel_int_expr_RMI()
73 case Ico_U16: vex_printf( "0x%x:I16", (UInt)(con->Ico.U16)); break; in ppIRConst()1303 c->Ico.U16 = u16; in IRConst_U16()1780 case Ico_U16: return IRConst_U16(c->Ico.U16); in deepCopyIRConst()3575 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 ); in eqIRConst()
1953 case Ico_U16: l = (Long)(Int)(Short)con->Ico.U16; break; in iselWordExpr_R_wrk()2174 case Ico_U16: u = 0x0000FFFF & con->Ico.U16; break; in iselWordExpr_RH_wrk()2231 case Ico_U16: l = (Long)(Int)(Short)con->Ico.U16; break; in iselWordExpr_RI_wrk()
1993 return AMD64RMI_Imm(0xFFFF & e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RMI_wrk()2062 return AMD64RI_Imm(0xFFFF & e->Iex.Const.con->Ico.U16); in iselIntExpr_RI_wrk()
1513 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RMI_wrk()1573 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RI_wrk()
873 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RI84_wrk()927 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RI5_wrk()1725 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_R_wrk()
286 UShort U16; member
2513 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom()
813 // U16 (U=1, sx=0) -> UH
4753 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom()