| /third_party/glfw/deps/ |
| H A D | nuklear.h | 10590 /* we allocate two extra nodes so optimal user-node-count is 'width' not 'width+2' */ 10616 /* so that num_nodes is always enough nodes. */ in nk_rp_setup_allow_out_of_mem() 10626 struct nk_rp_node *nodes, int num_nodes) in nk_rp_init_target() 10634 nodes[i].next = &nodes[i+1]; in nk_rp_init_target() 10635 nodes[i].next = 0; in nk_rp_init_target() 10638 context->free_head = &nodes[0]; in nk_rp_init_target() 10816 /* let 'cur' point to the remaining nodes needing to be */ in nk_rp__skyline_pack_rectangle() 10828 /* from here, traverse cur and free the nodes, until we get to one */ in nk_rp__skyline_pack_rectangle() 10970 void *nodes; member 10625 nk_rp_init_target(struct nk_rp_context *context, int width, int height, struct nk_rp_node *nodes, int num_nodes) nk_rp_init_target() argument 12263 struct nk_rp_node *nodes = (struct nk_rp_node*) nk_tt_PackBegin() local [all...] |
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | ace_container.cpp | 1550 viewData.nodes = nodeInfos; in OverwritePageNodeInfo() 1573 for (const auto& info : viewData.nodes) { in GetFocusedElementRect()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_device.c | 739 const char *primary_path = drm_device->nodes[DRM_NODE_PRIMARY]; in anv_physical_device_try_create() 740 const char *path = drm_device->nodes[DRM_NODE_RENDER]; in anv_physical_device_try_create()
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | bytecode-graph-builder.cc | 82 // to visiting bytecodes, and is later passed as input to other nodes that 120 Node* NewNode(const Operator* op, Node* n0, Args... nodes) { in NewNode() argument 121 Node* buffer[] = {n0, nodes...}; in NewNode() 125 // Helpers to create new control nodes. 169 // by dedicated {Checkpoint} nodes that are wired into the effect chain. 346 // Builds loop exit nodes for every exited loop between the current bytecode 364 // new nodes. 505 // Control nodes that exit the function body. 527 // register file. The environment performs SSA-renaming of all tracked nodes at 537 // inputs to nodes representin [all...] |
| H A D | wasm-compiler.cc | 547 // Initialize parameter nodes. in Start() 790 // We handle caching of the instance cache nodes manually, and we may reload in StackCheck() 792 // Therefore, we use plain Load nodes which are not subject to load in StackCheck() 821 // to use {effect} instead. We exclude Projection nodes: Projections pointing in PatchInStackCheckIfNeeded() 3515 // We handle caching of the instance cache nodes manually, and we may reload in InitInstanceCache() 3517 // Therefore, we use plain Load nodes which are not subject to load in InitInstanceCache() 5473 std::initializer_list<Node**> nodes, wasm::WasmCodePosition position) { in MemTypeToUintPtrOrOOBTrap() 5475 for (Node** node : nodes) { in MemTypeToUintPtrOrOOBTrap() 5482 for (Node** node : nodes) { in MemTypeToUintPtrOrOOBTrap() 5855 // Wire up the control/effect nodes 5472 MemTypeToUintPtrOrOOBTrap( std::initializer_list<Node**> nodes, wasm::WasmCodePosition position) MemTypeToUintPtrOrOOBTrap() argument [all...] |
| H A D | effect-control-linearizer.cc | 465 // a constant). Note that there may be more Phi nodes hanging off the Merge, in TryCloneBranch() 467 // EffectPhi nodes whose uses have either the IfTrue or IfFalse as control in TryCloneBranch() 489 // The resulting graph (modulo the Phi and EffectPhi nodes) looks like this: in TryCloneBranch() 522 // Check/collect other Phi/EffectPhi nodes hanging off the Merge. in TryCloneBranch() 526 // We cannot currently deal with non-Phi/EffectPhi nodes hanging off the in TryCloneBranch() 527 // Merge. Ideally, we would just clone the nodes (and everything that in TryCloneBranch() 532 // Right now we can only handle Phi/EffectPhi nodes whose uses are in TryCloneBranch() 600 // Fix up IfTrue and IfFalse and kill all dead nodes. in TryCloneBranch() 871 // nodes inside the region (i.e. ignore the absence of kNoWrite on in ProcessNode() 884 // Special treatment for checkpoint nodes in ProcessNode() 5289 AdaptOverloadedFastCallResult nodes = AdaptOverloadedFastCallArgument( LowerFastApiCall() local [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | nir_to_dxil.c | 1512 const struct dxil_mdnode *nodes[] = { in emit_entrypoint() local 1519 return dxil_get_metadata_node(&ctx->mod, nodes, in emit_entrypoint() 1520 ARRAY_SIZE(nodes)); in emit_entrypoint() 5203 /* PHI nodes are difficult to get right when tracking the types: in prepare_phi_values()
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui_demo.cpp | 491 "a window or a block. Tree nodes can be automatically expanded.\n" in ShowDemoWindow() 762 if (ImGui::TreeNode("Advanced, with Selectable nodes")) in ShowDemoWindowWidgets() 765 "This is a more typical looking tree with selectable nodes.\n" in ShowDemoWindowWidgets() 2999 ImGui::Checkbox("Tree nodes", &show_tree_nodes); // Will grow contents size and display highlight over full width in ShowDemoWindowLayout() 3607 HelpMarker("Disable the indenting of tree nodes so demo tables can use the full window width."); 4629 static const MyTreeNode nodes[] = local 4642 MyTreeNode::DisplayNode(&nodes[0], nodes); 6808 // Text and Tree nodes are less high than framed widgets, using AlignTextToFramePadding() we add vertical spacing to make the tree lines equal high.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 614 // DFS number zero. However, it's possible in the case of phi nodes 1264 // This must be an instruction because we are only called from phi nodes 1713 // other members are all phi nodes (as they do not compute anything, they are 1719 // It's cycle free if it's size 1 or the SCC is *only* phi nodes. 1737 // Evaluate PHI nodes symbolically and create an expression result. 1781 // In LLVM's non-standard representation of phi nodes, it's possible to have 1782 // phi nodes with cycles (IE dependent on other phis that are .... dependent 2448 // impact predicates. Otherwise, only mark the phi nodes as touched, as 2629 // translate everything back through phi nodes. We actually expect some lookups 2757 // with rewriting existing phi nodes [all...] |
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_build_ast.c | 135 cil_list_append(prev->nodes, CIL_NODE, node); in cil_add_decl_to_symtab() 5463 struct cil_tree_node *node = args->arg->nodes->head->data; in cil_destroy_args()
|
| H A D | cil_binary.c | 244 struct cil_tree_node *node = cil_common->datum.nodes->head->data; in cil_common_to_policydb()
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
| H A D | render_system.cpp | 2452 if (!descs.postProcess.nodes.empty()) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 2810 // Equal if all nodes in both stacks match. in operator ==() 3019 for (const NodeState &node : nodes()) { in pushDownUntilBottom() 3045 // traversal where the iterator contains a stack of parent nodes along with a 3051 // node may have child nodes too.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 4807 /// ::= !DIMacroFile(line: 9, file: !2, nodes: !3) 4813 OPTIONAL(nodes, MDField, ); 4818 (Context, type.Val, line.Val, file.Val, nodes.Val));
|
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |