Home
last modified time | relevance | path

Searched defs:Code (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dcode_generator.h53 struct Code { struct
67 …explicit CodeGenerator(const NodeSet *nodes) : nodes_(nodes), globals_(), code_(), nodes_alive_(),… in CodeGenerator() argument
82 const Code &GetCode() const { return code_; } in GetCode() argument
/third_party/protobuf/python/google/protobuf/pyext/
Dsafe_numerics.h48 #define BASE_NUMERIC_CAST_CASE_SPECIALIZATION(A, B, C, D, Code) \ argument
56 #define BASE_NUMERIC_CAST_CASE_SAME_SIZE(DestSigned, SourceSigned, Code) \ argument
62 #define BASE_NUMERIC_CAST_CASE_SOURCE_LARGER(DestSigned, SourceSigned, Code) \ argument
66 #define BASE_NUMERIC_CAST_CASE_DEST_LARGER(DestSigned, SourceSigned, Code) \ argument
/third_party/ffmpeg/libavcodec/
Dlzwenc.c43 typedef struct Code{ struct
48 }Code; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp98 unsigned Code = MaybeCode.get(); in skipRecord() local
113 unsigned Code; in skipRecord() local
212 uint32_t Code = MaybeCode.get(); in readRecord() local
231 unsigned Code; in readRecord() local
/third_party/skia/third_party/externals/angle2/doc/
DContributingCode.md21 ### Code subsection
28 [Testing]: #Testing
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp213 void const* Code, in op_write_native_code()
225 void const* Code, in op_write_debug_line_info()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/draw/
Dgraphviz_graph.cc32 std::string Edge::Code() const { in Code() function in mindspore::lite::Edge
130 std::string GVNode::Code() const { in Code() function in mindspore::lite::GVNode
220 std::string GVGraph::Code() const { in Code() function in mindspore::lite::GVGraph
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamError.h43 stream_error_code Code; variable
/third_party/libuv/docs/src/guide/
Dintroduction.rst52 Code chapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DCodeEmitter.h44 SmallString<256> Code; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompileServer.h55 void transferErrorCode(ErrorCodes Code) { LastError.assign(Code); } in transferErrorCode()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp113 unsigned Code = ReadVBR(6); in skipRecord() local
203 unsigned Code = ReadVBR(6); in readRecord() local
214 unsigned Code; in readRecord() local
/third_party/elfutils/libelf/
Dgelf_xlate.c149 #define TYPE_EXTRA(Code) argument
150 #define TYPE_XLATE(Code) Code argument
/third_party/icu/docs/userguide/dev/
Dediting.md78 ## Code section in Editing the ICU User Guide
/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/include/async/
Dstatus.h23 typedef int32_t Code; typedef
/third_party/skia/resources/particles/
Dvariable_rate.json7 "Code": [ array
Dmouse_trail.json7 "Code": [ array
Dcurves.json7 "Code": [ array
Dspiral.json7 "Code": [ array
Dwarp.json7 "Code": [ array
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCmpInstAnalysis.cpp42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
/third_party/rust/crates/nom/
DCONTRIBUTING.md32 ### Code subsection
/third_party/skia/gm/verifiers/
Dgmverifier.h44 enum class Code { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h45 Code, enumerator
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/
DDecoder.java13 int Code; field in Decoder

12345