| /third_party/libdrm/ |
| H A D | xf86drm.c | 3277 * only device nodes in /dev/dri/ */ in drmNodeIsDRM() 3414 * only device nodes in /dev/dri/ */ in drmGetMinorNameForFD() 4019 device->nodes = (char **)ptr; in drmDeviceAlloc() 4024 device->nodes[i] = ptr; in drmDeviceAlloc() 4028 memcpy(device->nodes[type], node, max_node_length); in drmDeviceAlloc() 4468 memcpy(local_devices[i]->nodes[node_type], in drmFoldDuplicatedDevices() 4469 local_devices[j]->nodes[node_type], drmGetMaxNodeName()); in drmFoldDuplicatedDevices() 4490 if (stat(device->nodes[i], &sbuf) == 0 && in drm_device_has_rdev() 4500 * 3x64 devices nodes. That's 64 for each of primary, control and 4501 * render nodes [all...] |
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| H A D | gltf2_data_structures.h | 675 // The skeleton nodes, used as joints in this skin. 717 BASE_NS::vector<Node*> nodes; member
|
| /third_party/cares/include/ |
| H A D | ares.h | 626 struct ares_addrinfo_node *nodes; member
|
| /third_party/PyYAML/lib/yaml/ |
| H A D | representer.py | 6 from .nodes import *
|
| /third_party/node/deps/cares/include/ |
| H A D | ares.h | 659 struct ares_addrinfo_node *nodes; member
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_private.h | 425 struct ares_addrinfo_node **nodes);
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | loop_dependence.h | 354 // Returns all the distinct loops that appear in |nodes|. 356 const std::vector<SERecurrentNode*>& nodes); 486 // c1 and/or c2 contain one or more SEValueUnknown nodes. 518 // Perform the GCD test if both, the source and the destination nodes, are in
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | loop_dependence.h | 354 // Returns all the distinct loops that appear in |nodes|. 356 const std::vector<SERecurrentNode*>& nodes); 486 // c1 and/or c2 contain one or more SEValueUnknown nodes. 518 // Perform the GCD test if both, the source and the destination nodes, are in
|
| /third_party/spirv-tools/source/opt/ |
| H A D | loop_dependence.h | 354 // Returns all the distinct loops that appear in |nodes|. 356 const std::vector<SERecurrentNode*>& nodes); 486 // c1 and/or c2 contain one or more SEValueUnknown nodes. 518 // Perform the GCD test if both, the source and the destination nodes, are in
|
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
| H A D | lite_graph_to_hdi_model_v2_1.cpp | 1815 std::vector<OHOS::HDI::Nnrt::V2_1::Node> nodes;
in LiteGraph_To_HDIModel() local 1819 // nodes
in LiteGraph_To_HDIModel() 1837 nodes.emplace_back(tmp);
in LiteGraph_To_HDIModel() 1888 retModel->nodes = nodes;
in LiteGraph_To_HDIModel()
|
| /third_party/node/deps/openssl/openssl/apps/lib/ |
| H A D | apps.c | 2050 static void nodes_print(const char *name, STACK_OF(X509_POLICY_NODE) *nodes) in nodes_print() argument 2056 if (nodes) { in nodes_print() 2058 for (i = 0; i < sk_X509_POLICY_NODE_num(nodes); i++) { in nodes_print() 2059 node = sk_X509_POLICY_NODE_value(nodes, i); in nodes_print()
|
| /third_party/openssl/apps/lib/ |
| H A D | apps.c | 2043 static void nodes_print(const char *name, STACK_OF(X509_POLICY_NODE) *nodes) in nodes_print() argument 2049 if (nodes) { in nodes_print() 2051 for (i = 0; i < sk_X509_POLICY_NODE_num(nodes); i++) { in nodes_print() 2052 node = sk_X509_POLICY_NODE_value(nodes, i); in nodes_print()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | inspector.cpp | 940 void Inspector::GetOffScreenTreeNodes(InspectorTreeMap& nodes) in GetOffScreenTreeNodes() argument 943 AddInspectorTreeNode(item, nodes); in GetOffScreenTreeNodes()
|
| /foundation/arkui/ace_engine/test/unittest/core/common/recorder/ |
| H A D | event_recorder_test.cpp | 915 std::unordered_map<std::string, std::string> nodes;
in HWTEST_F() local 916 Recorder::NodeDataCache::Get().GetNodeData("", nodes);
in HWTEST_F()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | db_common.cpp | 569 // insert all nodes into res in InsertNodesByScore() 590 std::list<std::string> DBCommon::GenerateNodesByNodeWeight(const std::vector<std::string> &nodes, in GenerateNodesByNodeWeight() argument 597 for (const auto &node : nodes) { in GenerateNodesByNodeWeight() 602 // find all node which can be reached by param nodes in GenerateNodesByNodeWeight()
|
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | platform_android.c | 1485 /* Handle control nodes using __DRI_DRI2_LOADER extension and GEM names 1625 dri2_dpy->fd = loader_open_device(device->nodes[node_type]); 1628 __func__, device->nodes[node_type]);
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_drm.c | 627 const char *primary_path = drm_device->nodes[DRM_NODE_PRIMARY]; in tu_drm_device_init() 628 const char *path = drm_device->nodes[DRM_NODE_RENDER]; in tu_drm_device_init() 788 mesa_logi("Found %d drm nodes", max_devices); in tu_enumerate_devices()
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_device.c | 253 const char *path = drm_device->nodes[DRM_NODE_RENDER]; in panvk_physical_device_init() 316 master_fd = open(drm_device->nodes[DRM_NODE_PRIMARY], O_RDWR | O_CLOEXEC); in panvk_physical_device_init() 395 panvk_logi("Found %d drm nodes", max_devices); in panvk_enumerate_devices()
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | wasm-compiler.h | 210 // Abstracts details of building TurboFan graph nodes for wasm to separate 335 Node* Return(base::Vector<Node*> nodes); 425 // Utilities to manipulate sets of instance cache nodes. 706 void MemTypeToUintPtrOrOOBTrap(std::initializer_list<Node**> nodes, 721 // This type is used to collect control/effect nodes we need to merge at the 724 // control nodes to merge; the EffectPhi needs an additional input.
|
| H A D | scheduler.cc | 54 // Reserve 10% more space for nodes if node splitting is enabled to try to in ComputeSchedule() 90 // Nothing to do for control nodes that have been already fixed in in InitializePlacement() 110 // Control nodes that were not control-reachable from end may float. in InitializePlacement() 126 // We only update control nodes from {kUnknown} to {kFixed}. Ideally, we in UpdatePlacement() 152 // Control nodes force coupled uses to be placed. in UpdatePlacement() 187 // Tracking use counts for fixed nodes is useless. in IncrementUnscheduledUseCount() 190 // Use count for coupled nodes is summed up on their control. in IncrementUnscheduledUseCount() 206 // Tracking use counts for fixed nodes is useless. in DecrementUnscheduledUseCount() 209 // Use count for coupled nodes is summed up on their control. in DecrementUnscheduledUseCount() 252 // basic blocks for control nodes [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/ |
| H A D | cryp_symc.c | 59 /* Multi nodes added status, finished or finished */ 363 /* if the total length don't aligned with block size, split joint the follow nodes. */ in symc_add_next_node() 367 /* The next node large than tail size, just split it to 2 nodes. */ in symc_add_next_node() 390 /* The next node less than tail size, add it to nodes list. */ in symc_add_next_node() 413 hi_u32 i, nodes, cur, total_len; in symc_add_buf_list() local 426 * select the minimum numbers of nodes to calculate. in symc_add_buf_list() 428 nodes = crypto_min(SYMC_INT_LEVEL, hisi_ctx->total_nodes - hisi_ctx->cur_nodes); in symc_add_buf_list() 431 for (i = 0; i < nodes; i++) { in symc_add_buf_list() 446 /* For each compute, the total length of valid nodes list in symc_add_buf_list() 457 /* gcm add nodes finishe in symc_add_buf_list() [all...] |
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_renderer_virtgpu.c | 1596 name = dev->nodes[i]; in virtgpu_open_device() 1605 const char *primary_path = dev->nodes[DRM_NODE_PRIMARY]; in virtgpu_open_device() 1606 const char *node_path = dev->nodes[DRM_NODE_RENDER]; in virtgpu_open_device()
|
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_copy_ast.c | 2029 if (orig->flavor == CIL_BLOCK && DATUM(data)->nodes->head != NULL) { in __cil_copy_node_helper() 2036 cil_list_append(DATUM(new->data)->nodes, CIL_NODE, new); in __cil_copy_node_helper() 2039 if (DATUM(data)->nodes->head && FLAVOR(data) != orig->flavor) { in __cil_copy_node_helper()
|
| /base/msdp/device_status/services/interaction/drag/include/ |
| H A D | drag_drawing.h | 216 std::vector<std::shared_ptr<Rosen::RSCanvasNode>> nodes; member
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_wlfc.h | 533 /** table for individual nodes */ 534 wlfc_mac_descriptor_t nodes[WLFC_MAC_DESC_TABLE_SIZE]; member
|