Searched defs:TD1 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddebug-info-explicit-cast.cpp30 typedef int(Qux::*TD1)(); typedef
35 (void)reinterpret_cast<TD1>(d);
46 // CHECK-DAG: !DIDerivedType(tag: DW_TAG_typedef, name: "TD1",
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes_i.h54 #define TD1(i) Td1[((i) >> 16) & 0xff] macro
94 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
/external/wpa_supplicant_8/src/crypto/
H A Daes_i.h54 #define TD1(i) Td1[((i) >> 16) & 0xff] macro
94 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes_i.h54 #define TD1(i) Td1[((i) >> 16) & 0xff] macro
94 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro

Completed in 109 milliseconds