Home
last modified time | relevance | path

Searched defs:TD2 (Results 1 – 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes_i.h55 #define TD2(i) Td2[((i) >> 8) & 0xff] macro
95 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes_i.h55 #define TD2(i) Td2[((i) >> 8) & 0xff] macro
95 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) macro
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeAsClauses.ts31 type TD2 = keyof TD1; // 'a1' | 'a2' | 'b1' | 'b2' alias