Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:Td4

67 Td4[x] = Si[x].[01, 01, 01, 01];
669 static const u32 Td4[256] = {
804 #define TD41(i) (Td4[((i) >> 24) & 0xff] & 0xff000000)
805 #define TD42(i) (Td4[((i) >> 16) & 0xff] & 0x00ff0000)
806 #define TD43(i) (Td4[((i) >> 8) & 0xff] & 0x0000ff00)
807 #define TD44(i) (Td4[(i) & 0xff] & 0x000000ff)