/external/v8/test/mjsunit/ |
debug-evaluate-const.js | 36 // const0: init before break point, changed by debug eval. 45 const const0 = 0; 54 assertEquals(0, const0); 82 var expectation = { "const0" : 0, property in class:listener.expectation 94 evaluate('const0 = 10');
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
dct_msa.c | 73 v8i16 const0, const1; local 85 SET_DOTP_VALUES(coeff, 0, 1, 2, const0, const1); 91 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1); 108 DPADD_SH2_SW(temp0, temp0, const0, const1, out1, out3); 120 v8i16 const0, const1, const2; local 154 const0 = RET_1_IF_NZERO_H(in3); 162 in1 += const0;
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 131 struct ureg_src const0, struct ureg_src const1) 136 ureg_MAD(ureg, tmp, coords, const0, const1); 267 struct ureg_src const0, const1; local 278 const0 = ureg_DECL_constant(ureg, 0); 286 src = vs_normalize_coords(ureg, src, const0, const1);
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa_tgsi.c | 109 struct ureg_src const0, struct ureg_src const1) 113 ureg_MAD(ureg, tmp, coords, const0, const1); 270 struct ureg_src const0, const1; local 281 const0 = ureg_DECL_constant(ureg, 0); 290 const0, const1);
|
/external/v8/src/parsing/ |
parser.cc | 3430 Expression* const0 = factory()->NewSmiLiteral(0, RelocInfo::kNoPosition); local 3479 Expression* const0 = factory()->NewSmiLiteral(0, RelocInfo::kNoPosition); local [all...] |
/external/valgrind/VEX/priv/ |
guest_ppc_toIR.c | 6145 IRExpr* const0 = is32bit ? mkU32(0) : mkU64(0); local [all...] |