Home
last modified time | relevance | path

Searched refs:elem (Results 551 - 575 of 969) sorted by relevance

1...<<21222324252627282930>>...39

/third_party/gn/src/gn/
H A Ddesc_builder.cc458 for (const auto& elem : target_->action_values().args().list()) in BuildDescription()
459 args->AppendString(elem.AsString()); in BuildDescription()
466 for (const auto& elem : in BuildDescription()
468 rsp_file_contents->AppendString(elem.AsString()); in BuildDescription()
835 for (const auto& elem : outputs.list()) in FillInOutputs()
836 patterns->AppendString(elem.AsString()); in FillInOutputs()
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.cc605 for (const auto& elem : more_exports) { in FetchStarExports()
606 if (elem.second->IsUndefined(isolate)) continue; // Ambiguous export. in FetchStarExports()
607 DCHECK(!elem.first->Equals(ReadOnlyRoots(isolate).default_string())); in FetchStarExports()
608 DCHECK(elem.second->IsCell()); in FetchStarExports()
609 exports = ObjectHashTable::Put(exports, elem.first, elem.second); in FetchStarExports()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c482 struct pipe_vertex_element *elem = &vtx->vtx->pipe[i]; in fd5_emit_vertex_bufs() local
484 &vtx->vertexbuf.vb[elem->vertex_buffer_index]; in fd5_emit_vertex_bufs()
486 enum pipe_format pfmt = elem->src_format; in fd5_emit_vertex_bufs()
489 uint32_t off = vb->buffer_offset + elem->src_offset; in fd5_emit_vertex_bufs()
502 COND(elem->instance_divisor, A5XX_VFD_DECODE_INSTR_INSTANCED) | in fd5_emit_vertex_bufs()
508 MAX2(1, elem->instance_divisor)); /* VFD_DECODE[j].STEP_RATE */ in fd5_emit_vertex_bufs()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c414 struct pipe_vertex_element *elem = &vtx->vtx->pipe[i]; in fd3_emit_vertex_bufs() local
416 &vtx->vertexbuf.vb[elem->vertex_buffer_index]; in fd3_emit_vertex_bufs()
418 enum pipe_format pfmt = elem->src_format; in fd3_emit_vertex_bufs()
424 uint32_t off = vb->buffer_offset + elem->src_offset; in fd3_emit_vertex_bufs()
434 COND(elem->instance_divisor, in fd3_emit_vertex_bufs()
437 MAX2(1, elem->instance_divisor))); in fd3_emit_vertex_bufs()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c559 struct pipe_vertex_element *elem = &vtx->vtx->pipe[i]; in fd4_emit_vertex_bufs() local
561 &vtx->vertexbuf.vb[elem->vertex_buffer_index]; in fd4_emit_vertex_bufs()
563 enum pipe_format pfmt = elem->src_format; in fd4_emit_vertex_bufs()
570 uint32_t off = vb->buffer_offset + elem->src_offset; in fd4_emit_vertex_bufs()
577 COND(elem->instance_divisor, in fd4_emit_vertex_bufs()
583 MAX2(1, elem->instance_divisor))); in fd4_emit_vertex_bufs()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence.cpp355 for (const auto& elem : coupled_instructions) { in GetDependence()
356 auto source_subscript = std::get<0>(elem); in GetDependence()
357 auto destination_subscript = std::get<1>(elem); in GetDependence()
1140 this](const std::pair<Instruction*, Instruction*>& elem) -> bool { in PartitionSubscripts()
1142 scalar_evolution_.AnalyzeInstruction(std::get<0>(elem)) in PartitionSubscripts()
1145 scalar_evolution_.AnalyzeInstruction(std::get<1>(elem)) in PartitionSubscripts()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.cpp355 for (const auto& elem : coupled_instructions) { in GetDependence()
356 auto source_subscript = std::get<0>(elem); in GetDependence()
357 auto destination_subscript = std::get<1>(elem); in GetDependence()
1140 this](const std::pair<Instruction*, Instruction*>& elem) -> bool { in PartitionSubscripts()
1142 scalar_evolution_.AnalyzeInstruction(std::get<0>(elem)) in PartitionSubscripts()
1145 scalar_evolution_.AnalyzeInstruction(std::get<1>(elem)) in PartitionSubscripts()
/third_party/spirv-tools/source/opt/
H A Dloop_dependence.cpp354 for (const auto& elem : coupled_instructions) { in GetDependence()
355 auto source_subscript = std::get<0>(elem); in GetDependence()
356 auto destination_subscript = std::get<1>(elem); in GetDependence()
1139 this](const std::pair<Instruction*, Instruction*>& elem) -> bool { in PartitionSubscripts()
1141 scalar_evolution_.AnalyzeInstruction(std::get<0>(elem)) in PartitionSubscripts()
1144 scalar_evolution_.AnalyzeInstruction(std::get<1>(elem)) in PartitionSubscripts()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.c643 * K = scalar-op(rand, (elem-op(scalar-op(peer-commit-scalar, PWE), in sae_derive_k_ecc()
679 * K = scalar-op(rand, (elem-op(scalar-op(peer-commit-scalar, PWE), in sae_derive_k_ffc()
876 const u8 *elem; in sae_parse_commit_token() local
904 elem = *pos + scalar_elem_len; in sae_parse_commit_token()
905 if (sae_is_password_id_elem(elem, end)) { in sae_parse_commit_token()
912 elem += SHA256_MAC_LEN; in sae_parse_commit_token()
913 if (sae_is_password_id_elem(elem, end)) { in sae_parse_commit_token()
916 tlen -= 2 + elem[1]; in sae_parse_commit_token()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_common.c1497 int max_size = ARRAY_SIZE(off_inf->elem); in mpp_extract_reg_offset_info()
1498 int cnt = req->size / sizeof(off_inf->elem[0]); in mpp_extract_reg_offset_info()
1504 if (copy_from_user(&off_inf->elem[off_inf->cnt], req->data, req->size)) { in mpp_extract_reg_offset_info()
1520 if (off_inf->elem[i].index == index) { in mpp_query_reg_offset_info()
1521 return off_inf->elem[i].offset; in mpp_query_reg_offset_info()
1538 mpp_debug(DEBUG_IOMMU, "reg[%d] + offset %d\n", off_inf->elem[i].index, off_inf->elem[i].offset); in mpp_translate_reg_offset_info()
1539 reg[off_inf->elem[i].index] += off_inf->elem[i].offset; in mpp_translate_reg_offset_info()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_common.c1535 int max_size = ARRAY_SIZE(off_inf->elem); in mpp_extract_reg_offset_info()
1536 int cnt = req->size / sizeof(off_inf->elem[0]); in mpp_extract_reg_offset_info()
1543 if (copy_from_user(&off_inf->elem[off_inf->cnt], in mpp_extract_reg_offset_info()
1561 if (off_inf->elem[i].index == index) in mpp_query_reg_offset_info()
1562 return off_inf->elem[i].offset; in mpp_query_reg_offset_info()
1581 off_inf->elem[i].index, in mpp_translate_reg_offset_info()
1582 off_inf->elem[i].offset); in mpp_translate_reg_offset_info()
1583 reg[off_inf->elem[i].index] += off_inf->elem[i].offset; in mpp_translate_reg_offset_info()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c403 retval = type_list_equal(&lhs->struct_def.elem, &rhs->struct_def.elem); in types_equal()
602 if (type->struct_def.elem.num_types == num_elem_types && in dxil_module_get_struct_type()
603 !memcmp(type->struct_def.elem.types, elem_types, in dxil_module_get_struct_type()
617 type->struct_def.elem.types = ralloc_array(type, struct dxil_type *, in dxil_module_get_struct_type()
619 if (!type->struct_def.elem.types) in dxil_module_get_struct_type()
622 memcpy(type->struct_def.elem.types, elem_types, in dxil_module_get_struct_type()
624 type->struct_def.elem.num_types = num_elem_types; in dxil_module_get_struct_type()
1415 assert(type->struct_def.elem.num_types < ARRAY_SIZE(temp) - 2); in emit_struct_type()
1418 for (int i = 0; i < type->struct_def.elem in emit_struct_type()
[all...]
/kernel/linux/linux-5.10/drivers/mailbox/
H A Domap-mailbox.c86 struct list_head elem; member
434 list_for_each_entry(mdev, &omap_mbox_devices, elem) { in omap_mbox_request_channel()
488 list_add(&mdev->elem, &omap_mbox_devices); in omap_mbox_register()
510 list_del(&mdev->elem); in omap_mbox_unregister()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Domap-mailbox.c86 struct list_head elem; member
432 list_for_each_entry(mdev, &omap_mbox_devices, elem) { in omap_mbox_request_channel()
474 list_add(&mdev->elem, &omap_mbox_devices); in omap_mbox_register()
496 list_del(&mdev->elem); in omap_mbox_unregister()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_qp.c158 qpn = qp->elem.index; in rxe_qp_init_misc()
875 void rxe_qp_cleanup(struct rxe_pool_elem *elem) in rxe_qp_cleanup() argument
877 struct rxe_qp *qp = container_of(elem, typeof(*qp), elem); in rxe_qp_cleanup()
/third_party/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc560 MOCK_METHOD(void, Push, (const T& elem), ());
579 MOCK_METHOD1_T(Push, void(const T& elem));
652 MOCK_METHOD(void, Push, (const T& elem),
669 MOCK_METHOD1_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Push, void(const T& elem));
/third_party/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp196 const UHashElement* elem = NULL; in parseObject() local
197 while ((elem = countToPatterns->nextElement(elemPos)) != NULL){ in parseObject()
198 const UHashTok keyTok = elem->key; in parseObject()
204 const UHashTok valueTok = elem->value; in parseObject()
/third_party/node/deps/icu-small/source/i18n/
H A Dtmutfmt.cpp200 const UHashElement* elem = nullptr; in parseObject() local
201 while ((elem = countToPatterns->nextElement(elemPos)) != nullptr){ in parseObject()
202 const UHashTok keyTok = elem->key; in parseObject()
208 const UHashTok valueTok = elem->value; in parseObject()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DgenRef.py839 elem = info.elem
842 ext_type = elem.get('type')
845 for required in elem.find('require'):
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtmutfmt.cpp196 const UHashElement* elem = NULL; in parseObject() local
197 while ((elem = countToPatterns->nextElement(elemPos)) != NULL){ in parseObject()
198 const UHashTok keyTok = elem->key; in parseObject()
204 const UHashTok valueTok = elem->value; in parseObject()
/third_party/python/Lib/
H A D_collections_abc.py546 for elem in self:
547 if elem not in other:
566 for elem in other:
567 if elem not in self:
/third_party/python/Objects/
H A Dtupleobject.c520 PyObject *elem = a->ob_item[0]; in tuplerepeat() local
521 Py_SET_REFCNT(elem, Py_REFCNT(elem) + n); in tuplerepeat()
526 *dest++ = elem; in tuplerepeat()
/third_party/skia/infra/bots/gen_tasks_logic/
H A Ddm_flags.go86 remove := func(slice []string, elem string) []string {
89 if e != elem {
95 removeContains := func(slice []string, elem string) []string {
98 if !strings.Contains(e, elem) {
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.h2279 int p2p_set_wfd_dev_info(struct p2p_data *p2p, const struct wpabuf *elem);
2280 int p2p_set_wfd_r2_dev_info(struct p2p_data *p2p, const struct wpabuf *elem);
2281 int p2p_set_wfd_assoc_bssid(struct p2p_data *p2p, const struct wpabuf *elem);
2283 const struct wpabuf *elem);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h2309 int p2p_set_wfd_dev_info(struct p2p_data *p2p, const struct wpabuf *elem);
2310 int p2p_set_wfd_r2_dev_info(struct p2p_data *p2p, const struct wpabuf *elem);
2311 int p2p_set_wfd_assoc_bssid(struct p2p_data *p2p, const struct wpabuf *elem);
2313 const struct wpabuf *elem);

Completed in 45 milliseconds

1...<<21222324252627282930>>...39