Searched refs:Td (Results 1 - 8 of 8) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 318 template <typename Tn, typename Td> 323 const Td expected[], in Test1Op() 328 Td* results = new Td[results_length]; in Test1Op() 330 const unsigned d_bits = sizeof(Td) * 8; in Test1Op() 1109 template <typename Tn, typename Td> 1114 const Td expected[], in TestFPToS() 1119 Td* results = new Td[results_length]; in TestFPToS() 1121 const unsigned d_bits = sizeof(Td) * in TestFPToS() [all...] |
H A D | test-assembler-sve-aarch64.cc | 2733 template <typename Tg, typename Td, int N> 2734 static StatusFlags GetPredTestFlags(const Td (&pd)[N], 2764 template <typename Tg, typename Tn, typename Td> 2770 const Td& pd_expected) { 2835 template <typename Tg, typename Tn, typename Td> 2839 const Td& pd_expected) { 2848 template <typename Tg, typename Tn, typename Td> 2853 const Td& pd_expected) { 4474 template <typename Td, typename Tg, typename Tn> 4481 const Td [all...] |
/third_party/vixl/src/ |
H A D | utils-vixl.h | 803 template <typename Ts, typename Td> 804 inline Td ExtractBits(Ts value, int least_significant_bit, Td mask) { in ExtractBits() 805 return Td((value >> least_significant_bit) & Ts(mask)); in ExtractBits() 808 template <typename Ts, typename Td> 809 inline void AssignBit(Td& dst, // NOLINT(runtime/references) in AssignBit() 814 VIXL_ASSERT(bit < static_cast<int>(sizeof(Td) * 8)); in AssignBit() 815 Td mask(1); in AssignBit() 817 dst |= Td(value) << bit; in AssignBit() 820 template <typename Td, typenam [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_jpeg.h | 71 uint8_t Td[JPEG_MAX_COMPONENTS]; member
|
H A D | cbs_jpeg_syntax_template.c | 138 us(4, Td[j], j, 0, 3); in scan_header()
|
H A D | vaapi_encode_mjpeg.c | 367 sh->Td[i] = i > 0; in vaapi_encode_mjpeg_init_picture_params() 430 vslice->components[i].dc_table_selector = sh->Td[i]; in vaapi_encode_mjpeg_init_slice_params()
|
/third_party/node/deps/openssl/openssl/crypto/aes/ |
H A D | aes_x86core.c | 122 Td [x] = Si[x].[0e, 09, 0d, 0b, 0e, 09, 0d, 0b]; 129 #define Td0 (u32)((u64*)((u8*)Td+0)) 130 #define Td1 (u32)((u64*)((u8*)Td+3)) 131 #define Td2 (u32)((u64*)((u8*)Td+2)) 132 #define Td3 (u32)((u64*)((u8*)Td+1)) 300 static const u64 Td[256] = { variable
|
/third_party/openssl/crypto/aes/ |
H A D | aes_x86core.c | 122 Td [x] = Si[x].[0e, 09, 0d, 0b, 0e, 09, 0d, 0b]; 129 #define Td0 (u32)((u64*)((u8*)Td+0)) 130 #define Td1 (u32)((u64*)((u8*)Td+3)) 131 #define Td2 (u32)((u64*)((u8*)Td+2)) 132 #define Td3 (u32)((u64*)((u8*)Td+1)) 300 static const u64 Td[256] = { variable
|
Completed in 17 milliseconds