/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 646 ipw_error_desc(error->elem[i].desc), in ipw_dump_error_log() 647 error->elem[i].time, in ipw_dump_error_log() 648 error->elem[i].blink1, in ipw_dump_error_log() 649 error->elem[i].blink2, in ipw_dump_error_log() 650 error->elem[i].link1, in ipw_dump_error_log() 651 error->elem[i].link2, error->elem[i].data); in ipw_dump_error_log() 1221 error = kmalloc(size_add(struct_size(error, elem, elem_len), in ipw_alloc_error_log() 1234 error->log = (struct ipw_event *)(error->elem + elem_len); in ipw_alloc_error_log() 1239 ipw_read_indirect(priv, base + sizeof(base), (u8 *) error->elem, in ipw_alloc_error_log() [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 726 static int gid_cb(const char *elem, int len, void *arg) in gid_cb() argument 733 if (elem == NULL) in gid_cb() 745 memcpy(etmp, elem, len); in gid_cb() 2437 static int sig_cb(const char *elem, int len, void *arg) in sig_cb() argument 2444 if (elem == NULL) in sig_cb() 2450 memcpy(etmp, elem, len); in sig_cb()
|
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 705 static int gid_cb(const char *elem, int len, void *arg) in gid_cb() argument 712 if (elem == NULL) in gid_cb() 725 memcpy(etmp, elem, len); in gid_cb() 2417 static int sig_cb(const char *elem, int len, void *arg) in sig_cb() argument 2424 if (elem == NULL) in sig_cb() 2430 memcpy(etmp, elem, len); in sig_cb()
|
/third_party/rust/crates/syn/src/gen/ |
H A D | hash.rs | 2439 self.elem.hash(state); in hash() 2465 self.elem.hash(state); in hash() 2549 self.elem.hash(state); in hash() 2572 self.elem.hash(state); in hash() 2584 self.elem.hash(state); in hash() 2594 self.elem.hash(state); in hash()
|
H A D | fold.rs | 3114 elem: Box::new(f.fold_type(*node.elem)), in fold_type_array() 3144 elem: Box::new(f.fold_type(*node.elem)), in fold_type_group() 3227 elem: Box::new(f.fold_type(*node.elem)), in fold_type_paren() 3251 elem: Box::new(f.fold_type(*node.elem)), in fold_type_ptr() 3264 elem: Box::new(f.fold_type(*node.elem)), in fold_type_reference() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_inline.h | 190 INIT_LIST_HEAD(&sp->elem); in qla2xxx_init_sp()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | xdr.h | 194 typedef int (*xdr_xcode_elem_t)(struct xdr_array2_desc *desc, void *elem);
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | xdr.h | 203 typedef int (*xdr_xcode_elem_t)(struct xdr_array2_desc *desc, void *elem);
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_inline.h | 192 INIT_LIST_HEAD(&sp->elem); in qla2xxx_init_sp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | user.h | 311 __le64 elem[IRDMA_WQE_SIZE]; member
|
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_mod.c | 662 int (*list_cb) (const char *elem, int len, void *usr), in CONF_parse_list() 661 CONF_parse_list(const char *list_, int sep, int nospc, int (*list_cb) (const char *elem, int len, void *usr), void *arg) CONF_parse_list() argument
|
/third_party/openssl/crypto/conf/ |
H A D | conf_mod.c | 656 int (*list_cb) (const char *elem, int len, void *usr), in CONF_parse_list() 655 CONF_parse_list(const char *list_, int sep, int nospc, int (*list_cb) (const char *elem, int len, void *usr), void *arg) CONF_parse_list() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_drv_ops.h | 49 int hostapd_set_generic_elem(struct hostapd_data *hapd, const u8 *elem,
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 2151 for (const auto& elem : sceneSession->GetSubSession()) { in DestroySubSession() 2152 if (elem != nullptr) { in DestroySubSession() 2153 const auto& persistentId = elem->GetPersistentId(); in DestroySubSession() 2166 for (const auto& elem : sceneSession->GetToastSession()) { in DestroyToastSession() 2167 if (elem != nullptr) { in DestroyToastSession() 2168 const auto& persistentId = elem->GetPersistentId(); in DestroyToastSession() 4300 for (const auto& elem : sceneSessionMapCopy) { in GetAllSessionDumpInfo() 4301 auto curSession = elem.second; in GetAllSessionDumpInfo() 4341 for (const auto& elem : sceneSessionMapCopy) { in GetAllSessionDumpDetailInfo() 4342 auto curSession = elem in GetAllSessionDumpDetailInfo() [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 103 * ret_type says that this function returns 'pointer to map elem value or null' 947 struct bpf_verifier_stack_elem *elem, *head = env->head; in pop_stack() local 964 elem = head->next; in pop_stack() 967 env->head = elem; in pop_stack() 977 struct bpf_verifier_stack_elem *elem; in push_stack() local 980 elem = kzalloc(sizeof(struct bpf_verifier_stack_elem), GFP_KERNEL); in push_stack() 981 if (!elem) in push_stack() 984 elem->insn_idx = insn_idx; in push_stack() 985 elem->prev_insn_idx = prev_insn_idx; in push_stack() 986 elem in push_stack() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 763 struct dp_reo_cache_flush_elem *elem, *tmp; in ath11k_dp_rx_tid_del_func() local 774 elem = kzalloc(sizeof(*elem), GFP_ATOMIC); in ath11k_dp_rx_tid_del_func() 775 if (!elem) in ath11k_dp_rx_tid_del_func() 778 elem->ts = jiffies; in ath11k_dp_rx_tid_del_func() 779 memcpy(&elem->data, rx_tid, sizeof(*rx_tid)); in ath11k_dp_rx_tid_del_func() 782 list_add_tail(&elem->list, &dp->reo_cmd_cache_flush_list); in ath11k_dp_rx_tid_del_func() 786 list_for_each_entry_safe(elem, tmp, &dp->reo_cmd_cache_flush_list, in ath11k_dp_rx_tid_del_func() 789 time_after(jiffies, elem->ts + in ath11k_dp_rx_tid_del_func() 791 list_del(&elem in ath11k_dp_rx_tid_del_func() [all...] |
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 4033 formatter.field("elem", Lite(&_val.elem)); in fmt() 4092 formatter.field("elem", Lite(&_val.elem)); in fmt() 4117 formatter.field("elem", Lite(&_val.elem)); in fmt() 4147 formatter.field("elem", Lite(&_val.elem)); in fmt() 4169 formatter.field("elem", Lite(&_val.elem)); in fmt() [all...] |
/kernel/linux/linux-5.10/sound/usb/ |
H A D | mixer_quirks.c | 2870 struct snd_ctl_elem_value *elem) in snd_djm_controls_get() 2872 elem->value.enumerated.item[0] = kctl->private_value & SND_DJM_VALUE_MASK; in snd_djm_controls_get() 2876 static int snd_djm_controls_put(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *elem) in snd_djm_controls_put() argument 2884 u16 value = elem->value.enumerated.item[0]; in snd_djm_controls_put() 2869 snd_djm_controls_get(struct snd_kcontrol *kctl, struct snd_ctl_elem_value *elem) snd_djm_controls_get() argument
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 1461 static int ctl_mixer_callback(snd_mixer_elem_t *elem, unsigned int mask) { in ctl_mixer_callback() argument 1462 struct userdata *u = snd_mixer_elem_get_callback_private(elem); in ctl_mixer_callback() 1484 static int io_mixer_callback(snd_mixer_elem_t *elem, unsigned int mask) { in io_mixer_callback() argument 1485 struct userdata *u = snd_mixer_elem_get_callback_private(elem); in io_mixer_callback()
|
H A D | alsa-source.c | 1335 static int ctl_mixer_callback(snd_mixer_elem_t *elem, unsigned int mask) { in ctl_mixer_callback() argument 1336 struct userdata *u = snd_mixer_elem_get_callback_private(elem); in ctl_mixer_callback() 1358 static int io_mixer_callback(snd_mixer_elem_t *elem, unsigned int mask) { in io_mixer_callback() argument 1359 struct userdata *u = snd_mixer_elem_get_callback_private(elem); in io_mixer_callback()
|
/third_party/python/Modules/ |
H A D | _tkinter.c | 1188 PyObject *elem; in FromObj() local 1203 elem = FromObj(tkapp, tcl_elem); in FromObj() 1204 if (!elem) { in FromObj() 1208 PyTuple_SET_ITEM(result, i, elem); in FromObj()
|
/third_party/python/Objects/ |
H A D | listobject.c | 575 PyObject *elem = a->ob_item[0]; in list_repeat() local 576 Py_SET_REFCNT(elem, Py_REFCNT(elem) + n); in list_repeat() 581 *dest++ = elem; in list_repeat()
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 1044 // equals elem. Element may be a native array type itself. 1046 Iter ArrayAwareFind(Iter begin, Iter end, const Element& elem) { in ArrayAwareFind() argument 1048 if (internal::ArrayEq(*it, elem)) return it; in ArrayAwareFind()
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 982 // equals elem. Element may be a native array type itself. 984 Iter ArrayAwareFind(Iter begin, Iter end, const Element& elem) { in ArrayAwareFind() argument 986 if (internal::ArrayEq(*it, elem)) in ArrayAwareFind()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 109 element = filter(None, [map(elem) for elem in element])
|