| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
| D | AMDGPUMetadataVerifier.cpp | 23 msgpack::DocNode &Node, msgpack::Type SKind, in verifyScalar() 44 bool MetadataVerifier::verifyInteger(msgpack::DocNode &Node) { in verifyInteger() 52 msgpack::DocNode &Node, function_ref<bool(msgpack::DocNode &)> verifyNode, in verifyArray() 79 return verifyEntry(MapNode, Key, Required, [=](msgpack::DocNode &Node) { in verifyScalarEntry() 86 return verifyEntry(MapNode, Key, Required, [this](msgpack::DocNode &Node) { in verifyIntegerEntry() 91 bool MetadataVerifier::verifyKernelArgs(msgpack::DocNode &Node) { in verifyKernelArgs() 199 bool MetadataVerifier::verifyKernel(msgpack::DocNode &Node) { in verifyKernel() 224 KernelMap, ".language_version", false, [this](msgpack::DocNode &Node) { in verifyKernel() 227 [this](msgpack::DocNode &Node) { return verifyInteger(Node); }, 2); in verifyKernel() 230 if (!verifyEntry(KernelMap, ".args", false, [this](msgpack::DocNode &Node) { in verifyKernel() [all …]
|
| /third_party/ninja/src/ |
| D | graph.h | 38 struct Node { struct 39 Node(const string& path, uint64_t slash_bits) in Node() function 64 /// Mark the Node as already-stat()ed and missing. argument 65 void MarkMissing() { in MarkMissing() 69 bool exists() const { in exists() 73 bool status_known() const { in status_known() 77 const string& path() const { return path_; } in path() 79 string PathDecanonicalized() const { in PathDecanonicalized() 84 uint64_t slash_bits() const { return slash_bits_; } in slash_bits() 86 TimeStamp mtime() const { return mtime_; } in mtime() [all …]
|
| /third_party/flutter/skia/src/sksl/ |
| D | SkSLCFGGenerator.h | 23 struct Node { struct 24 enum Kind { 29 Node(Kind kind, bool constantPropagation, std::unique_ptr<Expression>* expression, in Node() function 36 std::unique_ptr<Expression>* expression() const { in expression() 41 void setExpression(std::unique_ptr<Expression> expr) { in setExpression() 46 std::unique_ptr<Statement>* statement() const { in statement() 51 void setStatement(std::unique_ptr<Statement> stmt) { in setStatement() 56 String description() const { in description() 88 bool tryRemoveExpression(std::vector<BasicBlock::Node>::iterator* iter);
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkDescriptorPool.hpp | 41 struct Node struct in vk::DescriptorPool 43 Node(uint8_t *set, size_t size) in Node() argument 47 bool operator<(const Node &node) const { return set < node.set; } in operator <() 48 bool operator==(const uint8_t *other) const { return set == other; } in operator ==() 50 uint8_t *set = nullptr; 51 size_t size = 0;
|
| /third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
| D | ast.go | 143 type Node struct { struct 144 kind Kind 145 flags Flags 147 constValue *big.Int 148 mBounds interval.IntRange 149 mType *TypeExpr 150 jumpTarget Loop 152 filename string 153 line uint32 178 id0 t.ID [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | huffman.h | 32 typedef struct Node { struct 36 } Node; argument
|
| /third_party/grpc/src/core/ext/filters/client_channel/xds/ |
| D | xds_bootstrap.h | 41 struct Node { struct 42 std::string id; 43 std::string cluster; 44 std::string locality_region; 45 std::string locality_zone; 46 std::string locality_subzone; 47 Json metadata;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | SpillPlacement.cpp | 79 struct SpillPlacement::Node { struct in SpillPlacement 81 BlockFrequency BiasN; 84 BlockFrequency BiasP; 89 int Value; 91 using LinkVector = SmallVector<std::pair<BlockFrequency, unsigned>, 4>; 95 LinkVector Links; 98 BlockFrequency SumLinkWeights; 101 bool preferReg() const { in preferReg() 107 bool mustSpill() const { in mustSpill() 116 void clear(const BlockFrequency &Threshold) { in clear() [all …]
|
| /third_party/grpc/src/core/ext/xds/ |
| D | xds_bootstrap.h | 52 struct Node { struct 53 std::string id; 54 std::string cluster; 55 std::string locality_region; 56 std::string locality_zone; 57 std::string locality_subzone; 58 Json metadata;
|
| /third_party/mindspore/mindspore/lite/mindir/include/ |
| D | mindir_lite_graph.h | 16 struct Node { struct 17 std::string name_; 18 std::string op_type_; // hnn no use 19 int node_type_; // hnn no use 20 PrimitivePtr primitive_ = nullptr; 21 std::shared_ptr<void> base_operator_ = nullptr; // hnn no use 22 std::vector<uint32_t> input_indices_; 23 std::vector<uint32_t> output_indices_; 24 int quant_type_; 25 int device_type_ = -1; // hnn no use
|
| /third_party/skia/tests/ |
| D | ArenaAllocTest.cpp | 120 struct Node { in DEF_TEST() struct 121 Node(Node* n) : next(n) { created++; } in DEF_TEST() function 122 ~Node() { destroyed++; } in DEF_TEST() 123 Node *next; in DEF_TEST() 124 char filler[64]; in DEF_TEST() 141 struct Node { in DEF_TEST() struct 142 Node(Node* n) : next(n) { created++; } in DEF_TEST() function 143 ~Node() { in DEF_TEST() 149 Node *next; in DEF_TEST()
|
| /third_party/flutter/skia/src/core/ |
| D | SkArenaAllocList.h | 51 struct Node { struct 53 Node(Args... args) : fT(std::forward<Args>(args)...) {} in Node() argument 55 Node* fNext = nullptr; argument
|
| D | SkRTree.h | 65 struct Node { struct 71 void search(Node* root, const SkRect& query, SkTDArray<int>* results) const; argument
|
| /third_party/skia/src/core/ |
| D | SkArenaAllocList.h | 51 struct Node { struct 53 Node(Args... args) : fT(std::forward<Args>(args)...) {} in Node() function 55 Node* fNext = nullptr; argument
|
| D | SkRTree.h | 60 struct Node { struct 66 void search(Node* root, const SkRect& query, std::vector<int>* results) const; argument
|
| /third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/ |
| D | model.h | 23 struct Node { struct 24 String name_; 25 int node_type_; 26 const void *primitive_; 27 Uint32Vector input_indices_; 28 Uint32Vector output_indices_; 29 int quant_type_;
|
| /third_party/mindspore/mindspore/lite/include/ |
| D | model.h | 31 struct Node { struct 32 String name_; 33 String op_type_; 34 int node_type_; 35 const void *primitive_ = nullptr; 36 std::shared_ptr<void> base_operator_ = nullptr; 37 Uint32Vector input_indices_; 38 Uint32Vector output_indices_; 39 int quant_type_; 40 int device_type_ = -1;
|
| /third_party/grpc/src/core/lib/iomgr/executor/ |
| D | mpmcqueue.h | 75 struct Node { struct 76 Node* next; // Linking argument 77 Node* prev; argument 81 Node() { in Node() function
|
| /third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
| D | builtin.go | 102 func (g *gen) writeBuiltinIO(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32) er… 127 func (g *gen) writeBuiltinIOReader(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint… 204 func (g *gen) writeBuiltinIOWriter(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint… 296 func (g *gen) writeBuiltinNumType(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint3… 386 func (g *gen) writeBuiltinSlice(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32)… 424 func (g *gen) writeBuiltinSliceCopyFromSlice8(b *buffer, recv *a.Expr, method t.ID, args []*a.Node,… 491 func (g *gen) writeBuiltinTable(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32)… 524 func (g *gen) writeArgs(b *buffer, args []*a.Node, depth uint32) error {
|
| /third_party/grpc/src/core/lib/gprpp/ |
| D | mpscq.h | 37 struct Node { struct 38 Atomic<Node*> next; argument 74 typedef MultiProducerSingleConsumerQueue::Node Node; typedef
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/check-spec-examples/ |
| D | main.go | 243 func gatherExamples(node *html.Node, examples *[]example) error { 267 func exampleCode(node *html.Node) string { 279 func printNodeText(node *html.Node, sb *strings.Builder) { 290 func hasClass(node *html.Node, class string) bool { 306 func nodeID(node *html.Node) string {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | AllocatorList.h | 35 struct Node : ilist_node<Node> { struct 38 Node &operator=(Node &&) = delete; argument 39 Node &operator=(const Node &) = delete; argument 41 Node(T &&V) : V(std::move(V)) {} in Node() function 42 Node(const T &V) : V(V) {} in Node() function 43 template <class... Ts> Node(Ts &&... Vs) : V(std::forward<Ts>(Vs)...) {} in Node() function 47 using list_type = simple_ilist<Node>; argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeVectorOps.cpp | 256 SDNode *Node = DAG.UpdateNodeOperands(Op.getNode(), Ops); in LegalizeOp() local 526 bool VectorLegalizer::LowerOperationWrapper(SDNode *Node, in LowerOperationWrapper() 555 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote() 619 void VectorLegalizer::PromoteINT_TO_FP(SDNode *Node, in PromoteINT_TO_FP() 660 void VectorLegalizer::PromoteFP_TO_INT(SDNode *Node, in PromoteFP_TO_INT() 841 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand() 998 SDValue VectorLegalizer::ExpandSELECT(SDNode *Node) { in ExpandSELECT() 1053 SDValue VectorLegalizer::ExpandSEXTINREG(SDNode *Node) { in ExpandSEXTINREG() 1074 SDValue VectorLegalizer::ExpandANY_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandANY_EXTEND_VECTOR_INREG() 1110 SDValue VectorLegalizer::ExpandSIGN_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandSIGN_EXTEND_VECTOR_INREG() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceLiveness.h | 79 SizeT getNumVarsInNode(const CfgNode *Node) const { in getNumVarsInNode() 82 SizeT &getNumNonDeadPhis(const CfgNode *Node) { in getNumNonDeadPhis() 85 LivenessBV &getLiveIn(const CfgNode *Node) { in getLiveIn() 90 LivenessBV &getLiveOut(const CfgNode *Node) { in getLiveOut() 96 LiveBeginEndMap *getLiveBegin(const CfgNode *Node) { in getLiveBegin() 101 LiveBeginEndMap *getLiveEnd(const CfgNode *Node) { in getLiveEnd()
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
| D | list.h | 27 struct Node { struct 33 Node() { in Node() function
|