Home
last modified time | relevance | path

Searched refs:U16 (Results 1 – 16 of 16) sorted by relevance

/external/chromium/net/base/
Ddnsrr_resolver.cc437 bool U16(uint16* v) { in U16() function in net::Buffer
592 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()
Ddnssec_chain_verifier.cc393 bool DNSSECChainVerifier::U16(uint16* v) { in U16() function in net::DNSSECChainVerifier
407 if (!U16(&length)) in VariableLength16()
555 if (!U16(&root_keyid)) in EnterRoot()
644 !U16(&rrtype) || in LeaveZone()
Ddnssec_chain_verifier.h72 bool U16(uint16*);
/external/skia/src/views/
DSkWidget.cpp215 static U16 actual_value(U16CPU value, U16CPU max)
234 U16 prev = actual_value(fValue, fMax);
235 U16 next = actual_value(value, fMax);
/external/llvm/unittests/ADT/
DStringRefTest.cpp359 uint16_t U16; in TEST() local
371 bool U16Success = StringRef(Unsigned[i].Str).getAsInteger(0, U16); in TEST()
374 EXPECT_EQ(U16, Unsigned[i].Expected); in TEST()
/external/valgrind/main/VEX/priv/
Dir_opt.c1055 /* 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 …]
Dhost_s390_isel.c334 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()
Dir_defs.c73 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()
Dhost_ppc_isel.c1953 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()
Dhost_amd64_isel.c1993 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()
Dhost_x86_isel.c1513 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()
Dhost_arm_isel.c873 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()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h286 UShort U16; member
/external/valgrind/main/VEX/
Dtest_main.c2513 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom()
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td813 // U16 (U=1, sx=0) -> UH
/external/valgrind/main/memcheck/
Dmc_translate.c4753 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom()