Home
last modified time | relevance | path

Searched defs:addr (Results 2726 - 2750 of 15172) sorted by relevance

1...<<101102103104105106107108109110>>...607

/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
H A Drpc_clnt_broadcast_performance.c153 int eachResult(char *out, struct sockaddr_in *addr) in eachResult() argument
H A Drpc_clnt_broadcast_scalability.c150 int eachResult(char *out, struct sockaddr_in *addr) in eachResult() argument
H A Drpc_clnt_broadcast_dataint.c143 int eachResult(char *out, struct sockaddr_in *addr) in eachResult() argument
/third_party/lwip/src/core/ipv4/
H A Dip4_addr.c58 ip4_addr_isbroadcast_u32(u32_t addr, const struct netif *netif) in ip4_addr_isbroadcast_u32() argument
145 ip4addr_aton(const char *cp, ip4_addr_t *addr) in ip4addr_aton() argument
269 ip4addr_ntoa(const ip4_addr_t *addr) ip4addr_ntoa() argument
285 ip4addr_ntoa_r(const ip4_addr_t *addr, char *buf, int buflen) ip4addr_ntoa_r() argument
[all...]
/third_party/lwip/src/include/lwip/
H A Dnetbuf.h62 ip_addr_t addr; member
/third_party/lwip/src/netif/
H A Dbridgeif_fdb.c58 struct eth_addr addr; member
[all...]
H A Dzepif.c108 zepif_udp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) zepif_udp_recv() argument
/third_party/lwip/test/fuzz/
H A Dfuzz.c144 ip4_addr_t addr; in main() local
/third_party/lwip/test/unit/core/
H A Dtest_netif.c95 ip4_addr_t addr; in NETIF_DECLARE_EXT_CALLBACK() local
220 ip4_addr_t addr; START_TEST() local
[all...]
/third_party/node/deps/v8/src/base/
H A Demulated-virtual-address-subspace.h90 bool Contains(Address addr, size_t length) const { in Contains() argument
94 bool MappedRegionContains(Address addr, size_t length) const { in MappedRegionContains() argument
98 bool UnmappedRegionContains(Address addr, size_t length) const { in UnmappedRegionContains() argument
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-macos.cc74 mach_vm_address_t addr = reinterpret_cast<mach_vm_address_t>(hint); in AllocateShared() local
124 mach_vm_address_t addr = reinterpret_cast<mach_vm_address_t>(address); in AllocateShared() local
H A Dplatform-openbsd.cc116 void* addr = in SignalCodeMovingGC() local
/third_party/node/deps/v8/src/heap/base/
H A Dstack.cc82 void* addr = *current; in IterateAsanFakeFrameIfNecessary() local
/third_party/node/deps/v8/src/execution/
H A Dsimulator.h107 static GeneratedCode FromAddress(Isolate* isolate, Address addr) { in FromAddress() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_genx_macros.h44 __gen_address_offset(struct crocus_address addr, uint64_t offset) in __gen_address_offset() argument
51 __gen_combine_address(struct crocus_batch *batch, void *location, struct crocus_address addr, uint32_t delta) __gen_combine_address() argument
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_recv_chk_test.cpp30 struct sockaddr_un addr; in ConnectFunc() local
48 struct sockaddr_un addr; member
56 struct sockaddr_un addr; in SockInit() local
101 struct sockaddr_un* addr = &returnVal.addr; HWTEST_F() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlopen_ext_test.cpp64 void* addr = mmap(nullptr, SIZE_1024_SQUARE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, INVALID_VALUE, 0); in HWTEST_F() local
92 void* addr = mmap(nullptr, SIZE_128, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, INVALID_VALUE, 0); in HWTEST_F() local
111 void* addr = mmap(nullptr, SIZE_1024_SQUARE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, INVALID_VALUE, 0); HWTEST_F() local
142 void* addr = mmap(nullptr, SIZE_1024_SQUARE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, INVALID_VALUE, 0); HWTEST_F() local
182 void* addr = mmap(nullptr, SIZE_128, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, INVALID_VALUE, 0); HWTEST_F() local
287 void* addr = mmap(nullptr, SIZE_1024_SQUARE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, INVALID_VALUE, 0); HWTEST_F() local
323 void* addr = mmap(nullptr, SIZE_1024_SQUARE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, INVALID_VALUE, 0); HWTEST_F() local
358 void* addr = mmap(nullptr, SIZE_1024_SQUARE, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, INVALID_VALUE, 0); HWTEST_F() local
394 void* addr = mmap(nullptr, SIZE_128, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, INVALID_VALUE, 0); HWTEST_F() local
[all...]
/third_party/mesa3d/src/util/
H A Du_debug_symbol.c152 debug_symbol_name_dbghelp(const void *addr, char* buf, unsigned size) in debug_symbol_name_dbghelp() argument
232 debug_symbol_name(const void *addr, char* buf, unsigned size) in debug_symbol_name() argument
245 debug_symbol_print(const void *addr) in debug_symbol_print() argument
260 debug_symbol_name_cached(const void *addr) debug_symbol_name_cached() argument
[all...]
H A Dfutex.h46 static inline int futex_wake(uint32_t *addr, int count) in futex_wake() argument
51 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() argument
69 static inline int futex_wake(uint32_t *addr, int count) in futex_wake() argument
75 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() argument
100 static inline int futex_wake(uint32_t *addr, int count) in futex_wake() argument
105 futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) futex_wait() argument
129 futex_wake(uint32_t *addr, int count) futex_wake() argument
142 futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) futex_wait() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_network.c115 struct addrinfo hints, *addr; in u_socket_connect() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp245 unsigned long addr = (uintptr_t)code; in lp_profile() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alugroup.h71 auto addr() const {return std::make_pair(m_addr_used, m_addr_is_index);} in addr() function in r600::AluGroup
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetpeername.c72 struct sockaddr addr = {0}; in SampleServerTask() local
H A Drecvmsg.c33 void fill_socket_addr(struct sockaddr_in *addr) in fill_socket_addr() argument
78 struct sockaddr_in addr; in send_message() local
114 struct sockaddr_in addr; recv_message() local
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_compute.c130 mali_ptr addr = 0; in panfrost_set_global_binding() local

Completed in 11 milliseconds

1...<<101102103104105106107108109110>>...607