Home
last modified time | relevance | path

Searched refs:addr (Results 3451 - 3475 of 4483) sorted by relevance

1...<<131132133134135136137138139140>>...180

/third_party/nghttp2/src/
H A Dshrpx_config.h527 Address addr; member
653 Address addr; member
666 Address addr; member
695 Address addr; member
1443 int resolve_hostname(Address *addr, const char *hostname, uint16_t port,
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp399 (address - shader_bo.addr), 0, f); in new_shader_window()
548 window->gtt_offset = address - window->gtt_bo.addr; in new_edit_window()
566 table_addr - table_bo.addr); in display_pml4_level()
720 (pphwsp_addr - pphwsp_bo.addr) + in display_batch_execlist_write()
733 void *commands = (uint8_t *)ring_bo.map + (ring_buffer_start - ring_bo.addr) + ring_buffer_head; in display_batch_execlist_write()
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c488 ip_addr_t addr; in smtp_send_mail_alloced() local
539 err = dns_gethostbyname(smtp_server, &addr, smtp_dns_found, s); in smtp_send_mail_alloced()
541 err = ipaddr_aton(smtp_server, &addr) ? ERR_OK : ERR_ARG; in smtp_send_mail_alloced()
544 pcb = smtp_setup_pcb(s, &addr); in smtp_send_mail_alloced()
549 err = altcp_connect(pcb, &addr, smtp_server_port, smtp_tcp_connected); in smtp_send_mail_alloced()
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-ffi_darwin.c685 char* addr) in flush_icache()
694 : : "r" (addr) : "memory"); in flush_icache()
700 char* addr, in flush_range()
706 flush_icache(addr + i); in flush_range()
708 flush_icache(addr + size - 1); in flush_range()
684 flush_icache( char* addr) flush_icache() argument
699 flush_range( char* addr, int size) flush_range() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp41 #define DEBUG_TYPE "opt-addr-mode"
188 NodeAddr<DefNode *> OffsetRegDN = DFG->addr<DefNode *>(OffsetRegRD); in canRemoveAddasl()
232 NodeAddr<UseNode *> DA = DFG->addr<UseNode *>(DI); in allValidCandidates()
254 NodeAddr<UseNode *> UA = DFG->addr<UseNode *>(UI); in getAllRealUses()
273 NodeAddr<UseNode *> phiUA = DFG->addr<UseNode *>(phiUI.first); in getAllRealUses()
315 NodeAddr<DefNode *> LRExtRegDN = DFG->addr<DefNode *>(LRExtRegRD); in isSafeToExtLR()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs992 addr: *const ::sockaddr, in getnameinfo()
1052 pub fn madvise(addr: *mut ::c_void, len: ::size_t, advice: ::c_int) -> ::c_int; in madvise()
1053 pub fn msync(addr: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int; in msync()
1054 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, prot: ::c_int) -> ::c_int; in mprotect()
1069 addr: *mut ::sockaddr, in recvfrom()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Deapol_test.c92 static void hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, in hostapd_logger_cb() argument
95 if (addr) in hostapd_logger_cb()
97 MAC2STR(addr), txt); in hostapd_logger_cb()
1023 pos = (u8 *) &as->addr.u.v4; in wpa_init_conf()
1030 if (hostapd_parse_ip_addr(authsrv, &as->addr) < 0) { in wpa_init_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2270 char *addr; in wpas_dbus_handler_roam()
2273 if (!dbus_message_get_args(message, NULL, DBUS_TYPE_STRING, &addr, in wpas_dbus_handler_roam()
2277 if (hwaddr_aton(addr, bssid)) in wpas_dbus_handler_roam()
4416 wpa_s->dbus_new_path, MAC2STR(sta->addr)); in wpas_dbus_getter_stas()
4621 sta->addr, ETH_ALEN, in wpas_dbus_getter_sta_address()
4716 if (hostapd_drv_read_sta_data(hapd, &data, sta->addr) < 0) in wpas_dbus_getter_sta_rx_packets()
4755 if (hostapd_drv_read_sta_data(hapd, &data, sta->addr) < 0) in wpas_dbus_getter_sta_tx_packets()
4794 if (hostapd_drv_read_sta_data(hapd, &data, sta->addr) < 0) in wpas_dbus_getter_sta_tx_bytes()
4833 if (hostapd_drv_read_sta_data(hapd, &data, sta->addr) < 0) in wpas_dbus_getter_sta_rx_bytes()
5651 const u8 *addr, cons in wpas_dbus_signal_preq()
5650 wpas_dbus_signal_preq(struct wpa_supplicant *wpa_s, const u8 *addr, const u8 *dst, const u8 *bssid, const u8 *ie, size_t ie_len, u32 ssi_signal) wpas_dbus_signal_preq() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/regs/
H A Dhdmi_reg_ctrl.h376 int hdmi_reg_tx_ctrl_regs_init(char *addr);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dnd6.h131 err_t nd6_add_neighbor_cache_entry(struct netif *netif, const ip6_addr_t *nbr_addr, const u8_t *addr,
H A Draw.h89 * @param addr the remote IP address from which the packet was received
96 const ip_addr_t *addr);
H A Dudp.h65 * addr and port are in same byte order as in the pcb
69 * ATTENTION: Be aware that 'addr' might point into the pbuf 'p' so freeing this pbuf
70 * can make 'addr' invalid, too.
75 * @param addr the remote IP address from which the packet was received
79 const ip_addr_t *addr, u16_t port);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
H A Dnd6.h180 PACK_STRUCT_FLD_8(u8_t addr[NETIF_MAX_HWADDR_LEN]);
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_ion.h149 * @addr: a pointer to put the address in
162 ion_phys_addr_t *addr, size_t *len);
448 * Get phys addr of the handle specified.
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_ukk_ref_wrappers.c169 blocks[i].addr = sg_phys(sgl); in ump_dmabuf_import_wrapper()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dhdf_public_ap6275s.h52 void dhd_get_mac_address(struct net_device *dev, unsigned char **addr);
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_ioctl.h322 * @addr: Memory address of an array of struct base_kcpu_queue_command
328 __u64 addr; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_mem.h124 static inline void* ReallocThrow(void*addr, size_t size) in ReallocThrow()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_advertiser.h293 * @param addr Own address.
301 * @param addr Own address.
304 void SetOwnAddr(const std::array<uint8_t, OHOS_BD_ADDR_LEN>& addr);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp122 rawAddr.ConvertToUint8(btAddr.addr); in FindTgService()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_socket_proxy.cpp28 CHECK_AND_RETURN_LOG_RET(data.WriteString(param.addr), BT_ERR_IPC_TRANS_FAILED, "write param.addr error"); in Connect()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.cpp120 rawAddr.ConvertToUint8(btAddr.addr); in FindCtService()
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.h35 std::string GetEncryptAddr(const std::string &addr);
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_yuv.h71 NATIVEEXPORT void SetPixelsAddr(void *addr, void *context, uint32_t size, AllocatorType type,
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.h153 void OnProcessImageDone(const std::string& imageId, const uint8_t* addr, const long bytes,

Completed in 35 milliseconds

1...<<131132133134135136137138139140>>...180