/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 959 void Put(SlotKind slot_kind, AstNode* node, int slot_index) { in Put() argument 960 PutImpl(slot_kind, 0, node, slot_index); in Put() 973 int Get(SlotKind slot_kind, AstNode* node) const { in Get() 974 return GetImpl(slot_kind, 0, node); in Get() 987 void PutImpl(SlotKind slot_kind, int index, const void* node, in PutImpl() argument 989 Key key = std::make_tuple(slot_kind, index, node); in PutImpl() 994 int GetImpl(SlotKind slot_kind, int index, const void* node) const { in GetImpl() 995 Key key = std::make_tuple(slot_kind, index, node); in GetImpl() 2463 // until the end of the try_block in the AST node, and does not apply to the in VisitTryCatchStatement() 7016 AstNode* node, SourceRangeKin in AllocateBlockCoverageSlotIfEnabled() 7015 AllocateBlockCoverageSlotIfEnabled( AstNode* node, SourceRangeKind kind) AllocateBlockCoverageSlotIfEnabled() argument 7022 AllocateNaryBlockCoverageSlotIfEnabled( NaryOperation* node, size_t index) AllocateNaryBlockCoverageSlotIfEnabled() argument 7030 BuildIncrementBlockCoverageCounterIfEnabled( AstNode* node, SourceRangeKind kind) BuildIncrementBlockCoverageCounterIfEnabled() argument [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 536 struct wake_q_node *node = &task->wake_q; in __wake_q_add() local 547 if (unlikely(cmpxchg_relaxed(&node->next, NULL, WAKE_Q_TAIL))) { in __wake_q_add() 554 *head->lastp = node; in __wake_q_add() 555 head->lastp = &node->next; in __wake_q_add() 604 struct wake_q_node *node = head->first; in wake_up_q() local 606 while (node != WAKE_Q_TAIL) { in wake_up_q() 609 task = container_of(node, struct task_struct, wake_q); in wake_up_q() 612 node = node->next; in wake_up_q() 863 * node an [all...] |
/device/soc/rockchip/common/vendor/drivers/devfreq/ |
H A D | rockchip_dmc.c | 1207 struct device_node *node; in rk1808_dmc_init() local 1230 node = of_parse_phandle(pdev->dev.of_node, "dcf_reg", 0); in rk1808_dmc_init() 1231 wait_ctrl.regmap_dcf = syscon_node_to_regmap(node); in rk1808_dmc_init() 1730 struct device_node *node; in rv1126_dmc_init() local 1753 node = of_parse_phandle(pdev->dev.of_node, "dcf", 0); in rv1126_dmc_init() 1754 wait_ctrl.regmap_dcf = syscon_node_to_regmap(node); in rv1126_dmc_init() 2932 dev_err(dmcfreq->dev, "could not find power_model node\n"); in ddr_power_model_simple_init()
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_dmc.c | 1310 struct device_node *node; in rk1808_dmc_init() local 1337 node = of_parse_phandle(pdev->dev.of_node, "dcf_reg", 0); in rk1808_dmc_init() 1338 wait_ctrl.regmap_dcf = syscon_node_to_regmap(node); in rk1808_dmc_init() 1878 struct device_node *node; in rv1126_dmc_init() local 1905 node = of_parse_phandle(pdev->dev.of_node, "dcf", 0); in rv1126_dmc_init() 1906 wait_ctrl.regmap_dcf = syscon_node_to_regmap(node); in rv1126_dmc_init() 3103 dev_err(dmcfreq->dev, "could not find power_model node\n"); in ddr_power_model_simple_init()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 2355 n->node.num_subnodes == num_subnodes && in dxil_get_metadata_node() 2356 !memcmp(n->node.subnodes, subnodes, sizeof(struct dxil_mdnode *) * in dxil_get_metadata_node() 2368 n->node.subnodes = tmp; in dxil_get_metadata_node() 2369 n->node.num_subnodes = num_subnodes; in dxil_get_metadata_node() 2526 return emit_metadata_node(m, n->node.subnodes, n->node.num_subnodes); in emit_mdnode()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.c | 2627 foreach_list_typed(nir_cf_node, node, node, list) in visit_cf_list() 2629 switch (node->type) { in visit_cf_list() 2631 visit_block(bld_base, nir_cf_node_as_block(node)); in visit_cf_list() 2634 visit_if(bld_base, nir_cf_node_as_if(node)); in visit_cf_list() 2637 visit_loop(bld_base, nir_cf_node_as_loop(node)); in visit_cf_list()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 428 protoNode = None # proto is a first child of every command node 431 # if node is alias then use the fact that alias definition follows aliased structure 441 # go to next node 446 # memorize prototype node 620 # if node is alias then use the fact that alias definition follows aliased bitmasks; 636 # if node is alias then use the fact that alias definition follows aliased structure; 644 # go to next node 653 for node in memberNode: 654 if node.tag == "enum": 655 arraySizeList.append(node [all...] |
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 9752 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); in GetFunctionName() local 9753 i::Isolate* isolate = node->isolate(); in GetFunctionName() 9754 const i::CodeEntry* entry = node->entry(); in GetFunctionName() 9761 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); in GetFunctionNameStr() local 9762 return node->entry()->name(); in GetFunctionNameStr() 9766 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); in GetScriptId() local 9767 const i::CodeEntry* entry = node->entry(); in GetScriptId() 9772 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); in GetScriptResourceName() local 9773 i::Isolate* isolate = node->isolate(); in GetScriptResourceName() 9775 node in GetScriptResourceName() 9779 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); GetScriptResourceNameStr() local 9784 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); IsScriptSharedCrossOrigin() local 9799 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); GetHitLineCount() local 9805 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); GetLineTicks() local 9810 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); GetBailoutReason() local 9844 const i::ProfileNode* node = reinterpret_cast<const i::ProfileNode*>(this); GetDeoptInfos() local [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
H A D | hi_osal.h | 364 struct osal_list_head node; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_osal.h | 361 struct osal_list_head node; member
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | hi_osal.h | 343 struct osal_list_head node; member
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 793 int rkcif_plat_init(struct rkcif_device *cif_dev, struct device_node *node, int inf_id);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_debug.h | 845 extern void dhd_iov_li_append(dhd_pub_t *dhd, dll_t *list_head, dll_t *node);
|
H A D | bcmsdh_linux.c | 296 if (bcmsdh_pci_driver.node.next == NULL) in bcmsdh_unregister()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_defs.h | 138 * the device node. 317 * @node: List node. 321 struct list_head node; member 593 * based on key tgid, kprcs_node is the node link to 638 * the GPU device node. 641 * regulators referenced by the GPU device node. 857 * @process_root: rb_tree root node for maintaining a rb_tree of 859 * @dma_buf_root: rb_tree root node for maintaining a rb_tree of
|
/device/soc/rockchip/common/sdk_linux/include/linux/sched/ |
H A D | signal.h | 72 struct hlist_node node;
member
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 763 int rkcif_plat_init(struct rkcif_device *cif_dev, struct device_node *node, int inf_id);
|
/third_party/PyYAML/tests/lib/ |
H A D | canonical.py | 230 # document: DIRECTIVE? DOCUMENT-START node 232 node = None 240 # node: ALIAS | ANCHOR? TAG? (SCALAR|sequence|mapping) 262 # sequence: SEQUENCE-START (node (ENTRY node)*)? ENTRY? SEQUENCE-END 286 # map_entry: KEY node VALUE node
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 498 int getaddrinfo(const char *node, const char *service,
|
/third_party/libuv/include/uv/ |
H A D | win.h | 590 WCHAR* node; \
|
/third_party/node/lib/internal/ |
H A D | worker.js | 148 url = `node:${filename}`;
|
/third_party/node/src/api/ |
H A D | callback.cc | 1 #include "node.h" 6 namespace node { namespace 360 } // namespace node
|
/third_party/node/src/ |
H A D | blob_serializer_deserializer-inl.h | 19 namespace node { namespace 355 } // namespace node
|
/third_party/node/src/crypto/ |
H A D | crypto_aes.cc | 17 namespace node { namespace 136 // Refs: https://github.com/nodejs/node/pull/38913#issuecomment-866505244 in AES_Cipher() 604 } // namespace node
|
H A D | crypto_bio.cc | 32 namespace node { namespace 225 BIO_METHOD* method = BIO_meth_new(BIO_TYPE_MEM, "node.js SSL buffer"); in GetMethod() 500 } // namespace node
|