Searched defs:at2 (Results 1 - 4 of 4) sorted by relevance

/external/v8/test/mjsunit/
H A Darray-unshift.js48 var at2 = '@2'; variable
51 Array.prototype[2] = at2;
61 assertEquals(array[2], at2);
76 assertEquals(array[2], at2);
126 var at2 = '@2'; variable
130 array_proto[2] = at2;
141 assertEquals(array[2], at2);
153 assertEquals(array[2], at2);
/external/quake/quake/src/QW/client/
H A Dgl_draw.c1105 byte *at1, *at2, *at3, *at4; local
1113 at2 = (byte *) &d_8to24table[in[1]];
1117 r = (at1[0]+at2[0]+at3[0]+at4[0]); r>>=5;
1118 g = (at1[1]+at2[1]+at3[1]+at4[1]); g>>=5;
1119 b = (at1[2]+at2[2]+at3[2]+at4[2]); b>>=5;
/external/quake/quake/src/WinQuake/
H A Dgl_draw.cpp1365 byte *at1, *at2, *at3, *at4; local
1374 at2 = (byte *) (d_8to24table + in[1]);
1378 r = (at1[0]+at2[0]+at3[0]+at4[0]); r>>=5;
1379 g = (at1[1]+at2[1]+at3[1]+at4[1]); g>>=5;
1380 b = (at1[2]+at2[2]+at3[2]+at4[2]); b>>=5;
/external/valgrind/main/memcheck/
H A Dmc_translate.c1918 IRAtom *at1, *at2, *at3; local
1930 at2 = assignNew('V', mce, Ity_V128, pcast(mce, vatom2));
1931 at3 = assignNew('V', mce, Ity_V128, binop(narrow_op, at1, at2));
1939 IRAtom *at1, *at2, *at3; local
1950 at2 = assignNew('V', mce, Ity_I64, pcast(mce, vatom2));
1951 at3 = assignNew('V', mce, Ity_I64, binop(narrow_op, at1, at2));
1959 IRAtom *at1, *at2; local
1978 at2 = assignNew('V', mce, Ity_I64, unop(shorten_op, at1));
1979 return at2;
1986 IRAtom *at1, *at2; local
[all...]

Completed in 58 milliseconds