/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_export.cpp | 150 ScratchIOInstr::ScratchIOInstr(const RegisterVec4& value, PRegister addr, in ScratchIOInstr() argument 154 m_address(addr), in ScratchIOInstr() 161 addr->add_use(this); in ScratchIOInstr()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_conn.c | 470 const BIO_ADDR *addr = (const BIO_ADDR *)ptr; in conn_ctrl() local 471 char *host = BIO_ADDR_hostname_string(addr, 1); in conn_ctrl() 472 char *service = BIO_ADDR_service_string(addr, 1); in conn_ctrl()
|
/third_party/libabigail/src/ |
H A D | abg-symtab-reader.cc | 190 /// still be discoverable through the name->symbol and addr->symbol lookup 300 // -> addr/name/namespace (in case of PREL32: offset) in load_() 384 // add to the addr->symbol lookup in load_() 452 /// vector as well as the name->symbol lookup map. The addr->symbol lookup 498 /// and we can adjust the addr->symbol lookup map as well as the alias 501 /// @param addr the addr that we are updating the main symbol for 504 symtab::update_main_symbol(GElf_Addr addr, const std::string& name) 507 elf_symbol_sptr symbol = lookup_symbol(addr); 509 // The caller might not know whether the addr i [all...] |
/third_party/openssl/crypto/bio/ |
H A D | bss_conn.c | 470 const BIO_ADDR *addr = (const BIO_ADDR *)ptr; in conn_ctrl() local 471 char *host = BIO_ADDR_hostname_string(addr, 1); in conn_ctrl() 472 char *service = BIO_ADDR_service_string(addr, 1); in conn_ctrl()
|
/third_party/skia/src/core/ |
H A D | SkReadBuffer.cpp | 58 const void* addr = fCurr; in skip() local 59 this->validate(IsPtrAlign4(addr) && this->isAvailable(inc)); in skip() 65 return addr; in skip()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | applicationlayer.c | 670 struct sockaddr ** addr) in SPDY_get_remote_addr() 678 *addr = session->addr; in SPDY_get_remote_addr() 669 SPDY_get_remote_addr(struct SPDY_Session * session, struct sockaddr ** addr) SPDY_get_remote_addr() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | socket-client.c | 528 unsigned int addr = inet_addr(a.path_or_host); local 529 if (addr != INADDR_NONE) 530 host = gethostbyaddr((char*)&addr, 4, AF_INET);
|
/third_party/python/Lib/email/ |
H A D | headerregistry.py | 344 for addr in address_list.addresses: 345 groups.append(Group(addr.display_name, 349 for mb in addr.all_mailboxes]))
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | symbolize_test.cc | 339 void *addr = mmap(nullptr, kPageSize, PROT_READ, kMapFlags, 0, 0); in TEST() local 340 ASSERT_NE(addr, MAP_FAILED); in TEST() 348 void *ret = mremap(addr, kPageSize, kPageSize, kMremapFlags, remapped); in TEST()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wmm.c | 188 static void wmm_send_action(struct hostapd_data *hapd, const u8 *addr, in wmm_send_action() argument 198 hostapd_logger(hapd, addr, HOSTAPD_MODULE_IEEE80211, in wmm_send_action() 204 os_memcpy(m->da, addr, ETH_ALEN); in wmm_send_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wmm.c | 186 static void wmm_send_action(struct hostapd_data *hapd, const u8 *addr, in wmm_send_action() argument 196 hostapd_logger(hapd, addr, HOSTAPD_MODULE_IEEE80211, in wmm_send_action() 202 os_memcpy(m->da, addr, ETH_ALEN); in wmm_send_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.h | 269 void (*tx)(void *ctx, const u8 *addr, unsigned int freq, const u8 *msg, 271 void (*gas_resp_tx)(void *ctx, const u8 *addr, u8 dialog_token, int prot, 529 const struct hostapd_ip_addr *addr, int port);
|
/vendor/hihope/neptune_iotlink_demo/ble/source/ |
H A D | ble_server_demo.c | 387 printf("%s addr ", __FUNCTION__);
in test_gap_sec_response_callback() 388 for (int i = 0; i < OHOS_BD_ADDR_LEN; i++) printf("%02x:", bdAddr->addr[i]);
in test_gap_sec_response_callback() 398 for (int i = 0; i < OHOS_BD_ADDR_LEN; i++) printf("%02x:", scanResultdata->addr.addr[i]);
in test_gap_scan_result_callback()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant.c | 694 * @addr: Previously used BSSID or %NULL if not available 699 void wpa_clear_keys(struct wpa_supplicant *wpa_s, const u8 *addr) in wpa_clear_keys() argument 716 if (!(wpa_s->keys_cleared & BIT(0)) && addr && in wpa_clear_keys() 717 !is_zero_ether_addr(addr)) { in wpa_clear_keys() 718 wpa_drv_set_key(wpa_s, WPA_ALG_NONE, addr, 0, 0, NULL, 0, NULL, in wpa_clear_keys() 722 wpa_s, addr, in wpa_clear_keys() 1889 u8 addr[ETH_ALEN]; in wpas_update_random_addr() local 1903 if (random_mac_addr(addr) < 0) in wpas_update_random_addr() 1907 os_memcpy(addr, wpa_s->perm_addr, ETH_ALEN); in wpas_update_random_addr() 1908 if (random_mac_addr_keep_oui(addr) < in wpas_update_random_addr() 3434 wpa_supplicant_clear_connection(struct wpa_supplicant *wpa_s, const u8 *addr) wpa_supplicant_clear_connection() argument 3462 u8 *addr = NULL; wpa_supplicant_deauthenticate() local 4368 const u8 *addr = wpa_drv_get_mac_addr(wpa_s); global() local 5006 wpas_fst_get_mb_ie_cb(void *ctx, const u8 *addr) global() argument 5015 wpas_fst_update_mb_ie_cb(void *ctx, const u8 *addr, const u8 *buf, size_t size) global() argument 7533 wpas_enable_mac_addr_randomization(struct wpa_supplicant *wpa_s, unsigned int type, const u8 *addr, const u8 *mask) global() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8664.cpp | 2259 void AssemblerX8664::test(Type Ty, const AsmAddress &addr, GPRRegister reg) { 2263 emitRex(Ty, addr, reg); 2268 emitOperand(gprEncoding(reg), addr); 2306 void AssemblerX8664::test(Type Ty, const AsmAddress &addr, 2309 // If the immediate is short, we only test the byte addr to keep the encoding 2313 emitRex(Ty, addr, RexRegIrrelevant); 2316 emitOperand(0, addr, OffsetFromNextInstruction); 2321 emitRex(Ty, addr, RexRegIrrelevant); 2324 emitOperand(0, addr, OffsetFromNextInstruction); 2511 void AssemblerX8664::div(Type Ty, const AsmAddress &addr) { 3114 xadd(Type Ty, const AsmAddress &addr, GPRRegister reg, bool Locked) xadd() argument 3127 emitOperand(gprEncoding(reg), addr); xadd() local 3151 xchg(Type Ty, const AsmAddress &addr, GPRRegister reg) xchg() argument 3160 emitOperand(gprEncoding(reg), addr); xchg() local [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_debug.c | 573 uint32 addr = 0; in dhd_dbg_verboselog_printf() local 576 char * addr; in dhd_dbg_verboselog_printf() member 719 addr = log_ptr[count] - raw_event->rodata_start; in dhd_dbg_verboselog_printf() 720 str_tmpptr = raw_event->raw_sstr + addr; in dhd_dbg_verboselog_printf() 724 arg[count].addr = str_buf[count]; in dhd_dbg_verboselog_printf() 731 addr = log_ptr[count] - raw_event->rom_rodata_start; in dhd_dbg_verboselog_printf() 732 str_tmpptr = raw_event->rom_raw_sstr + addr; in dhd_dbg_verboselog_printf() 736 arg[count].addr = str_buf[count]; in dhd_dbg_verboselog_printf() 745 arg[count].addr = str_buf[count]; in dhd_dbg_verboselog_printf() 2229 MAC2STRDBG((uint8 *)&log->cur_info.addr), in print_roam_enhanced_log() [all...] |
H A D | wl_android_ext.c | 1900 int iftype, s32 del, u8 *addr) in wl_ext_add_del_bss() 1938 if (addr) { in wl_ext_add_del_bss() 1939 memcpy(&bss_setbuf.ea.octet, addr, ETH_ALEN); in wl_ext_add_del_bss() 1953 struct wl_apsta_params *apsta_params, int iftype, u8 *addr) in wl_ext_interface_ops() 1968 if (addr) { in wl_ext_interface_ops() 1984 if (addr) { in wl_ext_interface_ops() 1985 memcpy(&iface_v3.mac_addr.octet, addr, ETH_ALEN); in wl_ext_interface_ops() 2006 if (addr) { in wl_ext_interface_ops() 2007 memcpy(&iface.mac_addr.octet, addr, ETH_ALEN); in wl_ext_interface_ops() 2035 struct wl_if_info *cur_if, int iftype, u8 *addr) in wl_ext_interface_create() 1899 wl_ext_add_del_bss(struct net_device *ndev, s32 bsscfg_idx, int iftype, s32 del, u8 *addr) wl_ext_add_del_bss() argument 1952 wl_ext_interface_ops(struct net_device *dev, struct wl_apsta_params *apsta_params, int iftype, u8 *addr) wl_ext_interface_ops() argument 2034 wl_ext_interface_create(struct net_device *dev, struct wl_apsta_params *apsta_params, struct wl_if_info *cur_if, int iftype, u8 *addr) wl_ext_interface_create() argument 6157 char addr_str[16], addr[6]; wl_ext_send_probreq() local 6196 char addr_str[16], addr[6]; wl_ext_send_probresp() local 6641 struct ether_addr addr; global() member 7661 wl_get_avg_rssi(wl_rssi_cache_ctrl_t *rssi_cache_ctrl, void *addr) wl_get_avg_rssi() argument [all...] |
/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_starmc1.h | 3148 \param[in] addr address 3151 __STATIC_FORCEINLINE void SCB_InvalidateICache_by_Addr (void *addr, int32_t isize) in SCB_InvalidateICache_by_Addr() argument 3155 int32_t op_size = isize + (((uint32_t)addr) & (__SCB_ICACHE_LINE_SIZE - 1U)); in SCB_InvalidateICache_by_Addr() 3156 uint32_t op_addr = (uint32_t)addr /* & ~(__SCB_ICACHE_LINE_SIZE - 1U) */; in SCB_InvalidateICache_by_Addr() 3361 \param[in] addr address 3364 __STATIC_FORCEINLINE void SCB_InvalidateDCache_by_Addr (void *addr, int32_t dsize) in SCB_InvalidateDCache_by_Addr() argument 3368 int32_t op_size = dsize + (((uint32_t)addr) & (__SCB_DCACHE_LINE_SIZE - 1U)); in SCB_InvalidateDCache_by_Addr() 3369 uint32_t op_addr = (uint32_t)addr /* & ~(__SCB_DCACHE_LINE_SIZE - 1U) */; in SCB_InvalidateDCache_by_Addr() 3391 \param[in] addr address 3394 __STATIC_FORCEINLINE void SCB_CleanDCache_by_Addr (uint32_t *addr, int32_ argument 3424 SCB_CleanInvalidateDCache_by_Addr(uint32_t *addr, int32_t dsize) SCB_CleanInvalidateDCache_by_Addr() argument [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 1054 def datagram_received(self, data, addr): 1120 addr = (socket.AF_INET, socket.SOCK_STREAM, 0, '', 1122 fut.set_result([addr]) 1251 def bind(addr): 1252 if addr[0] == '0.0.0.1': 1402 addr = ('00:01:02:03:04:05', 1) 1405 self.assertEqual((host, port), addr) 1406 return [(999, 1, 999, '', (addr, 1))] 1410 coro = self.loop.sock_connect(sock, addr) 2003 addr [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay.c | 121 MAC2STR(sci->addr), be_to_host16(sci->port)); in sci_txt() 422 os_memcpy(tmp.addr, sci->addr, ETH_ALEN); in mka_sci_u64() 759 os_memcpy(body->actor_sci.addr, kay->actor_sci.addr, in ieee802_1x_mka_encode_basic_body() 760 sizeof(kay->actor_sci.addr)); in ieee802_1x_mka_encode_basic_body() 839 os_memcpy(participant->current_peer_sci.addr, body->actor_sci.addr, in ieee802_1x_mka_decode_basic_body() 840 sizeof(participant->current_peer_sci.addr)); in ieee802_1x_mka_decode_basic_body() 2221 return os_memcmp(peer->sci.addr, othe in compare_priorities() 3420 ieee802_1x_kay_init(struct ieee802_1x_kay_ctx *ctx, enum macsec_policy policy, Boolean macsec_replay_protect, u32 macsec_replay_window, u16 port, u8 priority, const char *ifname, const u8 *addr) ieee802_1x_kay_init() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_kay.c | 121 MAC2STR(sci->addr), be_to_host16(sci->port)); in sci_txt() 422 os_memcpy(tmp.addr, sci->addr, ETH_ALEN); in mka_sci_u64() 759 os_memcpy(body->actor_sci.addr, kay->actor_sci.addr, in ieee802_1x_mka_encode_basic_body() 760 sizeof(kay->actor_sci.addr)); in ieee802_1x_mka_encode_basic_body() 839 os_memcpy(participant->current_peer_sci.addr, body->actor_sci.addr, in ieee802_1x_mka_decode_basic_body() 840 sizeof(participant->current_peer_sci.addr)); in ieee802_1x_mka_decode_basic_body() 2258 return os_memcmp(peer->sci.addr, othe in compare_priorities() 3457 ieee802_1x_kay_init(struct ieee802_1x_kay_ctx *ctx, enum macsec_policy policy, bool macsec_replay_protect, u32 macsec_replay_window, u16 port, u8 priority, const char *ifname, const u8 *addr) ieee802_1x_kay_init() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 749 void AllocationEvent(Address addr, int size) final { 755 UpdateAllocationsHash(HeapObject::FromAddress(addr)); 3310 HeapObject CreateFillerObjectAtImpl(Heap* heap, Address addr, int size, in CreateFillerObjectAtImpl() argument 3313 HeapObject filler = HeapObject::FromAddress(addr); in CreateFillerObjectAtImpl() 3322 AtomicSlot slot(ObjectSlot(addr) + 1); in CreateFillerObjectAtImpl() 3331 MemsetTagged(ObjectSlot(addr) + 2, Object(kClearedFreeMemoryValue), in CreateFillerObjectAtImpl() 3360 HeapObject Heap::CreateFillerObjectAt(Address addr, int size, in CreateFillerObjectAt() argument 3364 CreateFillerObjectAtImpl(this, addr, size, clear_memory_mode); in CreateFillerObjectAt() 3365 VerifyNoNeedToClearSlots(addr, addr in CreateFillerObjectAt() 3369 CreateFillerObjectAtBackground( Address addr, int size, ClearFreedMemoryMode clear_memory_mode) CreateFillerObjectAtBackground() argument 3376 CreateFillerObjectAt(Address addr, int size, ClearRecordedSlots clear_slots_mode) CreateFillerObjectAt() argument 4560 InSpaceSlow(Address addr, AllocationSpace space) const InSpaceSlow() argument 4859 Address addr = code->address(); RegisterCodeObject() local 7187 GcSafeCodeContains(Code code, Address addr) GcSafeCodeContains() argument [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_event_msg.h | 155 hi_u32 wal_set_msg_response_by_addr(hi_u32 addr, hi_u8 *resp_mem, hi_u32 resp_ret, hi_u32 rsp_len);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | hi_gv_graphiccontext.h | 104 * param[in] addr The memory picture address. 120 HI_S32 HI_GV_GraphicContext_DecodeMemImg(HI_CHAR *addr, HI_U32 Length, HI_U32 imgWidth, HI_U32 imgHeight,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | app_demo_nv.c | 42 ret = hi_nv_init(ptable->table[HI_FLASH_PARTITON_NORMAL_NV].addr, HI_NV_DEFAULT_TOTAL_SIZE, in nv_demo()
|