Searched refs:at1 (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_draw.c1105 byte *at1, *at2, *at3, *at4; local
1112 at1 = (byte *) &d_8to24table[in[0]];
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.cpp1367 byte *at1, *at2, *at3, *at4; local
1375 at1 = (byte *) (d_8to24table + in[0]);
1380 r = (at1[0]+at2[0]+at3[0]+at4[0]); r>>=5;
1381 g = (at1[1]+at2[1]+at3[1]+at4[1]); g>>=5;
1382 b = (at1[2]+at2[2]+at3[2]+at4[2]); b>>=5;
/external/valgrind/main/memcheck/
H A Dmc_translate.c2049 IRAtom *at1, *at2, *at3; local
2063 at1 = assignNew('V', mce, Ity_V128, pcast(mce, vatom1));
2065 at3 = assignNew('V', mce, Ity_V128, binop(vanilla_narrow, at1, at2));
2073 IRAtom *at1, *at2, *at3; local
2084 at1 = assignNew('V', mce, Ity_I64, pcast(mce, vatom1));
2086 at3 = assignNew('V', mce, Ity_I64, binop(vanilla_narrow, at1, at2));
2094 IRAtom *at1, *at2; local
2103 at1 = assignNew('V', mce, Ity_I64, unop(narrow_op, vatom1));
2104 return at1;
2123 at1
2132 IRAtom *at1, *at2; local
[all...]
/external/valgrind/main/VEX/
H A Dtest_main.c1534 IRAtom *at1, *at2, *at3; local
1544 at1 = assignNew(mce, Ity_V128, pcast(mce, vatom1));
1546 at3 = assignNew(mce, Ity_V128, binop(narrow_op, at1, at2));

Completed in 1630 milliseconds