Searched refs:expVal (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp1104 std::stringstream expVal; local
1124 expVal.str("");
1126 expVal << expected[i];
1130 expVal.str().c_str(), resVal.str().c_str());
1151 expVal.str("");
1153 expVal << expected[i];
1157 expVal.str().c_str(), resVal.str().c_str());
1179 expVal.str("");
1181 expVal << expected[i];
1185 expVal
[all...]
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c746 'addr'. The expected value is 'expVal' and the new value is
751 static void casLE ( IRExpr* addr, IRExpr* expVal, IRExpr* newVal, argument
755 IRType tyE = typeOfIRExpr(irsb->tyenv, expVal);
761 assign(expTmp, expVal);
2010 /*store*/addr, dst0/*expVal*/, guest_EIP_curr_instr );
2021 /*store*/addr, dst0/*expVal*/, guest_EIP_curr_instr );
2345 /*store*/addr, dst0/*expVal*/, guest_EIP_curr_instr );
2356 /*store*/addr, dst0/*expVal*/, guest_EIP_curr_instr );
2366 casLE( mkexpr(addr), mkexpr(dst0)/*expVal*/,
6856 casLE( mkexpr(addr), mkexpr(tmpd)/*expVal*/,
[all...]
H A Dguest_amd64_toIR.c1615 'addr'. The expected value is 'expVal' and the new value is
1620 static void casLE ( IRExpr* addr, IRExpr* expVal, IRExpr* newVal, argument
1624 IRType tyE = typeOfIRExpr(irsb->tyenv, expVal);
1631 assign(expTmp, expVal);
3214 /*store*/addr, dst0/*expVal*/, guest_RIP_curr_instr );
3225 /*store*/addr, dst0/*expVal*/, guest_RIP_curr_instr );
3575 /*store*/addr, dst0/*expVal*/, guest_RIP_curr_instr );
3586 /*store*/addr, dst0/*expVal*/, guest_RIP_curr_instr );
3596 casLE( mkexpr(addr), mkexpr(dst0)/*expVal*/,
8704 casLE( mkexpr(addr), mkexpr(tmpd)/*expVal*/,
[all...]

Completed in 204 milliseconds