Searched defs:TD2 (Results 1 – 3 of 3) sorted by relevance
55 #define TD2(i) Td2[((i) >> 8) & 0xff] macro95 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) macro
31 type TD2 = keyof TD1; // 'a1' | 'a2' | 'b1' | 'b2' alias