/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | mdns_protocol_impl.cpp | 586 std::for_each(srvMap_.begin(), srvMap_.end(), [&](const auto &elem) -> void { in ProcessQuestionRecord() 587 if (EndsWith(elem.first, name)) { in ProcessQuestionRecord() 588 AppendRecord(response.answers, DNSProto::RRTYPE_PTR, name, elem.first); in ProcessQuestionRecord() 589 AppendRecord(response.additional, DNSProto::RRTYPE_SRV, elem.first, in ProcessQuestionRecord() 593 .port = static_cast<uint16_t>(elem.second.port), in ProcessQuestionRecord() 596 AppendRecord(response.additional, DNSProto::RRTYPE_TXT, elem.first, elem.second.txt); in ProcessQuestionRecord() 672 std::find_if(results.begin(), results.end(), [&](const auto &elem) { return elem.serviceName == srvName; }); in UpdatePtr() 680 res = std::find_if(results.begin(), results.end(), [&](const auto &elem) { retur in UpdatePtr() 901 auto &elem = cacheMap_[key]; KillCache() local [all...] |
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | guest.c | 517 struct cxl_process_element_hcall *elem; in attach_afu_directed() local 526 if (!(elem = (struct cxl_process_element_hcall *) in attach_afu_directed() 530 elem->version = cpu_to_be64(CXL_PROCESS_ELEMENT_VERSION); in attach_afu_directed() 548 elem->flags = cpu_to_be64(flags); in attach_afu_directed() 549 elem->common.tid = cpu_to_be32(0); /* Unused */ in attach_afu_directed() 550 elem->common.pid = cpu_to_be32(pid); in attach_afu_directed() 551 elem->common.csrp = cpu_to_be64(0); /* disable */ in attach_afu_directed() 552 elem->common.u.psl8.aurp0 = cpu_to_be64(0); /* disable */ in attach_afu_directed() 553 elem->common.u.psl8.aurp1 = cpu_to_be64(0); /* disable */ in attach_afu_directed() 557 elem in attach_afu_directed() [all...] |
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | guest.c | 523 struct cxl_process_element_hcall *elem; in attach_afu_directed() local 532 if (!(elem = (struct cxl_process_element_hcall *) in attach_afu_directed() 536 elem->version = cpu_to_be64(CXL_PROCESS_ELEMENT_VERSION); in attach_afu_directed() 554 elem->flags = cpu_to_be64(flags); in attach_afu_directed() 555 elem->common.tid = cpu_to_be32(0); /* Unused */ in attach_afu_directed() 556 elem->common.pid = cpu_to_be32(pid); in attach_afu_directed() 557 elem->common.csrp = cpu_to_be64(0); /* disable */ in attach_afu_directed() 558 elem->common.u.psl8.aurp0 = cpu_to_be64(0); /* disable */ in attach_afu_directed() 559 elem->common.u.psl8.aurp1 = cpu_to_be64(0); /* disable */ in attach_afu_directed() 563 elem in attach_afu_directed() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_cq.c | 127 void rxe_cq_cleanup(struct rxe_pool_elem *elem) in rxe_cq_cleanup() argument 129 struct rxe_cq *cq = container_of(elem, typeof(*cq), elem); in rxe_cq_cleanup()
|
H A D | rxe_srq.c | 55 srq->srq_num = srq->elem.index; in rxe_srq_from_init() 190 void rxe_srq_cleanup(struct rxe_pool_elem *elem) in rxe_srq_cleanup() argument 192 struct rxe_srq *srq = container_of(elem, typeof(*srq), elem); in rxe_srq_cleanup()
|
/third_party/icu/icu4c/source/common/ |
H A D | servlkf.cpp | 76 const UHashElement* elem = NULL; in updateVisibleIDs() local 78 while ((elem = supported->nextElement(pos)) != NULL) { in updateVisibleIDs() 79 const UnicodeString& id = *((const UnicodeString*)elem->key.pointer); in updateVisibleIDs()
|
H A D | uvectr32.cpp | 98 void UVector32::setElementAt(int32_t elem, int32_t index) { in setElementAt() argument 100 elements[index] = elem; in setElementAt() 105 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { in insertElementAt() argument 111 elements[index] = elem; in insertElementAt()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | servlkf.cpp | 76 const UHashElement* elem = nullptr; in updateVisibleIDs() local 78 while ((elem = supported->nextElement(pos)) != nullptr) { in updateVisibleIDs() 79 const UnicodeString& id = *((const UnicodeString*)elem->key.pointer); in updateVisibleIDs()
|
H A D | uvectr32.cpp | 98 void UVector32::setElementAt(int32_t elem, int32_t index) { in setElementAt() argument 100 elements[index] = elem; in setElementAt() 105 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { in insertElementAt() argument 111 elements[index] = elem; in insertElementAt()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_physical_device_features.py | 182 for elem in _type: 183 if "STRUCTURE_TYPE" in str(elem.attrib): 184 s_type = elem.attrib.get('values')
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | hostsyncgenerator.py | 83 for elem in implicitexternsyncparams: 85 entry += elem.text 143 self.makeThreadSafetyBlocks(cmdinfo.elem, 'param')
|
H A D | parse_dependency.py | 295 for elem in expr: 296 if isinstance(elem, pp.ParseResults): 303 str = str + markupTraverse(elem, level = nextlevel, root = False) 304 elif elem in ('+', ','): 305 str = str + f'{prefix}{opMarkupAsciidoc(elem)} +\n' 307 str = str + f'{prefix}{leafMarkupAsciidoc(elem)} +\n'
|
/third_party/skia/src/xml/ |
H A D | SkDOM.h | 69 const Node* getFirstChild(const Node*, const char elem[] = nullptr) const; 70 const Node* getNextSibling(const Node*, const char elem[] = nullptr) const; 79 int countChildren(const Node* node, const char elem[] = nullptr) const;
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | servlkf.cpp | 76 const UHashElement* elem = NULL; in updateVisibleIDs() local 78 while ((elem = supported->nextElement(pos)) != NULL) { in updateVisibleIDs() 79 const UnicodeString& id = *((const UnicodeString*)elem->key.pointer); in updateVisibleIDs()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deRingBuffer.hpp | 48 void pushFront (const T& elem); 122 inline void RingBuffer<T>::pushFront (const T& elem) in pushFront() argument 125 m_buffer[m_front] = elem; in pushFront()
|
/kernel/linux/linux-5.10/lib/ |
H A D | btree.c | 678 void (*func)(void *elem, unsigned long opaque, in __btree_for_each() 702 static void empty(void *elem, unsigned long opaque, unsigned long *key, in empty() argument 707 void visitorl(void *elem, unsigned long opaque, unsigned long *key, in visitorl() argument 712 func(elem, opaque, *key, index); in visitorl() 716 void visitor32(void *elem, unsigned long opaque, unsigned long *__key, in visitor32() argument 722 func(elem, opaque, *key, index); in visitor32() 726 void visitor64(void *elem, unsigned long opaque, unsigned long *__key, in visitor64() argument 732 func(elem, opaque, *key, index); in visitor64() 736 void visitor128(void *elem, unsigned long opaque, unsigned long *__key, in visitor128() argument 742 func(elem, opaqu in visitor128() 676 __btree_for_each(struct btree_head *head, struct btree_geo *geo, unsigned long *node, unsigned long opaque, void (*func)(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *func2), void *func2, int reap, int height, size_t count) __btree_for_each() argument 746 btree_visitor(struct btree_head *head, struct btree_geo *geo, unsigned long opaque, void (*func)(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *func2), void *func2) btree_visitor() argument 764 btree_grim_visitor(struct btree_head *head, struct btree_geo *geo, unsigned long opaque, void (*func)(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *func2), void *func2) btree_grim_visitor() argument [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-mod-log.c | 53 * This adds a new blocker to the tree mod log's blocker list if the @elem 55 * to record tree modifications, it should ensure to set elem->seq to zero 61 struct btrfs_seq_list *elem) in btrfs_get_tree_mod_seq() 64 if (!elem->seq) { in btrfs_get_tree_mod_seq() 65 elem->seq = btrfs_inc_tree_mod_seq(fs_info); in btrfs_get_tree_mod_seq() 66 list_add_tail(&elem->list, &fs_info->tree_mod_seq_list); in btrfs_get_tree_mod_seq() 71 return elem->seq; in btrfs_get_tree_mod_seq() 75 struct btrfs_seq_list *elem) in btrfs_put_tree_mod_seq() 82 u64 seq_putting = elem->seq; in btrfs_put_tree_mod_seq() 88 list_del(&elem in btrfs_put_tree_mod_seq() 60 btrfs_get_tree_mod_seq(struct btrfs_fs_info *fs_info, struct btrfs_seq_list *elem) btrfs_get_tree_mod_seq() argument 74 btrfs_put_tree_mod_seq(struct btrfs_fs_info *fs_info, struct btrfs_seq_list *elem) btrfs_put_tree_mod_seq() argument 1105 struct btrfs_seq_list *elem; btrfs_tree_mod_log_lowest_seq() local [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | btree.c | 674 void (*func)(void *elem, unsigned long opaque, in __btree_for_each() 698 static void empty(void *elem, unsigned long opaque, unsigned long *key, in empty() argument 703 void visitorl(void *elem, unsigned long opaque, unsigned long *key, in visitorl() argument 708 func(elem, opaque, *key, index); in visitorl() 712 void visitor32(void *elem, unsigned long opaque, unsigned long *__key, in visitor32() argument 718 func(elem, opaque, *key, index); in visitor32() 722 void visitor64(void *elem, unsigned long opaque, unsigned long *__key, in visitor64() argument 728 func(elem, opaque, *key, index); in visitor64() 732 void visitor128(void *elem, unsigned long opaque, unsigned long *__key, in visitor128() argument 738 func(elem, opaqu in visitor128() 672 __btree_for_each(struct btree_head *head, struct btree_geo *geo, unsigned long *node, unsigned long opaque, void (*func)(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *func2), void *func2, int reap, int height, size_t count) __btree_for_each() argument 742 btree_visitor(struct btree_head *head, struct btree_geo *geo, unsigned long opaque, void (*func)(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *func2), void *func2) btree_visitor() argument 760 btree_grim_visitor(struct btree_head *head, struct btree_geo *geo, unsigned long opaque, void (*func)(void *elem, unsigned long opaque, unsigned long *key, size_t index, void *func2), void *func2) btree_grim_visitor() argument [all...] |
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | xdr.c | 1566 char *elem = NULL, *c; in xdr_xcode_array2() local 1603 if (!elem) { in xdr_xcode_array2() 1604 elem = kmalloc(desc->elem_size, GFP_KERNEL); in xdr_xcode_array2() 1606 if (!elem) in xdr_xcode_array2() 1610 err = desc->xcode(desc, elem); in xdr_xcode_array2() 1613 memcpy(c, elem, avail_here); in xdr_xcode_array2() 1615 memcpy(elem, c, avail_here); in xdr_xcode_array2() 1641 if (!elem) { in xdr_xcode_array2() 1642 elem = kmalloc(desc->elem_size, in xdr_xcode_array2() 1645 if (!elem) in xdr_xcode_array2() [all...] |
/kernel/linux/linux-6.6/drivers/accel/qaic/ |
H A D | qaic_control.c | 1018 struct xfer_queue_elem elem; in msg_xfer() local 1049 elem.seq_num = seq_num; in msg_xfer() 1050 elem.buf = NULL; in msg_xfer() 1051 init_completion(&elem.xfer_done); in msg_xfer() 1092 list_add_tail(&elem.list, &qdev->cntl_xfer_list); in msg_xfer() 1096 ret = wait_for_completion_timeout(&elem.xfer_done, control_resp_timeout_s * HZ); in msg_xfer() 1098 ret = wait_for_completion_interruptible_timeout(&elem.xfer_done, in msg_xfer() 1105 if (!list_empty(&elem.list)) in msg_xfer() 1106 list_del(&elem.list); in msg_xfer() 1107 if (!ret && !elem in msg_xfer() 1401 struct xfer_queue_elem *elem; resp_worker() local 1547 struct xfer_queue_elem *elem; wake_all_cntl() local [all...] |
/kernel/linux/linux-5.10/fs/nfs_common/ |
H A D | nfsacl.c | 49 xdr_nfsace_encode(struct xdr_array2_desc *desc, void *elem) in xdr_nfsace_encode() argument 53 __be32 *p = elem; in xdr_nfsace_encode() 146 xdr_nfsace_decode(struct xdr_array2_desc *desc, void *elem) in xdr_nfsace_decode() argument 150 __be32 *p = elem; in xdr_nfsace_decode()
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/ |
H A D | okp_importKey.https.any.js | 260 return "[" + obj.map(function(elem){return objectToString(elem);}).join(", ") + "]"; 279 value = "[" + value.map(function(elem){return objectToString(elem);}).join(", ") + "]";
|
H A D | symmetric_importKey.https.any.js | 234 return "[" + obj.map(function(elem){return objectToString(elem);}).join(", ") + "]"; 253 value = "[" + value.map(function(elem){return objectToString(elem);}).join(", ") + "]";
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/util/ |
H A D | helpers.js | 63 return "[" + obj.map(function(elem){return objectToString(elem);}).join(", ") + "]"; 82 value = "[" + value.map(function(elem){return objectToString(elem);}).join(", ") + "]";
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_util.h | 237 * vk_outarray_append_typed(T, &a, elem) { 238 * elem->foo = ...; 239 * elem->bar = ...; 243 * VK_OUTARRAY_MAKE_TYPED(). The variable `elem` is block-scoped and has type 248 * executes the block. When the block is executed, `elem` is non-null and 251 #define vk_outarray_append_typed(type, a, elem) \ 252 for (type *elem = vk_outarray_next_typed(type, a); \ 253 elem != NULL; elem = NULL)
|