Home
last modified time | relevance | path

Searched defs:key (Results 9326 - 9350 of 9418) sorted by relevance

1...<<371372373374375376377

/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc3814 PACKey key = (instr->ExtractBit(10) == 0) ? kPACKeyIA : kPACKeyIB; in Simulator() local
4231 PACKey key = (instr->ExtractBit(23) == 0) ? kPACKeyDA : kPACKeyDB; in Simulator() local
6695 PACHelper(int dst, int src, PACKey key, decltype(&Simulator::AddPAC) pac_fn) Simulator() argument
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c7001 copy_salt_to_sipkey(XML_Parser parser, struct sipkey *key) { in copy_salt_to_sipkey() argument
7009 struct sipkey key; in hash() local
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1124 upb_strview key = upb_strtable_iter_key(&i); in upb_encode_map() local
1453 static lookupkey_t intkey(uintptr_t key) { in intkey() argument
1507 static const upb_tabent *findentry(const upb_table *t, lookupkey_t key, in findentry() argument
1520 static upb_tabent *findentry_mutable(upb_table *t, lookupkey_t key, in findentry_mutable() argument
1525 lookup(const upb_table *t, lookupkey_t key, upb_value *v, uint32_t hash, eqlfunc_t *eql) lookup() argument
1539 insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, upb_value val, uint32_t hash, hashfunc_t *hashfunc, eqlfunc_t *eql) insert() argument
1584 rm(upb_table *t, lookupkey_t key, upb_value *val, upb_tabkey *removed, uint32_t hash, eqlfunc_t *eql) rm() argument
1651 strhash(upb_tabkey key) strhash() argument
1689 upb_strview key = upb_strtable_iter_key(&i); upb_strtable_resize() local
1701 lookupkey_t key; upb_strtable_insert3() local
1721 upb_strtable_lookup2(const upb_strtable *t, const char *key, size_t len, upb_value *v) upb_strtable_lookup2() argument
1727 upb_strtable_remove3(upb_strtable *t, const char *key, size_t len, upb_value *val, upb_alloc *alloc) upb_strtable_remove3() argument
1760 upb_strview key; upb_strtable_iter_key() local
1791 inthash(upb_tabkey key) inthash() argument
1801 inttable_val(upb_inttable *t, uintptr_t key) inttable_val() argument
1811 inttable_val_const(const upb_inttable *t, uintptr_t key) inttable_val_const() argument
1866 upb_inttable_insert2(upb_inttable *t, uintptr_t key, upb_value val, upb_alloc *a) upb_inttable_insert2() argument
1907 upb_inttable_lookup(const upb_inttable *t, uintptr_t key, upb_value *v) upb_inttable_lookup() argument
1914 upb_inttable_replace(upb_inttable *t, uintptr_t key, upb_value val) upb_inttable_replace() argument
1921 upb_inttable_remove(upb_inttable *t, uintptr_t key, upb_value *val) upb_inttable_remove() argument
1942 upb_inttable_insertptr2(upb_inttable *t, const void *key, upb_value val, upb_alloc *a) upb_inttable_insertptr2() argument
1947 upb_inttable_lookupptr(const upb_inttable *t, const void *key, upb_value *v) upb_inttable_lookupptr() argument
1952 upb_inttable_removeptr(upb_inttable *t, const void *key, upb_value *val) upb_inttable_removeptr() argument
1970 uintptr_t key = upb_inttable_iter_key(&i); upb_inttable_compact2() local
2094 upb_murmur_hash2(const void *key, size_t len, uint32_t seed) upb_murmur_hash2() argument
2146 upb_murmur_hash2(const void * key, size_t len, uint32_t seed) upb_murmur_hash2() argument
4379 const upb_fielddef *key = upb_msgdef_itof(m, 1); make_layout() local
5383 upb_strview key = upb_strtable_iter_key(&iter); upb_symtab_addtotabs() local
5731 const upb_fielddef *key = upb_msgdef_itof(entry, UPB_MAPENTRY_KEY); upb_msg_mutable() local
5924 upb_map_get(const upb_map *map, upb_msgval key, upb_msgval *val) upb_map_get() argument
5928 upb_map_set(upb_map *map, upb_msgval key, upb_msgval val, upb_arena *arena) upb_map_set() argument
5933 upb_map_delete(upb_map *map, upb_msgval key) upb_map_delete() argument
6832 upb_msgval key, val; jsondec_map() local
7116 upb_msgval key, value; jsondec_struct() local
7817 upb_msgval key = upb_mapiter_key(fields, iter); jsonenc_struct() local
[all...]
H A Dphp-upb.h622 UPB_INLINE char *upb_tabstr(upb_tabkey key, uint32_t *len) { in upb_tabstr() argument
640 upb_tabkey key; member
692 UPB_INLINE uintptr_t upb_intkey(uintptr_t key) { in upb_intkey() argument
696 UPB_INLINE uint32_t upb_inthash(uintptr_t key) { in upb_inthash() argument
704 upb_arrhas(upb_tabval key) upb_arrhas() argument
757 upb_inttable_insert(upb_inttable *t, uintptr_t key, upb_value val) upb_inttable_insert() argument
762 upb_strtable_insert2(upb_strtable *t, const char *key, size_t len, upb_value val) upb_strtable_insert2() argument
768 upb_strtable_insert(upb_strtable *t, const char *key, upb_value val) upb_strtable_insert() argument
780 upb_strtable_lookup(const upb_strtable *t, const char *key, upb_value *v) upb_strtable_lookup() argument
791 upb_strtable_remove2(upb_strtable *t, const char *key, size_t len, upb_value *val) upb_strtable_remove2() argument
797 upb_strtable_remove(upb_strtable *t, const char *key, upb_value *v) upb_strtable_remove() argument
814 upb_inttable_insertptr(upb_inttable *t, const void *key, upb_value val) upb_inttable_insertptr() argument
830 upb_inttable_lookup32(const upb_inttable *t, uint32_t key, upb_value *v) upb_inttable_lookup32() argument
1232 _upb_map_tokey(const void *key, size_t size) _upb_map_tokey() argument
1240 _upb_map_fromkey(upb_strview key, void* out, size_t size) _upb_map_fromkey() argument
1276 _upb_map_get(const upb_map *map, const void *key, size_t key_size, void *val, size_t val_size) _upb_map_get() argument
1297 _upb_map_set(upb_map *map, const void *key, size_t key_size, void *val, size_t val_size, upb_arena *arena) _upb_map_set() argument
1308 _upb_map_delete(upb_map *map, const void *key, size_t key_size) _upb_map_delete() argument
1324 _upb_msg_map_get(const upb_msg *msg, size_t ofs, const void *key, size_t key_size, void *val, size_t val_size) _upb_msg_map_get() argument
1339 _upb_msg_map_set(upb_msg *msg, size_t ofs, const void *key, size_t key_size, void *val, size_t val_size, upb_arena *arena) _upb_msg_map_set() argument
1349 _upb_msg_map_delete(upb_msg *msg, size_t ofs, const void *key, size_t key_size) _upb_msg_map_delete() argument
1364 _upb_msg_map_key(const void* msg, void* key, size_t size) _upb_msg_map_key() argument
[all...]
/third_party/python/Python/
H A Dcompile.c1330 PyObject *key = _PyCode_ConstantKey(o); in merge_consts_recursive() local
1432 PyObject *key = merge_consts_recursive(c, o); compiler_add_const() local
1715 compiler_enter_scope(struct compiler *c, identifier name, int scope_type, void *key, int lineno) compiler_enter_scope() argument
4545 expr_ty key = (expr_ty)asdl_seq_GET(seq, i); are_all_items_const() local
4556 PyObject *keys, *key; compiler_subdict() local
4913 keyword_ty key = ((keyword_ty)asdl_seq_GET(keywords, i)); validate_keywords() local
5031 PyObject *keys, *key; compiler_subkwargs() local
6672 expr_ty key = asdl_seq_GET(keys, i); compiler_pattern_mapping() local
7904 PyObject *key = _PyCode_ConstantKey(*obj); merge_const_one() local
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c328 PyObject *mp, *key, *result; in dict_getitem_knownhash() local
4791 PyObject *map, *key; in getitem_with_error() local
5418 PyObject *context, *key; in mapping_has_key() local
[all...]
H A Dposixmodule.c5734 PyObject *key, *val, *key2, *val2, *keyval; in parse_envlist() local
/third_party/python/Objects/
H A Dunicodeobject.c8236 PyObject *key, *item = NULL; in charmap_decode_mapping() local
8457 PyObject *key, *value; in PyUnicode_BuildEncodingMap() local
13436 PyObject *new = NULL, *key, *value; unicode_maketrans_impl() local
14704 PyObject *key; unicode_format_arg_parse() local
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c7023 copy_salt_to_sipkey(XML_Parser parser, struct sipkey *key) { in copy_salt_to_sipkey() argument
7031 struct sipkey key; in hash() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c2942 issue_key_mgmt_set_key(struct wpa_driver_nl80211_data *drv, const u8 *key, size_t key_len) issue_key_mgmt_set_key() argument
2972 nl80211_set_pmk(struct wpa_driver_nl80211_data *drv, const u8 *key, size_t key_len, const u8 *addr) nl80211_set_pmk() argument
3010 wpa_driver_nl80211_set_key(const char *ifname, struct i802_bss *bss, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_driver_nl80211_set_key() argument
3161 nl_add_key(struct nl_msg *msg, enum wpa_alg alg, int key_idx, int defkey, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) nl_add_key() argument
8605 driver_nl80211_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) driver_nl80211_set_key() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.h75 u8 *key[NUM_WEP_KEYS]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c3478 const u8 *key = params->key; in wpa_driver_nl80211_set_key() local
3394 issue_key_mgmt_set_key(struct wpa_driver_nl80211_data *drv, const u8 *key, size_t key_len) issue_key_mgmt_set_key() argument
3424 nl80211_set_pmk(struct wpa_driver_nl80211_data *drv, const u8 *key, size_t key_len, const u8 *addr) nl80211_set_pmk() argument
3721 nl_add_key(struct nl_msg *msg, enum wpa_alg alg, int key_idx, int defkey, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) nl_add_key() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_comm_isp_adapt.h122 hi_u64 key; member
1532 hi_u64 key; member
1729 hi_isp_statistics_ctrl key; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_comm_isp_adapt.h122 hi_u64 key; member
1532 hi_u64 key; member
1729 hi_isp_statistics_ctrl key; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c1545 static void swap_key_from_BE(struct wl_wsec_key *key) in swap_key_from_BE() argument
1556 swap_key_to_BE(struct wl_wsec_key *key) swap_key_to_BE() argument
6055 struct wl_wsec_key key; wl_set_set_sharedkey() local
7094 struct wl_wsec_key key; wl_add_keyext() local
7269 struct wl_wsec_key key; wl_cfg80211_add_key() local
7449 struct wl_wsec_key key; wl_cfg80211_del_key() local
7501 struct wl_wsec_key key; wl_cfg80211_get_key() local
21048 wl_cfg80211_get_fbt_key(struct net_device *dev, uint8 *key, int total_len) wl_cfg80211_get_fbt_key() argument
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp5791 auto key = DumpUtils::DumpMap(argList[0]); in DumpState() local
5835 auto key = DumpUtils::DumpsysMap(argList[0]); in DumpSysState() local
7155 const char *key = "const.product.arkheaplimit"; in GetAppMemorySize() local
7184 const char *key = "const.product.islowram"; IsRamConstrainedDevice() local
10553 ExecuteIntent(uint64_t key, const sptr<IRemoteObject> &callerToken, const InsightIntentExecuteParam &param) ExecuteIntent() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp3288 int32_t AudioPolicyService::SetSystemSoundUri(const std::string &key, const std::string &uri) in SetSystemSoundUri() argument
3293 std::string AudioPolicyService::GetSystemSoundUri(const std::string &key) in GetSystemSoundUri() argument
8333 std::string key = "AUDIO_EXT_PARAM_KEY_A2DP_OFFLOAD_CONFIG"; in GetA2dpOffloadCodecAndSendToDsp() local
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3446 auto key = sessionInfo.moduleName_ + sessionInfo.abilityName_; in GetStartingWindowInfoFromCache() local
3461 auto key = abilityInfo.moduleName + abilityInfo.name; in CacheStartingWindowInfo() local
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h2127 qlcnic_dev_request_reset(struct qlcnic_adapter *adapter, u32 key) qlcnic_dev_request_reset() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h808 u8 key[16]; member
816 u8 key[16]; member
933 u8 key[16]; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h654 u8 key[32]; member
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c513 u8 key[16]; member
975 u8 key[16]; member
1100 u8 key[16]; /* 40-bit and 104-bit keys */ member
1306 static void age_mic_context(miccntx *cur, miccntx *old, u8 *key, int key_len, in age_mic_context() argument
5239 set_wep_key(struct airo_info *ai, u16 index, const u8 *key, u16 keylen, int perm, int lock) set_wep_key() argument
5290 u8 key[16]; proc_wepkey_on_close() local
6378 wep_key_t key; airo_set_encode() local
6522 wep_key_t key; airo_set_encodeext() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c12682 static int tg3_get_rxfh(struct net_device *dev, u32 *indir, u8 *key, u8 *hfunc) in tg3_get_rxfh() argument
12698 static int tg3_set_rxfh(struct net_device *dev, const u32 *indir, const u8 *key, in tg3_set_rxfh() argument
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dmain.h689 struct ieee80211_key_conf *key; member
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h934 u8 key[50]; member
941 u8 key[WLAN_KEY_LEN_AES_CMAC]; member
946 u8 key[WLAN_KEY_LEN_WEP104]; member
952 u8 key[WLAN_KEY_LEN_TKIP]; member
958 u8 key[WLAN_KEY_LEN_CCMP_256]; member
964 u8 key[WLAN_KEY_LEN_SMS4]; member
970 u8 key[WLAN_KEY_LEN_AES_CMAC]; member
1970 u8 key[1]; member

Completed in 244 milliseconds

1...<<371372373374375376377