Home
last modified time | relevance | path

Searched refs:elem (Results 901 - 925 of 1000) sorted by relevance

1...<<31323334353637383940

/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h1217 } elem; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant_i.h1518 const u8 *elem, size_t len);
/kernel/linux/linux-6.6/net/mac80211/
H A Dtx.c5230 skb_put_data(skb, beacon->mbssid_ies->elem[i].data, in ieee80211_beacon_add_mbssid()
5231 beacon->mbssid_ies->elem[i].len); in ieee80211_beacon_add_mbssid()
5234 skb_put_data(skb, beacon->rnr_ies->elem[i].data, in ieee80211_beacon_add_mbssid()
5235 beacon->rnr_ies->elem[i].len); in ieee80211_beacon_add_mbssid()
5238 skb_put_data(skb, beacon->rnr_ies->elem[i].data, in ieee80211_beacon_add_mbssid()
5239 beacon->rnr_ies->elem[i].len); in ieee80211_beacon_add_mbssid()
5246 skb_put_data(skb, beacon->mbssid_ies->elem[i].data, in ieee80211_beacon_add_mbssid()
5247 beacon->mbssid_ies->elem[i].len); in ieee80211_beacon_add_mbssid()
/third_party/python/Modules/
H A Dposixmodule.c8328 PyObject *elem; in os_setgroups() local
8329 elem = PySequence_GetItem(groups, i); in os_setgroups()
8330 if (!elem) { in os_setgroups()
8334 if (!PyLong_Check(elem)) { in os_setgroups()
8337 Py_DECREF(elem); in os_setgroups()
8341 if (!_Py_Gid_Converter(elem, &grouplist[i])) { in os_setgroups()
8342 Py_DECREF(elem); in os_setgroups()
8347 Py_DECREF(elem); in os_setgroups()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp393 auto result = std::find_if(formIdMap_.begin(), formIdMap_.end(), [this, formId, &formStates] (const auto elem) { in CheckAddFormTaskTimeoutOrFailed()
394 if (elem.first == formId) { in CheckAddFormTaskTimeoutOrFailed()
395 if (elem.second == AddFormResultErrorCode::FAILED) { in CheckAddFormTaskTimeoutOrFailed()
398 } else if (elem.second == AddFormResultErrorCode::TIMEOUT) { in CheckAddFormTaskTimeoutOrFailed()
401 } else if (elem.second == AddFormResultErrorCode::SUCCESS) { in CheckAddFormTaskTimeoutOrFailed()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c3071 const struct element *elem; in iwl_mvm_check_he_obss_narrow_bw_ru_iter() local
3075 elem = cfg80211_find_elem(WLAN_EID_EXT_CAPABILITY, ies->data, in iwl_mvm_check_he_obss_narrow_bw_ru_iter()
3078 if (!elem || elem->datalen < 10 || in iwl_mvm_check_he_obss_narrow_bw_ru_iter()
3079 !(elem->data[10] & in iwl_mvm_check_he_obss_narrow_bw_ru_iter()
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H A Dpm8001_hwi.c4092 int elem, rc; in pm8001_chip_smp_req() local
4107 elem = dma_map_sg(pm8001_ha->dev, sg_req, 1, DMA_TO_DEVICE); in pm8001_chip_smp_req()
4108 if (!elem) in pm8001_chip_smp_req()
4113 elem = dma_map_sg(pm8001_ha->dev, sg_resp, 1, DMA_FROM_DEVICE); in pm8001_chip_smp_req()
4114 if (!elem) { in pm8001_chip_smp_req()
H A Dpm80xx_hwi.c4162 int elem, rc; in pm80xx_chip_smp_req() local
4180 elem = dma_map_sg(pm8001_ha->dev, sg_req, 1, DMA_TO_DEVICE); in pm80xx_chip_smp_req()
4181 if (!elem) in pm80xx_chip_smp_req()
4186 elem = dma_map_sg(pm8001_ha->dev, sg_resp, 1, DMA_FROM_DEVICE); in pm80xx_chip_smp_req()
4187 if (!elem) { in pm80xx_chip_smp_req()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c3374 const struct element *elem; in iwl_mvm_check_he_obss_narrow_bw_ru_iter() local
3378 elem = cfg80211_find_elem(WLAN_EID_EXT_CAPABILITY, ies->data, in iwl_mvm_check_he_obss_narrow_bw_ru_iter()
3381 if (!elem || elem->datalen < 10 || in iwl_mvm_check_he_obss_narrow_bw_ru_iter()
3382 !(elem->data[10] & in iwl_mvm_check_he_obss_narrow_bw_ru_iter()
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H A Dpm8001_hwi.c3974 int elem, rc; in pm8001_chip_smp_req() local
3988 elem = dma_map_sg(pm8001_ha->dev, sg_req, 1, DMA_TO_DEVICE); in pm8001_chip_smp_req()
3989 if (!elem) in pm8001_chip_smp_req()
3994 elem = dma_map_sg(pm8001_ha->dev, sg_resp, 1, DMA_FROM_DEVICE); in pm8001_chip_smp_req()
3995 if (!elem) { in pm8001_chip_smp_req()
H A Dpm80xx_hwi.c4130 int elem, rc; in pm80xx_chip_smp_req() local
4147 elem = dma_map_sg(pm8001_ha->dev, sg_req, 1, DMA_TO_DEVICE); in pm80xx_chip_smp_req()
4148 if (!elem) in pm80xx_chip_smp_req()
4153 elem = dma_map_sg(pm8001_ha->dev, sg_resp, 1, DMA_FROM_DEVICE); in pm80xx_chip_smp_req()
4154 if (!elem) { in pm80xx_chip_smp_req()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1967 FixedArrayBase elem; in CopyJSObjectWithAllocationSite() local
1969 elem = elements; in CopyJSObjectWithAllocationSite()
1971 elem = *CopyFixedDoubleArray( in CopyJSObjectWithAllocationSite()
1974 elem = *CopyFixedArray(handle(FixedArray::cast(elements), isolate())); in CopyJSObjectWithAllocationSite()
1976 clone->set_elements(elem); in CopyJSObjectWithAllocationSite()
/kernel/linux/linux-5.10/sound/core/
H A Dcontrol.c1813 ev.data.elem.mask = kev->mask; in snd_ctl_read()
1814 ev.data.elem.id = kev->id; in snd_ctl_read()
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.cc353 for (MachineType elem : *types) { in operator <<()
358 os << elem; in operator <<() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c1305 static int ciphersuite_cb(const char *elem, int len, void *arg) in ciphersuite_cb() argument
1316 memcpy(name, elem, len); in ciphersuite_cb()
/third_party/openssl/ssl/
H A Dssl_ciph.c1304 static int ciphersuite_cb(const char *elem, int len, void *arg) in ciphersuite_cb() argument
1315 memcpy(name, elem, len); in ciphersuite_cb()
/third_party/vulkan-loader/tests/
H A Dloader_unknown_ext_tests.cpp1004 for (auto const& elem : interception_stack) { in check()
1005 if (elem == 1) break; in check()
/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c997 #define SET_SAO(elem, value) \
1000 sao->elem = value; \
1002 sao->elem = CTB(s->sao, rx-1, ry).elem; \
1004 sao->elem = CTB(s->sao, rx, ry-1).elem; \
1006 sao->elem = 0; \
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h2152 ExpressionT elem; in ParseArrayLiteral() local
2154 elem = factory()->NewTheHoleLiteral(); in ParseArrayLiteral()
2161 elem = factory()->NewSpread(argument, start_pos, expr_pos); in ParseArrayLiteral()
2180 elem = ParsePossibleDestructuringSubPattern(&accumulation_scope); in ParseArrayLiteral()
2182 values.Add(elem); in ParseArrayLiteral()
2185 if (elem->IsFailureExpression()) return elem; in ParseArrayLiteral()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs2553 while let Some(elem) = bheap.pop() { in bench_pop()
2554 black_box(elem); in bench_pop()
13921 ($elem:expr; $n:expr) => (
13922 $crate::__rust_force_expr!($crate::vec::from_elem($elem, $n))
13938 ($elem:expr; $n:expr) => (
13939 $crate::vec::from_elem($elem, $n)
23873 let elem = ptr::read(&this.ptr.as_ref().data); in try_unwrap()
23879 Ok(elem) in try_unwrap()
28619 fn extend_one(&mut self, elem: T) { in extend_one()
28620 self.push_back(elem); in extend_one()
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_codec.c3055 const struct snd_pcm_chmap_elem *elem; in add_std_chmaps() local
3059 elem = hinfo->chmap ? hinfo->chmap : snd_pcm_std_chmaps; in add_std_chmaps()
3060 err = snd_pcm_add_chmap_ctls(pcm->pcm, str, elem, in add_std_chmaps()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_sched.c155 struct ice_aqc_txsched_elem_data elem; in ice_sched_add_node() local
178 status = ice_sched_query_elem(hw, le32_to_cpu(info->node_teid), &elem); in ice_sched_add_node()
203 node->info = elem; in ice_sched_add_node()
2916 ice_debug(hw, ICE_DBG_SCHED, "Config sched elem error\n"); in ice_sched_update_elem()
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h1181 * @elem: Array of multiple BSSID element(s) to be added into Beacon frames.
1182 * @elem.data: Data for multiple BSSID elements.
1183 * @elem.len: Length of data.
1190 } elem[] __counted_by(cnt);
1198 * @elem: Array of RNR element(s) to be added into Beacon frames.
1199 * @elem.data: Data for RNR elements.
1200 * @elem.len: Length of data.
1207 } elem[] __counted_by(cnt);
6709 * @elem: the element to defragment
6710 * @ies: elements where @elem i
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_codec.c3073 const struct snd_pcm_chmap_elem *elem; in add_std_chmaps() local
3077 elem = hinfo->chmap ? hinfo->chmap : snd_pcm_std_chmaps; in add_std_chmaps()
3078 err = snd_pcm_add_chmap_ctls(pcm->pcm, str, elem, in add_std_chmaps()
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp1506 Temp elem = split->definitions[i].getTemp(); in spill_vgpr() local
1508 bld.scratch(aco_opcode::scratch_store_dword, Operand(v1), ctx.scratch_rsrc, elem, in spill_vgpr()
1513 ctx.program->scratch_offset, elem, offset, false, true); in spill_vgpr()

Completed in 172 milliseconds

1...<<31323334353637383940