Home
last modified time | relevance | path

Searched defs:addr (Results 1001 - 1025 of 1859) sorted by relevance

1...<<41424344454647484950>>...75

/third_party/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c243 static int remove_files(char *filename, char *addr) in remove_files() argument
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise11.c218 unsigned long addr = 0UL; in parse_kmsg_soft_offlined_pfn() local
/third_party/ltp/utils/sctp/testlib/
H A Dsctputil.h148 test_bind(int sk, struct sockaddr *addr, socklen_t addrlen) test_bind() argument
158 test_bindx_add(int sk, struct sockaddr *addr, int count) test_bindx_add() argument
178 test_connect(int sk, struct sockaddr *addr, socklen_t addrlen) test_connect() argument
188 test_connectx(int sk, struct sockaddr *addr, int count) test_connectx() argument
198 test_accept(int sk, struct sockaddr *addr, socklen_t *addrlen) test_accept() argument
[all...]
/third_party/lwip/src/api/
H A Dapi_lib.c269 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr() argument
307 netconn_bind(struct netconn *conn, const ip_addr_t *addr, u16_t port) in netconn_bind() argument
377 netconn_connect(struct netconn *conn, const ip_addr_t *addr, u16_t port) netconn_connect() argument
922 netconn_sendto(struct netconn *conn, struct netbuf *buf, const ip_addr_t *addr, u16_t port) netconn_sendto() argument
1271 netconn_gethostbyname_addrtype(const char *name, ip_addr_t *addr, u8_t dns_addrtype) global() argument
[all...]
/third_party/lwip/src/core/
H A Daltcp.c478 altcp_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_get_tcp_addrinfo() argument
661 altcp_default_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_default_get_tcp_addrinfo() argument
H A Daltcp_tcp.c488 altcp_tcp_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_tcp_get_tcp_addrinfo() argument
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c296 lws_interface_to_sa(int ipv6, const char *ifname, struct sockaddr_in *addr, in lws_interface_to_sa() argument
/third_party/libdrm/tests/amdgpu/
H A Dvce_tests.c45 uint64_t addr; member
[all...]
H A Dvcn_tests.c42 uint64_t addr; member
283 static void vcn_dec_cmd(uint64_t addr, unsigned cmd, int *idx) in vcn_dec_cmd() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Ddissect.c272 int addr = 0; in __lookup_member() local
296 static struct symbol *lookup_member(struct symbol *type, struct ident *name, int *addr) in lookup_member() argument
/third_party/lwip/src/include/lwip/
H A Dip4_addr.h52 u32_t addr; member
[all...]
/third_party/lwip/src/netif/ppp/
H A Dpppol2tp.c345 static void pppol2tp_input(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) { in pppol2tp_input() argument
/third_party/lwip/test/unit/api/
H A Dtest_sockets.c110 struct sockaddr_storage addr, addr2; in test_sockets_allfunctions_basic_domain() local
225 struct sockaddr_in6 *addr = (struct sockaddr_in6*)addr_st; in test_sockets_init_loopback_addr() local
236 struct sockaddr_in *addr = (struct sockaddr_in*)addr_st; test_sockets_init_loopback_addr() local
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.h74 explicit ApiFunction(v8::internal::Address addr) : addr_(addr) {} in ApiFunction() argument
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc-inl.h411 Address addr = constant_pool; in target_constant_pool_address_at() local
/third_party/node/deps/v8/src/codegen/
H A Dreloc-info.cc503 Address addr = target_address(); in Verify() local
522 Address addr = target_off_heap_target(); in Verify() local
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc278 Address addr = relocinfo->target_address(); in PrintRelocInfo() local
/third_party/node/deps/v8/src/heap/
H A Dmarking.h132 V8_INLINE static Bitmap* FromAddress(Address addr) { in FromAddress() argument
H A Dmemory-chunk.cc21 void MemoryChunk::DiscardUnusedMemory(Address addr, size_t size) { in DiscardUnusedMemory() argument
H A Dspaces.h234 static Page* FromAddress(Address addr) { in FromAddress() argument
263 static bool IsAlignedToPageSize(Address addr) { in IsAlignedToPageSize() argument
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer-inl.h44 Address addr = reinterpret_cast<Address>(value); in set_backing_store() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.c423 float addr = patched_layout[x + y * VL_BLOCK_WIDTH] + in vl_zscan_layout() local
/third_party/musl/ldso/linux/
H A Dcfi.c129 static inline uintptr_t addr_to_offset(uintptr_t addr, int bits) in addr_to_offset() argument
146 addr_in_dso(struct dso *dso, size_t addr) addr_in_dso() argument
160 addr_in_kernel_mapped_dso(size_t addr) addr_in_kernel_mapped_dso() argument
180 uintptr_t addr = (uintptr_t)func_ptr; get_cfi_check_addr() local
203 uintptr_t addr = (uintptr_t)func_ptr & ((1ULL << 56) - 1); cfi_slowpath_common() local
206 uintptr_t addr = func_ptr; cfi_slowpath_common() local
[all...]
/third_party/musl/arch/s390x/bits/
H A Dsignal.h15 unsigned long addr; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_mem.h143 const auto& addr() const { return m_index;} in addr() function in r600::RatInstr
144 auto& addr() { return m_index;} in addr() function in r600::RatInstr

Completed in 20 milliseconds

1...<<41424344454647484950>>...75