/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | Target.cpp | 59 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/ |
D | test320 | 25 <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/ |
D | Target.h | 201 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/ |
D | x-architecture.gv | 21 …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…
|
D | wayland-architecture.gv | 18 …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/ |
D | doc3.htm.err | 17 </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%"> </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"> </TD> </TR></TABLE>
|
/third_party/flatbuffers/include/flatbuffers/ |
D | idl.h | 49 #define FLATBUFFERS_GEN_TYPES_SCALAR(TD) \ argument 50 TD(NONE, "", uint8_t, byte, byte, byte, uint8, u8, UByte, UInt8) \ 51 …TD(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/ |
D | DWARFTypeUnit.cpp | 21 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/ |
D | MachineJumpTableInfo.h | 87 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/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 71 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/ |
D | html.js | 155 TD: 'td', 246 [$.TD]: true,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 192 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/ |
D | tricky01.test | 550 …"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/ |
D | open-element-stack.js | 47 tn === $.TD || 74 if (tn === $.TD || tn === $.TH) { 250 if (tn === $.TD || (tn === $.TH && ns === NS.HTML)) {
|
/third_party/skia/site/docs/dev/tools/ |
D | markdown.md | 68 graph TD; 79 graph TD;
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | se_FI.txt | 23 TD{"Chad"}
|
D | sw_CD.txt | 31 TD{"Chadi"}
|
D | zh_Hant_HK.txt | 82 TD{"乍得"}
|
/third_party/icu/icu4c/source/data/region/ |
D | se_FI.txt | 24 TD{"Chad"}
|
D | sw_CD.txt | 29 TD{"Chadi"}
|
D | zh_Hant_HK.txt | 84 TD{"乍得"}
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | se_FI.txt | 24 TD{"Chad"}
|
D | sw_CD.txt | 29 TD{"Chadi"}
|
D | zh_Hant_HK.txt | 84 TD{"乍得"}
|
/third_party/mindspore/mindspore/core/ir/ |
D | pattern_matcher.h | 733 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());
|