Home | History | Annotate | Download | only in genuca

Lines Matching refs:t2

266   uint32_t s1 = source[0], s2, t1 = target[0], t2;
273 t2 = target[1];
275 t2 = 0;
279 if(s1 == t1 && s2 == t2) {
283 t = (t1 & 0xFFFF0000)|((t2 & 0xFFFF0000)>>16);
290 t = (t1 & 0x0000FF00) | (t2 & 0x0000FF00)>>8;
297 t = (t1 & 0x000000FF)<<8 | (t2 & 0x000000FF);