Home
last modified time | relevance | path

Searched refs:nodes (Results 501 - 525 of 834) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/mesa3d/src/loader/
H A Dloader.c186 fd = loader_open_device(device->nodes[DRM_NODE_RENDER]); in loader_open_render_node()
224 render_node = strdup(dev_ptr->nodes[DRM_NODE_RENDER]); in loader_get_render_node()
402 fd = loader_open_device(devices[i]->nodes[DRM_NODE_RENDER]); in loader_get_user_preferred_fd()
/third_party/node/deps/npm/node_modules/yallist/
H A Dyallist.js323 Yallist.prototype.splice = function (start, deleteCount, ...nodes) {
348 for (var i = 0; i < nodes.length; i++) {
349 walker = insert(this, walker, nodes[i])
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsuper.c1188 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in btrfs_get_subvol_name_from_objectid()
1191 root_ref = btrfs_item_ptr(path->nodes[0], path->slots[0], in btrfs_get_subvol_name_from_objectid()
1193 len = btrfs_root_ref_name_len(path->nodes[0], root_ref); in btrfs_get_subvol_name_from_objectid()
1199 read_extent_buffer(path->nodes[0], ptr + 1, in btrfs_get_subvol_name_from_objectid()
1202 dirid = btrfs_root_ref_dirid(path->nodes[0], root_ref); in btrfs_get_subvol_name_from_objectid()
1235 btrfs_item_key_to_cpu(path->nodes[0], &key, path->slots[0]); in btrfs_get_subvol_name_from_objectid()
1238 inode_ref = btrfs_item_ptr(path->nodes[0], in btrfs_get_subvol_name_from_objectid()
1241 len = btrfs_inode_ref_name_len(path->nodes[0], in btrfs_get_subvol_name_from_objectid()
1248 read_extent_buffer(path->nodes[0], ptr + 1, in btrfs_get_subvol_name_from_objectid()
1308 btrfs_dir_item_key_to_cpu(path->nodes[ in get_default_subvol_objectid()
[all...]
H A Dulist.h41 struct list_head nodes; member
H A Dexport.c172 leaf = path->nodes[0]; in btrfs_get_parent()
250 leaf = path->nodes[0]; in btrfs_get_name()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dscif_ioctl.h188 * @nodes: pointer to an array of node_ids
193 __u64 nodes; member
/kernel/linux/linux-6.6/fs/btrfs/
H A Dulist.h41 struct list_head nodes; member
H A Dexport.c185 leaf = path->nodes[0]; in btrfs_get_parent()
262 leaf = path->nodes[0]; in btrfs_get_name()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dscif_ioctl.h188 * @nodes: pointer to an array of node_ids
193 __u64 nodes; member
/kernel/linux/linux-6.6/drivers/interconnect/qcom/
H A Dicc-rpm.h89 * struct qcom_icc_node - Qualcomm specific interconnect nodes
92 * @links: an array of nodes where we can go next while traversing
117 struct qcom_icc_node * const *nodes; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh41 openssl req -new -nodes -utf8 -sha256 -days 36500 \
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dscif_ioctl.h59 __u64 nodes; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dscif_ioctl.h72 __u64 nodes; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dscif_ioctl.h72 __u64 nodes; member
/third_party/jinja2/
H A Dvisitor.py1 """API for traversing the AST nodes. Implemented by the compiler and
6 from .nodes import Node
21 Per default the visitor functions for the nodes are ``'visit_'`` +
51 """Walks the abstract syntax tree and allows modifications of nodes.
/third_party/node/deps/v8/third_party/jinja2/
H A Dvisitor.py2 """API for traversing the AST nodes. Implemented by the compiler and
5 from .nodes import Node
13 Per default the visitor functions for the nodes are ``'visit_'`` +
42 """Walks the abstract syntax tree and allows modifications of nodes.
/third_party/node/tools/inspector_protocol/jinja2/
H A Dvisitor.py6 This module implements a visitor for the nodes.
11 from jinja2.nodes import Node
19 Per default the visitor functions for the nodes are ``'visit_'`` +
48 """Walks the abstract syntax tree and allows modifications of nodes.
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-basic-block.h43 Node::List& nodes() { return nodes_; } in nodes() function in v8::internal::maglev::BasicBlock
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dpcy_local.h88 /* This structure represents the relationship between nodes */
95 /* Number of child nodes */
102 /* nodes at this level */
103 STACK_OF(X509_POLICY_NODE) *nodes; member
114 /* The number of nodes in the tree */
116 /* The maximum number of nodes in the tree */
123 * Extra policy data when additional nodes (not from the certificate) are
/third_party/openssl/crypto/x509/
H A Dpcy_local.h88 /* This structure represents the relationship between nodes */
95 /* Number of child nodes */
102 /* nodes at this level */
103 STACK_OF(X509_POLICY_NODE) *nodes; member
114 /* The number of nodes in the tree */
116 /* The maximum number of nodes in the tree */
123 * Extra policy data when additional nodes (not from the certificate) are
/third_party/skia/third_party/externals/jinja2/
H A Dvisitor.py2 """API for traversing the AST nodes. Implemented by the compiler and
5 from .nodes import Node
13 Per default the visitor functions for the nodes are ``'visit_'`` +
42 """Walks the abstract syntax tree and allows modifications of nodes.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DGraphTraits.h54 // nodes_iterator/begin/end - Allow iteration over all nodes in the graph
70 // Return total number of nodes in the graph
105 // Provide iterator ranges for the graph traits nodes and children
108 nodes(const GraphType &G) { in nodes() function
/third_party/typescript/tests/baselines/reference/
H A DinferenceDoesNotAddUndefinedOrNull.js5 forEachChild<T>(cbNode: (node: Node) => T | undefined, cbNodeArray?: (nodes: NodeArray<Node>) => T | undefined): T | undefined;
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Drun_vmtests.sh52 ksm tests that do not require >=2 NUMA nodes
54 ksm tests that require >=2 NUMA nodes
320 # KSM test with 2 NUMA nodes and merge_across_nodes = 1
322 # KSM test with 2 NUMA nodes and merge_across_nodes = 0
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_stress.c107 fd = open(devices[i]->nodes[DRM_NODE_RENDER], O_RDWR | O_CLOEXEC); in amdgpu_open_device()
117 devices[i]->nodes[DRM_NODE_RENDER], in amdgpu_open_device()

Completed in 11 milliseconds

1...<<21222324252627282930>>...34