| /third_party/mesa3d/src/loader/ |
| H A D | loader.c | 186 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 D | yallist.js | 323 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 D | super.c | 1188 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 D | ulist.h | 41 struct list_head nodes; member
|
| H A D | export.c | 172 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 D | scif_ioctl.h | 188 * @nodes: pointer to an array of node_ids 193 __u64 nodes; member
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | ulist.h | 41 struct list_head nodes; member
|
| H A D | export.c | 185 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 D | scif_ioctl.h | 188 * @nodes: pointer to an array of node_ids 193 __u64 nodes; member
|
| /kernel/linux/linux-6.6/drivers/interconnect/qcom/ |
| H A D | icc-rpm.h | 89 * 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 D | verify_sig_setup.sh | 41 openssl req -new -nodes -utf8 -sha256 -days 36500 \
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | scif_ioctl.h | 59 __u64 nodes; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | scif_ioctl.h | 72 __u64 nodes; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | scif_ioctl.h | 72 __u64 nodes; member
|
| /third_party/jinja2/ |
| H A D | visitor.py | 1 """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 D | visitor.py | 2 """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 D | visitor.py | 6 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 D | maglev-basic-block.h | 43 Node::List& nodes() { return nodes_; } in nodes() function in v8::internal::maglev::BasicBlock
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | pcy_local.h | 88 /* 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 D | pcy_local.h | 88 /* 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 D | visitor.py | 2 """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 D | GraphTraits.h | 54 // 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 D | inferenceDoesNotAddUndefinedOrNull.js | 5 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 D | run_vmtests.sh | 52 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 D | amdgpu_stress.c | 107 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()
|