Home
last modified time | relevance | path

Searched defs:TD1 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/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
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddebug-info-explicit-cast.cpp30 typedef int(Qux::*TD1)(); typedef
/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.pass.cpp178 using TD1 = TrackingDeleter<1>; in test_deleter_value_category() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.pass.cpp172 using TD1 = TrackingDeleter<1>; in test_deleter_value_category() typedef
/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp314 using TD1 = TrackingDeleter<1>; in test_deleter_value_category() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp311 using TD1 = TrackingDeleter<1>; in test_deleter_value_category() typedef
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7880 if (TypedefNameDecl *TD1 = dyn_cast<TypedefNameDecl>(D1)) in IsEquivalentForUsingDecl() local