Home
last modified time | relevance | path

Searched refs:addr (Results 2151 - 2175 of 4013) sorted by relevance

1...<<81828384858687888990>>...161

/third_party/libunwind/libunwind/src/arm/
H A DGex_tables.c294 unw_word_t addr; in arm_exidx_extract() local
303 if (prel31_to_addr(c->as, c->as_arg, entry, &addr) < 0) in arm_exidx_extract()
316 Debug (2, "%p compact model %d [%8.8x]\n", (void *)addr, in arm_exidx_extract()
336 Debug (2, "%p compact model %d [%8.8x]\n", (void *)addr, pers, data); in arm_exidx_extract()
352 Debug (2, "%p Personality routine: %8p\n", (void *)addr, in arm_exidx_extract()
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H A Dltp_tbio.c201 unsigned long addr = 0; in test_bio_add_page() local
206 addr = get_zeroed_page(GFP_KERNEL); in test_bio_add_page()
208 if (addr == 0) { in test_bio_add_page()
209 prk_err("get free page failed %ld", addr); in test_bio_add_page()
214 ppage = virt_to_page(addr); in test_bio_add_page()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.cpp367 kcache[i].addr > line + 1) || in try_reserve_kcache()
375 kcache[i].addr = line; in try_reserve_kcache()
379 int d = line - kcache[i].addr; in try_reserve_kcache()
382 kcache[i].addr--; in try_reserve_kcache()
405 kcache[i].addr = line; in try_reserve_kcache()
H A Dsfn_virtualvalues.cpp159 void visit(const LocalArrayValue& value) {m_result = value.addr();}
810 } addr;
814 indirect->accept(addr);
815 if (addr.is_contant) {
816 offset += addr.offset;
880 PVirtualValue LocalArrayValue::addr() const
1034 auto my_addr = m_array_value->addr();
1035 auto other_addr = other.addr();
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_register_allocate.c111 assert(vc4_regs[AB_INDEX].addr == 0); in vc4_alloc_reg_set()
112 assert(vc4_regs[AB_INDEX + 1].addr == 0); in vc4_alloc_reg_set()
153 if (vc4_regs[i].addr == 14) in vc4_alloc_reg_set()
160 if (vc4_regs[i].addr < 16) { in vc4_alloc_reg_set()
172 if (vc4_regs[i].addr < 16) { in vc4_alloc_reg_set()
/third_party/node/deps/cares/include/
H A Dares.h488 CARES_EXTERN void ares_gethostbyaddr(ares_channel_t *channel, const void *addr,
550 } addr; member
692 const void *addr, int addrlen, int family,
734 } addr; member
744 } addr; member
/third_party/node/deps/cares/src/lib/
H A Dares_init.c136 struct ares_addr addr; in init_by_defaults() local
168 addr.family = AF_INET; in init_by_defaults()
169 addr.addr.addr4.s_addr = htonl(INADDR_LOOPBACK); in init_by_defaults()
171 rc = ares__sconfig_append(&sconfig, &addr, 0, 0, NULL); in init_by_defaults()
H A Dares_dns_parse.c161 struct in_addr addr; in ares_dns_parse_rr_a() local
166 status = ares__buf_fetch_bytes(buf, (unsigned char *)&addr, sizeof(addr)); in ares_dns_parse_rr_a()
171 return ares_dns_rr_set_addr(rr, ARES_RR_A_ADDR, &addr); in ares_dns_parse_rr_a()
302 struct ares_in6_addr addr; in ares_dns_parse_rr_aaaa() local
307 status = ares__buf_fetch_bytes(buf, (unsigned char *)&addr, sizeof(addr)); in ares_dns_parse_rr_aaaa()
312 return ares_dns_rr_set_addr6(rr, ARES_RR_AAAA_ADDR, &addr); in ares_dns_parse_rr_aaaa()
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Ddbcs-codec.js143 DBCSCodec.prototype._getDecodeTrieNode = function(addr) {
145 for (; addr > 0; addr >>>= 8)
146 bytes.push(addr & 0xFF);
162 throw new Error("Overwrite byte in " + this.encodingName + ", addr: " + addr.toString(16));
211 throw new Error("Incorrect chunk in " + this.encodingName + " at addr " + chunk[0] + ": too long" + curAddr);
/third_party/lwip/src/core/ipv6/
H A Dmld6.c84 static struct mld_group *mld6_new_group(struct netif *ifp, const ip6_addr_t *addr);
139 * @param addr the group ipv6 address to search for
144 mld6_lookfor_group(struct netif *ifp, const ip6_addr_t *addr) in mld6_lookfor_group() argument
149 if (ip6_addr_cmp(&(group->group_address), addr)) { in mld6_lookfor_group()
163 * @param addr the new group ipv6
168 mld6_new_group(struct netif *ifp, const ip6_addr_t *addr) in mld6_new_group() argument
174 ip6_addr_set(&(group->group_address), addr); in mld6_new_group()
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc46 const char* NameInCode(byte* addr) const override;
118 const char* V8NameConverter::NameInCode(byte* addr) const { in NameInCode()
121 return code_.is_null() ? "" : reinterpret_cast<const char*>(addr); in NameInCode()
278 Address addr = relocinfo->target_address(); in PrintRelocInfo() local
280 if (Deoptimizer::IsDeoptimizationEntry(isolate, addr, &type)) { in PrintRelocInfo()
/third_party/node/deps/v8/src/heap/
H A Dspaces.cc115 Address addr = filler.address(); in SkipFillers() local
116 while (addr < end) { in SkipFillers()
117 filler = HeapObject::FromAddress(addr); in SkipFillers()
119 addr = filler.address() + filler.Size(cage_base); in SkipFillers()
121 return addr; in SkipFillers()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_32.c47 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset) in sljit_set_jump_addr() argument
49 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr()
61 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw executable_offset) in sljit_set_const() argument
63 sljit_set_jump_addr(addr, (sljit_uw)new_constant, executable_offset); in sljit_set_const()
230 jump->addr = compiler->size; in sljit_emit_call()
H A DsljitNativeMIPS_64.c131 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_uw new_target, sljit_sw executable_offset) in sljit_set_jump_addr() argument
133 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr()
146 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw new_constant, sljit_sw executable_offset) in sljit_set_const() argument
148 sljit_set_jump_addr(addr, (sljit_uw)new_constant, executable_offset); in sljit_set_const()
259 jump->addr = compiler->size; in sljit_emit_call()
/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp64 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const { in writeToMemory()
68 if (addr) { in writeToMemory()
69 SkWBuffer buffer(addr, size); in writeToMemory()
85 size_t SkFontConfigInterface::FontIdentity::readFromMemory(const void* addr, in readFromMemory() argument
87 SkRBuffer buffer(addr, size); in readFromMemory()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_ht.c394 " in Association Request", MAC2STR_SEC(sta->addr)); in ht40_intolerant_add()
440 "0x%04x", MAC2STR_SEC(sta->addr), ht_capab); in update_sta_ht()
448 __func__, MAC2STR_SEC(sta->addr), in update_sta_ht()
458 __func__, MAC2STR_SEC(sta->addr), in update_sta_ht()
476 __func__, MAC2STR_SEC(sta->addr), in update_sta_no_ht()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_ht.c416 " in Association Request", MAC2STR(sta->addr)); in ht40_intolerant_add()
462 "0x%04x", MAC2STR(sta->addr), ht_capab); in update_sta_ht()
470 __func__, MAC2STR(sta->addr), in update_sta_ht()
480 __func__, MAC2STR(sta->addr), in update_sta_ht()
498 __func__, MAC2STR(sta->addr), in update_sta_no_ht()
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtls_socket_server.cpp225 sockaddr *addr = nullptr; in ExecBind() local
227 GetAddr(address, &addr4, &addr6, &addr, &len); in ExecBind()
228 if (addr == nullptr) { in ExecBind()
234 if (bind(listenSocketFd_, addr, len) < 0) { in ExecBind()
241 if (addr->sa_family == AF_INET) { in ExecBind()
244 } else if (addr->sa_family == AF_INET6) { in ExecBind()
248 if (bind(listenSocketFd_, addr, len) < 0) { in ExecBind()
670 sockaddr **addr, socklen_t *len) in GetAddr()
680 *addr = reinterpret_cast<sockaddr *>(addr4); in GetAddr()
686 *addr in GetAddr()
669 GetAddr(const Socket::NetAddress &address, sockaddr_in *addr4, sockaddr_in6 *addr6, sockaddr **addr, socklen_t *len) GetAddr() argument
1360 struct sockaddr_storage addr{}; GetTlsConnectionLocalAddress() struct
[all...]
/third_party/lwip/src/api/
H A Dapi_msg.c160 const ip_addr_t *addr) in recv_raw()
166 LWIP_UNUSED_ARG(addr); in recv_raw()
189 ip_addr_copy(buf->addr, *ip_current_src_addr()); in recv_raw()
219 const ip_addr_t *addr, u16_t port)
258 ip_addr_set(&buf->addr, addr);
1601 if (ip_addr_isany(&msg->msg.b->addr) || IP_IS_ANY_TYPE_VAL(msg->msg.b->addr)) {
1604 err = raw_sendto(msg->conn->pcb.raw, msg->msg.b->p, &msg->msg.b->addr);
1611 if (ip_addr_isany(&msg->msg.b->addr) || IP_IS_ANY_TYPE_VA
159 recv_raw(void *arg, struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *addr) recv_raw() argument
218 recv_udp(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) global() argument
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dphoto_post_processor.cpp182 auto addr = mmap(nullptr, dataSize, PROT_READ | PROT_WRITE, MAP_SHARED, bufferHandle->fd, 0); in processBufferInfo() local
183 DP_CHECK_ERROR_RETURN_RET_LOG(addr == MAP_FAILED, DPS_ERROR_IMAGE_PROC_FAILED, "failed to mmap shared buffer."); in processBufferInfo()
185 if (bufferPtr->CopyFrom(static_cast<uint8_t*>(addr), dataSize) == DP_OK) { in processBufferInfo()
192 munmap(addr, dataSize); in processBufferInfo()
435 auto addr = mmap(nullptr, dataSize, PROT_READ | PROT_WRITE, MAP_SHARED, imageBufferHandle->fd, 0); in OnProcessDoneExt() local
437 addr == MAP_FAILED, DPS_ERROR_IMAGE_PROC_FAILED, "failed to mmap shared buffer."); in OnProcessDoneExt()
439 if (bufferPtr->CopyFrom(static_cast<uint8_t*>(addr), dataSize) == DP_OK) { in OnProcessDoneExt()
445 munmap(addr, dataSize); in OnProcessDoneExt()
/third_party/elfutils/libcpu/
H A Di386_disasm.c257 GElf_Addr addr; member
315 const uint8_t **startp, const uint8_t *end, GElf_Addr addr, in i386_disasm()
584 ++addr; in i386_disasm()
626 output_data.addr = addr + (data - begin); in i386_disasm()
1069 symaddr += addr + param_start - begin; in i386_disasm()
1122 addr += param_start - begin; in i386_disasm()
1136 addr += data - begin; in i386_disasm()
314 i386_disasm(Ebl *ebl __attribute__((unused)), const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb, DisasmGetSymCB_t symcb, void *outcbarg, void *symcbarg) i386_disasm() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.c630 struct ir3_instruction *addr) in ir3_instr_set_address()
635 assert(instr->block == addr->block); in ir3_instr_set_address()
638 ir3_src_create(instr, addr->dsts[0]->num, addr->dsts[0]->flags); in ir3_instr_set_address()
639 instr->address->def = addr->dsts[0]; in ir3_instr_set_address()
640 assert(reg_num(addr->dsts[0]) == REG_A0); in ir3_instr_set_address()
641 unsigned comp = reg_comp(addr->dsts[0]); in ir3_instr_set_address()
649 assert(instr->address->def->instr == addr); in ir3_instr_set_address()
1023 * really sure any good way to test a hard-coded immed addr src) in ir3_valid_flags()
629 ir3_instr_set_address(struct ir3_instruction *instr, struct ir3_instruction *addr) ir3_instr_set_address() argument
/third_party/python/Lib/
H A Dsmtpd.py136 def __init__(self, server, conn, addr, data_size_limit=DATA_SIZE_DEFAULT,
141 self.addr = addr
305 "use 'addr' instead", DeprecationWarning, 2)
306 return self.addr
310 "set 'addr' instead", DeprecationWarning, 2)
311 self.addr = value
659 print('%s started at %s\n\tLocal addr: %s\n\tRemote addr:%s' % (
663 def handle_accepted(self, conn, addr)
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMJIT.cpp275 void *addr = rr::allocateMemoryPages( variable
277 if(!addr)
279 return llvm::sys::MemoryBlock(addr, numBytes);
287 void *addr = block.base(); in protectMappedMemory() local
290 addr = reinterpret_cast<void *>( in protectMappedMemory()
291 reinterpret_cast<uintptr_t>(addr) & ~(pageSize - 1)); in protectMappedMemory()
293 reinterpret_cast<uintptr_t>(addr); in protectMappedMemory()
295 rr::protectMemoryPages(addr, size, flagsToPermissions(flags)); in protectMappedMemory()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhlr_auc_gw.c253 struct sockaddr_un addr; in open_socket() local
262 memset(&addr, 0, sizeof(addr)); in open_socket()
263 addr.sun_family = AF_UNIX; in open_socket()
264 os_strlcpy(addr.sun_path, path, sizeof(addr.sun_path)); in open_socket()
265 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in open_socket()

Completed in 30 milliseconds

1...<<81828384858687888990>>...161