Home
last modified time | relevance | path

Searched defs:node (Results 1101 - 1125 of 8483) sorted by relevance

1...<<41424344454647484950>>...340

/third_party/ltp/testcases/kernel/mem/vma/
H A Dvma02.c68 int node, err, lc; in main() local
/third_party/ltp/testcases/kernel/syscalls/get_mempolicy/
H A Dget_mempolicy02.c33 static struct tst_nodemap *node; variable
/third_party/lwip/src/apps/snmp/
H A Dsnmp_snmpv2_framework.c43 static s16_t snmpengine_scalars_get_value(const struct snmp_scalar_array_node_def *node, void *value) in snmpengine_scalars_get_value() argument
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_scalar.h54 struct snmp_leaf_node node; member
90 struct snmp_leaf_node node; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dast-inspect.c8 static inline void inspect_ptr_list(AstNode *node, const char *name, void (*inspect)(AstNode *)) in inspect_ptr_list() argument
43 void inspect_statement(AstNode *node) in inspect_statement() argument
93 inspect_statement_list(AstNode *node) inspect_statement_list() argument
124 inspect_symbol(AstNode *node) inspect_symbol() argument
143 inspect_symbol_list(AstNode *node) inspect_symbol_list() argument
186 inspect_expression(AstNode *node) inspect_expression() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcompiler-source-position-table.cc49 void SourcePositionTable::SetSourcePosition(Node* node, in SetSourcePosition() argument
H A Dbranch-condition-duplicator.cc18 bool IsBranch(Node* node) { return node->opcode() == IrOpcode::kBranch; } in IsBranch() argument
20 bool CanDuplicate(Node* node) { in CanDuplicate() argument
66 Node* BranchConditionDuplicator::DuplicateNode(Node* node) { in DuplicateNode() argument
70 void BranchConditionDuplicator::DuplicateConditionIfNeeded(Node* node) { in DuplicateConditionIfNeeded() argument
79 Enqueue(Node* node) Enqueue() argument
85 VisitNode(Node* node) VisitNode() argument
96 Node* node = to_visit_.front(); ProcessGraph() local
[all...]
H A Dnode-origin-table.cc64 void NodeOriginTable::SetNodeOrigin(Node* node, const NodeOrigin& no) { in SetNodeOrigin() argument
H A Dredundancy-elimination.h28 Node* node; member
[all...]
H A Dtype-narrowing-reducer.cc22 Reduction TypeNarrowingReducer::Reduce(Node* node) { in Reduce() argument
[all...]
H A Dvalue-numbering-reducer.cc27 Reduction ValueNumberingReducer::Reduce(Node* node) { in Reduce() argument
127 ReplaceIfTypesMatch(Node* node, Node* replacement) ReplaceIfTypesMatch() argument
[all...]
H A Dverifier.h52 static void VerifyNode(Node* node) {} in VerifyNode() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-printer.h52 PrintNode(MaglevGraphLabeller* graph_labeller, const NodeBase* node) in PrintNode() argument
66 PrintNodeLabel(MaglevGraphLabeller* graph_labeller, const Node* node) in PrintNodeLabel() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Doptimize.c73 gpir_node *node = list_first_entry(&block->node_list, gpir_node, list); in optimize_branches() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_acc.h53 struct list_head node; /* list-node in ctx->active_hw_queries */ member
/third_party/musl/libc-test/src/functionalext/queue/
H A Dsys_queue.c47 struct Node *node; in delete_node() local
60 struct Node *node; in traverse_list() local
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dpcy_node.c47 X509_POLICY_NODE *node; in ossl_policy_level_find_node() local
65 X509_POLICY_NODE *node; in ossl_policy_level_add_node() local
130 ossl_policy_node_free(X509_POLICY_NODE *node) ossl_policy_node_free() argument
140 ossl_policy_node_match(const X509_POLICY_LEVEL *lvl, const X509_POLICY_NODE *node, const ASN1_OBJECT *oid) ossl_policy_node_match() argument
[all...]
/third_party/node/deps/uv/src/
H A Dheap-inl.h150 HEAP_EXPORT(void heap_remove(struct heap* heap, struct heap_node* node, heap_compare_fn less_than)) HEAP_EXPORT() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DTrailingPathOptimizer.java128 recursivelyDetachTrailingPaths( Node node, AnyPath path, MutableValueGraph<Node, SimpleEdge> g, Map<Node, AnyPath> anyPaths) recursivelyDetachTrailingPaths() argument
178 canTerminate(Node node, ValueGraph<Node, SimpleEdge> g) canTerminate() argument
185 addPath( Node node, Node end, AnyPath path, Node lastAdded, MutableValueGraph<Node, SimpleEdge> out) addPath() argument
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRangeTreeConverterTest.java130 assertOutEdge(ValueGraph<Node, SimpleEdge> nfa, Node node, SimpleEdge edge) assertOutEdge() argument
138 assertOutEdges(ValueGraph<Node, SimpleEdge> nfa, Node node, SimpleEdge... edges) assertOutEdges() argument
148 follow(ValueGraph<Node, SimpleEdge> nfa, Node node, SimpleEdge edge) follow() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DReduceInterfaceBlocks.cpp38 TIntermNode &node = *declNode.getChildNode(0); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DPruneEmptyCases.cpp22 bool IsEmptyBlock(TIntermNode *node) in IsEmptyBlock() argument
71 bool PruneEmptyCasesTraverser::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() argument
[all...]
H A DRemoveArrayLengthMethod.cpp50 bool RemoveArrayLengthTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary() argument
66 void RemoveArrayLengthTraverser::insertSideEffectsInParentBlock(TIntermTyped *node) in insertSideEffectsInParentBlock() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DVersionGLSL.cpp83 void TVersionGLSL::visitSymbol(TIntermSymbol *node) in visitSymbol() argument
92 bool TVersionGLSL::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
102 bool TVersionGLSL::visitGlobalQualifierDeclaration(Visit, TIntermGlobalQualifierDeclaration *node) in visitGlobalQualifierDeclaration() argument
115 void TVersionGLSL::visitFunctionPrototype(TIntermFunctionPrototype *node) in visitFunctionPrototype() argument
134 visitAggregate(Visit, TIntermAggregate *node) visitAggregate() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DWrapSwitchStatementsInBlocks.cpp48 bool WrapSwitchStatementsInBlocksTraverser::visitSwitch(Visit, TIntermSwitch *node) in visitSwitch() argument

Completed in 9 milliseconds

1...<<41424344454647484950>>...340