Home
last modified time | relevance | path

Searched refs:elem (Results 876 - 900 of 946) sorted by relevance

1...<<3132333435363738

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c5757 const u8 *elem; in wpas_dbus_handler_vendor_elem_get() local
5780 elem = wpabuf_head_u8(wpa_s->vendor_elem[frame_id]); in wpas_dbus_handler_vendor_elem_get()
5787 &elem, elem_len) || in wpas_dbus_handler_vendor_elem_get()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_gs.c3123 list_del(&sp->elem); in qla2x00_async_gpnid_sp_done()
3187 list_for_each_entry(tsp, &vha->gpnid_list, elem) { in qla24xx_async_gpnid()
3195 list_add_tail(&sp->elem, &vha->gpnid_list); in qla24xx_async_gpnid()
3247 list_del(&sp->elem); in qla24xx_async_gpnid()
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc7583 ConstructionCounting elem; in TEST() local
7585 testing::internal::FlatTupleConstructTag{}, elem}; in TEST()
7613 ConstructionCounting elem; in TEST() local
7614 tuple.Get<0>() = elem; in TEST()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dctrl.c1372 wqe = qp_uk->sq_base[1].elem; in irdma_sc_gen_rts_ae()
1383 wqe = qp_uk->sq_base[2].elem; in irdma_sc_gen_rts_ae()
1408 wqe = qp_uk->sq_base->elem; in irdma_sc_send_lsmm()
1450 wqe = qp_uk->sq_base->elem; in irdma_sc_send_rtt()
3280 wqe = cqp->sq_base[*wqe_idx].elem; in irdma_sc_cqp_get_next_send_wqe_idx()
3386 get_64bit_val(cqp->sq_base[wqe_idx].elem, 24, &temp1); in irdma_sc_ccq_get_cqe_info()
H A Dtype.h351 __le64 elem[IRDMA_CQP_WQE_SIZE]; member
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c2137 int elem = -1; in vtn_handle_constant() local
2147 elem = w[i]; in vtn_handle_constant()
2169 if (elem == -1) { in vtn_handle_constant()
2174 val->constant->values[i] = (*c)->values[elem + i]; in vtn_handle_constant()
2180 if (elem == -1) { in vtn_handle_constant()
2185 (*c)->values[elem + i] = insert->constant->values[i]; in vtn_handle_constant()
H A Dvtn_variables.c682 struct vtn_pointer *elem = vtn_pointer_dereference(b, ptr, &chain); in _vtn_variable_load_store() local
683 _vtn_variable_load_store(b, load, elem, ptr->type->access | access, in _vtn_variable_load_store()
/kernel/linux/linux-6.6/sound/core/
H A Dcontrol.c1143 /* check whether the all input values are valid for the given elem value */
2109 ev.data.elem.mask = kev->mask; in snd_ctl_read()
2110 ev.data.elem.id = kev->id; in snd_ctl_read()
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc3-topology.c61 static int get_token_process_type(void *elem, void *object, u32 offset) in get_token_process_type() argument
65 *val = find_process((const char *)elem); in get_token_process_type()
/third_party/mesa3d/src/egl/main/
H A Deglapi.c2556 _eglFunctionCompare(const void *key, const void *elem) in _eglFunctionCompare() argument
2559 const struct _egl_entrypoint *entrypoint = elem; in _eglFunctionCompare()
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py657 def tem(event, elem=element):
658 # event.widget.winfo_top_level().highlight_target.set(elem)
659 self.highlight_target.set(elem)
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc718 DecomposeType elem{0}; in TestDecompose()
733 set1.insert(elem); in TestDecompose()
/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dcxl.h588 struct cxl_process_element *elem; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_type.h294 u64 elem[I40IW_CQP_WQE_SIZE]; member
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dcxl.h590 struct cxl_process_element *elem; member
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c323 static bool decode_reserve(upb_decstate *d, upb_array *arr, int elem) { in decode_reserve() argument
324 bool need_realloc = arr->size - arr->len < elem; in decode_reserve()
325 if (need_realloc && !_upb_array_realloc(arr, arr->len + elem, d->arena)) { in decode_reserve()
494 decode_err(d); /* Length isn't a round multiple of elem size. */ in decode_toarray()
512 wireval elem; in decode_toarray() local
513 ptr = decode_varint64(d, ptr, end, &elem.uint64_val); in decode_toarray()
514 decode_munge(field->descriptortype, &elem); in decode_toarray()
519 memcpy(out, &elem, scale); in decode_toarray()
1332 size_t elem = arr->len; in _upb_array_append_fallback() local
1336 if (!arr || !resize_array(arr, elem in _upb_array_append_fallback()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp371 [&](const std::pair<uint32_t, bool> &elem) {
372 return elem.first == location;
379 [&](const std::pair<uint32_t, bool> &elem) {
380 return elem.first == location && !elem.second;
4910 for (auto &elem : c.subconstants)
4912 auto &subc = get<SPIRConstant>(elem);
4914 res += to_name(elem);
4918 if (&elem != &c.subconstants.back())
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dmac.c4199 const struct element *elem; in rtw89_mac_check_he_obss_narrow_bw_ru_iter() local
4204 elem = cfg80211_find_elem(WLAN_EID_EXT_CAPABILITY, ies->data, in rtw89_mac_check_he_obss_narrow_bw_ru_iter()
4207 if (!elem || elem->datalen < 10 || in rtw89_mac_check_he_obss_narrow_bw_ru_iter()
4208 !(elem->data[10] & WLAN_EXT_CAPA10_OBSS_NARROW_BW_RU_TOLERANCE_SUPPORT)) in rtw89_mac_check_he_obss_narrow_bw_ru_iter()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp701 static int elem = Element_Fire; in ShowDemoWindowWidgets() local
703 const char* elem_name = (elem >= 0 && elem < Element_COUNT) ? elems_names[elem] : "Unknown"; in ShowDemoWindowWidgets()
704 ImGui::SliderInt("slider enum", &elem, 0, Element_COUNT - 1, elem_name); in ShowDemoWindowWidgets()
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c230 const struct element *elem; in validate_beacon_head() local
258 for_each_element(elem, data, len) { in validate_beacon_head()
262 if (for_each_element_completed(elem, data, len)) in validate_beacon_head()
275 const struct element *elem; in validate_ie_attr() local
277 for_each_element(elem, data, len) { in validate_ie_attr()
281 if (for_each_element_completed(elem, data, len)) in validate_ie_attr()
5442 elems = kzalloc(struct_size(elems, elem, num_elems), GFP_KERNEL); in nl80211_parse_mbssid_elems()
5448 elems->elem[i].data = nla_data(nl_elems); in nl80211_parse_mbssid_elems()
5449 elems->elem[i].len = nla_len(nl_elems); in nl80211_parse_mbssid_elems()
5474 elems = kzalloc(struct_size(elems, elem, num_elem in nl80211_parse_rnr_elems()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dncr53c8xx.c154 struct list_head *elem = head->next; in ncr_list_pop() local
156 list_del(elem); in ncr_list_pop()
157 return elem; in ncr_list_pop()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.c159 struct list_head *elem = head->next; in ncr_list_pop() local
161 list_del(elem); in ncr_list_pop()
162 return elem; in ncr_list_pop()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_ioctl.c3064 static int prism2_set_genericelement(struct net_device *dev, u8 *elem, in prism2_set_genericelement() argument
3080 memcpy(buf + 2, elem, len); in prism2_set_genericelement()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dctree.h483 /* delayed seq elem */
2829 struct seq_list *elem);
2831 struct seq_list *elem);
/kernel/linux/linux-5.10/kernel/locking/
H A Dlockdep.c1440 static inline int __cq_enqueue(struct circular_queue *cq, struct lock_list *elem) in __cq_enqueue() argument
1445 cq->element[cq->rear] = elem; in __cq_enqueue()

Completed in 189 milliseconds

1...<<3132333435363738