Home
last modified time | relevance | path

Searched refs:U16 (Results 1 – 13 of 13) 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.cpp208 static U16 actual_value(U16CPU value, U16CPU max)
227 U16 prev = actual_value(fValue, fMax);
228 U16 next = actual_value(value, fMax);
/external/valgrind/main/VEX/priv/
Dir_opt.c1019 0xFFFFULL & e->Iex.Unop.arg->Iex.Const.con->Ico.U16)); in fold_Expr()
1027 0xFFFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U16)); in fold_Expr()
1058 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U16)))); in fold_Expr()
1177 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U16 in fold_Expr()
1178 | e->Iex.Binop.arg2->Iex.Const.con->Ico.U16)))); in fold_Expr()
1199 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U16 in fold_Expr()
1200 ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U16)))); in fold_Expr()
1490 && e->Iex.Binop.arg2->Iex.Const.con->Ico.U16 == 0) { in fold_Expr()
Dir_defs.c72 case Ico_U16: vex_printf( "0x%x:I16", (UInt)(con->Ico.U16)); break; in ppIRConst()
1245 c->Ico.U16 = u16; in IRConst_U16()
1707 case Ico_U16: return IRConst_U16(c->Ico.U16); in deepCopyIRConst()
3416 case Ico_U16: return toBool( c1->Ico.U16 == c2->Ico.U16 ); in eqIRConst()
Dhost_ppc_isel.c1926 case Ico_U16: l = (Long)(Int)(Short)con->Ico.U16; break; in iselWordExpr_R_wrk()
2147 case Ico_U16: u = 0x0000FFFF & con->Ico.U16; break; in iselWordExpr_RH_wrk()
2204 case Ico_U16: l = (Long)(Int)(Short)con->Ico.U16; break; in iselWordExpr_RI_wrk()
Dhost_amd64_isel.c1964 return AMD64RMI_Imm(0xFFFF & e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RMI_wrk()
2033 return AMD64RI_Imm(0xFFFF & e->Iex.Const.con->Ico.U16); in iselIntExpr_RI_wrk()
Dhost_x86_isel.c1512 case Ico_U16: u = 0xFFFF & (e->Iex.Const.con->Ico.U16); break; in iselIntExpr_RMI_wrk()
1572 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.h282 UShort U16; member
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td749 // U16 (U=1, sx=0) -> UH
/external/valgrind/main/memcheck/
Dmc_translate.c4535 case Ico_U16: n = (ULong)con->Ico.U16; break; in isBogusAtom()