Home
last modified time | relevance | path

Searched refs:elem (Results 376 - 400 of 656) sorted by relevance

1...<<11121314151617181920>>...27

/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...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h72 const char *elem);
H A Ddbus_dict_helpers.c409 * @param elem The string element to be added to the dict entry's string array
414 const char *elem) in wpa_dbus_dict_string_array_add_element()
416 if (!iter_array || !elem) in wpa_dbus_dict_string_array_add_element()
420 &elem); in wpa_dbus_dict_string_array_add_element()
413 wpa_dbus_dict_string_array_add_element(DBusMessageIter *iter_array, const char *elem) wpa_dbus_dict_string_array_add_element() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h72 const char *elem);
H A Ddbus_dict_helpers.c409 * @param elem The string element to be added to the dict entry's string array
414 const char *elem) in wpa_dbus_dict_string_array_add_element()
416 if (!iter_array || !elem) in wpa_dbus_dict_string_array_add_element()
420 &elem); in wpa_dbus_dict_string_array_add_element()
413 wpa_dbus_dict_string_array_add_element(DBusMessageIter *iter_array, const char *elem) wpa_dbus_dict_string_array_add_element() argument
/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()
H A Ddtitvinf.cpp613 const UHashElement* elem = nullptr; in getBestSkeleton() local
614 while ( (elem = fIntervalPatterns->nextElement(pos)) != nullptr ) { in getBestSkeleton()
615 const UHashTok keyTok = elem->key; in getBestSkeleton()
H A Drbnf.cpp218 void add(void* elem, UErrorCode& status) { in add() argument
242 buf[size++] = elem; in add()
432 UChar** elem = nextArray(requiredLength); in doParse() local
435 if (elem) { in doParse()
436 array.add(elem, ec); in doParse()
487 UChar* elem = nextString(); in nextArray() local
490 if (elem) { in nextArray()
491 array.add(elem, ec); in nextArray()
/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()
H A Ddtitvinf.cpp617 const UHashElement* elem = nullptr; in getBestSkeleton() local
618 while ( (elem = fIntervalPatterns->nextElement(pos)) != nullptr ) { in getBestSkeleton()
619 const UHashTok keyTok = elem->key; in getBestSkeleton()
H A Drbnf.cpp218 void add(void* elem, UErrorCode& status) { in add() argument
242 buf[size++] = elem; in add()
432 char16_t** elem = nextArray(requiredLength); in doParse() local
435 if (elem) { in doParse()
436 array.add(elem, ec); in doParse()
487 char16_t* elem = nextString(); in nextArray() local
490 if (elem) { in nextArray()
491 array.add(elem, ec); in nextArray()
/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()
H A Ddtitvinf.cpp631 const UHashElement* elem = nullptr; in getBestSkeleton() local
632 while ( (elem = fIntervalPatterns->nextElement(pos)) != nullptr ) { in getBestSkeleton()
633 const UHashTok keyTok = elem->key; in getBestSkeleton()
/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);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dinterworking.c2886 struct wpa_bss_anqp_elem *tmp, *elem = NULL; in anqp_add_extra() local
2894 elem = tmp; in anqp_add_extra()
2899 if (!elem) { in anqp_add_extra()
2900 elem = os_zalloc(sizeof(*elem)); in anqp_add_extra()
2901 if (!elem) in anqp_add_extra()
2903 elem->infoid = info_id; in anqp_add_extra()
2904 dl_list_add(&anqp->anqp_elems, &elem->list); in anqp_add_extra()
2906 wpabuf_free(elem->payload); in anqp_add_extra()
2909 elem in anqp_add_extra()
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol.c1776 return obj->data.elem.mask; in snd_ctl_event_elem_get_mask()
1788 *ptr = obj->data.elem.id; in snd_ctl_event_elem_get_id()
1800 return obj->data.elem.id.numid; in snd_ctl_event_elem_get_numid()
1812 return obj->data.elem.id.iface; in snd_ctl_event_elem_get_interface()
1824 return obj->data.elem.id.device; in snd_ctl_event_elem_get_device()
1836 return obj->data.elem.id.subdevice; in snd_ctl_event_elem_get_subdevice()
1848 return (const char *)obj->data.elem.id.name; in snd_ctl_event_elem_get_name()
1860 return obj->data.elem.id.index; in snd_ctl_event_elem_get_index()

Completed in 57 milliseconds

1...<<11121314151617181920>>...27