Home
last modified time | relevance | path

Searched refs:TD (Results 1 – 25 of 716) sorted by relevance

12345678910>>...29

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTarget.cpp59 void LLVMDisposeTargetData(LLVMTargetDataRef TD) { in LLVMDisposeTargetData() argument
60 delete unwrap(TD); in LLVMDisposeTargetData()
68 char *LLVMCopyStringRepOfTargetData(LLVMTargetDataRef TD) { in LLVMCopyStringRepOfTargetData() argument
69 std::string StringRep = unwrap(TD)->getStringRepresentation(); in LLVMCopyStringRepOfTargetData()
73 LLVMByteOrdering LLVMByteOrder(LLVMTargetDataRef TD) { in LLVMByteOrder() argument
74 return unwrap(TD)->isLittleEndian() ? LLVMLittleEndian : LLVMBigEndian; in LLVMByteOrder()
77 unsigned LLVMPointerSize(LLVMTargetDataRef TD) { in LLVMPointerSize() argument
78 return unwrap(TD)->getPointerSize(0); in LLVMPointerSize()
81 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS) { in LLVMPointerSizeForAS() argument
82 return unwrap(TD)->getPointerSize(AS); in LLVMPointerSizeForAS()
[all …]
/third_party/curl/tests/data/
Dtest32025 <TABLE border=1><TR><TD>Protocol version:</TD><TD>TLS1.2</TD></TR>
26 <TR><TD>Key Exchange:</TD><TD>SRP</TD></TR>
27 <TR><TD>Compression</TD><TD>NULL</TD></TR>
28 <TR><TD>Cipher</TD><TD>AES-NNN-CBC</TD></TR>
29 <TR><TD>MAC</TD><TD>SHA1</TD></TR>
30 <TR><TD>Ciphersuite</TD><TD>SRP_SHA_AES_NNN_CBC_SHA1</TD></TR></p></TABLE>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DTarget.h201 void LLVMDisposeTargetData(LLVMTargetDataRef TD);
212 char *LLVMCopyStringRepOfTargetData(LLVMTargetDataRef TD);
217 enum LLVMByteOrdering LLVMByteOrder(LLVMTargetDataRef TD);
221 unsigned LLVMPointerSize(LLVMTargetDataRef TD);
226 unsigned LLVMPointerSizeForAS(LLVMTargetDataRef TD, unsigned AS);
230 LLVMTypeRef LLVMIntPtrType(LLVMTargetDataRef TD);
235 LLVMTypeRef LLVMIntPtrTypeForAS(LLVMTargetDataRef TD, unsigned AS);
239 LLVMTypeRef LLVMIntPtrTypeInContext(LLVMContextRef C, LLVMTargetDataRef TD);
244 LLVMTypeRef LLVMIntPtrTypeForASInContext(LLVMContextRef C, LLVMTargetDataRef TD,
249 unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef TD, LLVMTypeRef Ty);
[all …]
/third_party/wayland_standard/doc/doxygen/dot/
Dx-architecture.gv21 …c1 [label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD>X Client</TD></TR></TABLE>>, URL="#c1"]
22 …c3 [label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD>X Client</TD></TR></TABLE>>, URL="#c3"]
24 …c2 [label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD>X Client</TD></TR></TABLE>>, URL="#c2"]
28 …erver", label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD><BR/>X Server<BR/><BR/></TD></TR><…
29 …itor", label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD><BR/>Compositor<BR/><BR/></TD></TR>…
32 …<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD>KMS</TD><TD>evdev</TD></TR><TR><TD COLSPAN="2">Ke…
Dwayland-architecture.gv18 …c1 [label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD>Wayland Client</TD></TR></TABLE>>, URL…
19 …c2 [label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD>Wayland Client</TD></TR></TABLE>>, URL…
21 … label=<<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD><BR/>Wayland<BR/>Compositor<BR/><BR/></TD
23 …<TABLE STYLE="rounded" BGCOLOR="#ffbc00"><TR><TD>KMS</TD><TD>evdev</TD></TR><TR><TD COLSPAN="2">Ke…
/third_party/libxml2/result/HTML/
Ddoc3.htm.err17 </P></TD></TR></TBODY></TABLE></CENTER></TD></TR></TBODY></TABLE></CENTER></P>
38 =7708"></a></IFRAME></CENTER></LI></FONT></TD></TR></TBODY></TABLE></CENTER></P>
41 archive</A></FONT> </FORM></CENTER></TD></TR></TBODY></TABLE><!--
65 Special<BR>Code:BP6-hd</FONT></A> </P></CENTER></TD></TR></TBODY></T
68 Special<BR>Code:BP6-hd</FONT></A> </P></CENTER></TD></TR></TBODY></T
71 width="100%">&nbsp;</TD></TR></TBODY></TABLE></P></CENTER></TR></TBODY></TABLE><
74 <CENTER></CENTER></TD></TR><TR><TD COLSPAN="3" VALIGN="TOP"
77 <CENTER></CENTER></TD></TR><TR><TD COLSPAN="3" VALIGN="TOP"
80 HEIGHT="70">&nbsp;</TD> </TR></TABLE>
/third_party/flatbuffers/include/flatbuffers/
Didl.h49 #define FLATBUFFERS_GEN_TYPES_SCALAR(TD) \ argument
50 TD(NONE, "", uint8_t, byte, byte, byte, uint8, u8, UByte, UInt8) \
51TD(UTYPE, "", uint8_t, byte, byte, byte, uint8, u8, UByte, UInt8) /* begin scal…
52 TD(BOOL, "bool", uint8_t, boolean,bool, bool, bool, bool, Boolean, Bool) \
53 TD(CHAR, "byte", int8_t, byte, int8, sbyte, int8, i8, Byte, Int8) \
54 TD(UCHAR, "ubyte", uint8_t, byte, byte, byte, uint8, u8, UByte, UInt8) \
55 TD(SHORT, "short", int16_t, short, int16, short, int16, i16, Short, Int16) \
56 TD(USHORT, "ushort", uint16_t, short, uint16, ushort, uint16, u16, UShort, UInt16) \
57 TD(INT, "int", int32_t, int, int32, int, int32, i32, Int, Int32) \
58 TD(UINT, "uint", uint32_t, int, uint32, uint, uint32, u32, UInt, UInt32) \
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFTypeUnit.cpp21 DWARFDie TD = getDIEForOffset(getTypeOffset() + getOffset()); in dump() local
22 const char *Name = TD.getName(DINameKind::ShortName); in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h87 unsigned getEntrySize(const DataLayout &TD) const;
89 unsigned getEntryAlignment(const DataLayout &TD) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp71 return SimplifyInstruction(I, {*TD, TLI, DT}); in simplify()
74 const DataLayout *TD; member in __anon7b34a4cd0111::AMDGPUPrintfRuntimeBinding
99 : ModulePass(ID), TD(nullptr), DT(nullptr) { in AMDGPUPrintfRuntimeBinding()
213 unsigned ArgSize = TD->getTypeAllocSizeInBits(ArgType); in lowerPrintfForGpu()
235 ArgSize = TD->getTypeAllocSizeInBits(ArgType); in lowerPrintfForGpu()
475 uint64_t Size = TD->getTypeAllocSizeInBits(ArgType); in lowerPrintfForGpu()
536 TD->getTypeAllocSizeInBits(TheBtCast->getType()) / 8; in lowerPrintfForGpu()
594 TD = &M.getDataLayout(); in runOnModule()
/third_party/parse5/packages/parse5/lib/common/
Dhtml.js155 TD: 'td',
246 [$.TD]: true,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp192 const DataLayout &TD, GenericValue &Result) { in ffiInvoke() argument
212 ArgBytes += TD.getTypeStoreSize(ArgTy); in ffiInvoke()
224 ArgDataPtr += TD.getTypeStoreSize(ArgTy); in ffiInvoke()
234 ret.resize(TD.getTypeStoreSize(RetTy)); in ffiInvoke()
/third_party/parse5/test/data/parser-feedback/
Dtricky01.test550 …"description": "<TABLE>\\r\\n<TR>\\r\\n<CENTER><CENTER><TD></TD></TR><TR>\\r\\n<FONT>\\r\\n<TABLE>…
551 …"input": "<TABLE>\r\n<TR>\r\n<CENTER><CENTER><TD></TD></TR><TR>\r\n<FONT>\r\n<TABLE><tr></tr></TAB…
/third_party/parse5/packages/parse5/lib/parser/
Dopen-element-stack.js47 tn === $.TD ||
74 if (tn === $.TD || tn === $.TH) {
250 if (tn === $.TD || (tn === $.TH && ns === NS.HTML)) {
/third_party/skia/site/docs/dev/tools/
Dmarkdown.md68 graph TD;
79 graph TD;
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dse_FI.txt23 TD{"Chad"}
Dsw_CD.txt31 TD{"Chadi"}
Dzh_Hant_HK.txt82 TD{"乍得"}
/third_party/icu/icu4c/source/data/region/
Dse_FI.txt24 TD{"Chad"}
Dsw_CD.txt29 TD{"Chadi"}
Dzh_Hant_HK.txt84 TD{"乍得"}
/third_party/skia/third_party/externals/icu/source/data/region/
Dse_FI.txt24 TD{"Chad"}
Dsw_CD.txt29 TD{"Chadi"}
Dzh_Hant_HK.txt84 TD{"乍得"}
/third_party/mindspore/mindspore/core/ir/
Dpattern_matcher.h733 template <typename TD>
734 TD CalcuConstant(const TD &data, const PrimitivePtr &calcu_type) {
735 TD tmp_data = data;
749 template <typename TD>
752 auto *data = reinterpret_cast<TD *>(src_tensor_ptr->data_c());
753 auto *data2 = reinterpret_cast<TD *>(dst_tensor_ptr->data_c());

12345678910>>...29