Searched defs:addr (Results 751 - 775 of 1909) sorted by relevance

<<31323334353637383940>>

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t.c94 &&((p_t1t->prev_cmd_rsp_info.op_code == T1T_CMD_RID) || (p_t1t->prev_cmd_rsp_info.op_code == T1T_CMD_RALL) || (p_t1t->prev_cmd_rsp_info.addr == *p)) )
117 ||((p_cmd_rsp_info->opcode != T1T_CMD_RALL) && (p_cmd_rsp_info->opcode != T1T_CMD_RID) && (*p != p_t1t->addr)) )
126 &&((p_t1t->prev_cmd_rsp_info.op_code == T1T_CMD_RID) || (p_t1t->prev_cmd_rsp_info.op_code == T1T_CMD_RALL) || (p_t1t->prev_cmd_rsp_info.addr == *p)) )
163 p_t1t->prev_cmd_rsp_info.addr = ((p_cmd_rsp_info->opcode != T1T_CMD_RALL) && (p_cmd_rsp_info->opcode != T1T_CMD_RID))? p_t1t->addr:0;
332 p_t1t->addr = add;
392 p_t1t->addr = add;
622 p_t1t->prev_cmd_rsp_info.addr = ((p_cmd_rsp_info->opcode != T1T_CMD_RALL) && (p_cmd_rsp_info->opcode != T1T_CMD_RID))? p_t1t->addr:0;
831 UINT8 addr; local
861 UINT8 addr; local
914 UINT8 addr; local
[all...]
/external/libnl/lib/fib_lookup/
H A Dlookup.c75 struct nl_addr *addr; local
89 addr = nl_addr_build(AF_INET, &fr->fl_addr, 4);
90 if (!addr)
92 err = flnl_request_set_addr(res->fr_req, addr);
93 nl_addr_put(addr);
212 struct nl_addr *addr; local
227 addr = flnl_request_get_addr(req);
228 if (!addr)
231 fr.fl_addr = *(uint32_t *) nl_addr_get_binary_addr(addr);
/external/libnl/lib/netfilter/
H A Dct.c108 struct nl_addr *addr; local
116 addr = nl_addr_alloc_attr(tb[CTA_IP_V4_SRC], AF_INET);
117 if (addr == NULL)
119 err = nfnl_ct_set_src(ct, repl, addr);
120 nl_addr_put(addr);
125 addr = nl_addr_alloc_attr(tb[CTA_IP_V4_DST], AF_INET);
126 if (addr == NULL)
128 err = nfnl_ct_set_dst(ct, repl, addr);
129 nl_addr_put(addr);
134 addr
387 struct nl_addr *addr; local
[all...]
/external/libnl/lib/route/cls/
H A Du32.c472 int rtnl_u32_add_key_in_addr(struct rtnl_cls *cls, struct in_addr *addr, argument
476 return rtnl_u32_add_key(cls, addr->s_addr, htonl(mask), off, offmask);
479 int rtnl_u32_add_key_in6_addr(struct rtnl_cls *cls, struct in6_addr *addr, argument
486 if ((err = rtnl_u32_add_key(cls, addr->s6_addr32[i-1],
492 if ((err = rtnl_u32_add_key(cls, addr->s6_addr32[i-1],
/external/libnl/lib/route/
H A Dnexthop.c254 void rtnl_route_nh_set_gateway(struct rtnl_nexthop *nh, struct nl_addr *addr) argument
258 if (addr) {
259 nh->rtnh_gateway = nl_addr_get(addr);
/external/libpcap/
H A Dnametoaddr.c360 __pcap_atoin(const char *s, bpf_u_int32 *addr) argument
365 *addr = 0;
371 *addr <<= 8;
372 *addr |= n & 0xff;
382 __pcap_atodn(const char *s, bpf_u_int32 *addr) argument
393 *addr = (area << AREASHIFT) & AREAMASK;
394 *addr |= (node & NODEMASK);
459 memcpy(ap, ep->addr, 6);
H A Dpcap-bt-linux.c190 struct sockaddr_hci addr; local
262 addr.hci_family = AF_BLUETOOTH;
263 addr.hci_dev = handlep->dev_id;
265 addr.hci_channel = HCI_CHANNEL_RAW;
267 if (bind(handle->fd, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
/external/libunwind/include/
H A Ddwarf_i.h46 dwarf_reads8 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, argument
49 dwarf_misaligned_value_t *mvp = (void *) (uintptr_t) *addr;
52 *addr += sizeof (mvp->s8);
57 dwarf_reads16 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, argument
60 dwarf_misaligned_value_t *mvp = (void *) (uintptr_t) *addr;
63 *addr += sizeof (mvp->s16);
68 dwarf_reads32 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, argument
71 dwarf_misaligned_value_t *mvp = (void *) (uintptr_t) *addr;
74 *addr += sizeof (mvp->s32);
79 dwarf_reads64 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, argument
90 dwarf_readu8(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint8_t *val, void *arg) argument
101 dwarf_readu16(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint16_t *val, void *arg) argument
112 dwarf_readu32(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint32_t *val, void *arg) argument
123 dwarf_readu64(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint64_t *val, void *arg) argument
136 dwarf_readu8(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint8_t *valp, void *arg) argument
155 dwarf_readu16(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint16_t *val, void *arg) argument
173 dwarf_readu32(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint32_t *val, void *arg) argument
191 dwarf_readu64(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint64_t *val, void *arg) argument
209 dwarf_reads8(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int8_t *val, void *arg) argument
222 dwarf_reads16(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int16_t *val, void *arg) argument
235 dwarf_reads32(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int32_t *val, void *arg) argument
248 dwarf_reads64(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int64_t *val, void *arg) argument
263 dwarf_readw(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_word_t *val, void *arg) argument
295 dwarf_read_uleb128(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_word_t *valp, void *arg) argument
320 dwarf_read_sleb128(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_word_t *valp, void *arg) argument
346 dwarf_read_encoded_pointer_inlined(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unsigned char encoding, const unw_proc_info_t *pi, unw_word_t *valp, void *arg) argument
[all...]
/external/libunwind/include/tdep-hppa/
H A Dlibunwind_i.h98 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); local
99 if (!addr || !map_local_is_readable ((unw_word_t) (uintptr_t) addr))
102 *val = *addr;
111 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); local
112 if (!addr || !map_local_is_writable ((unw_word_t) (uintptr_t) addr))
115 *addr = val;
160 unw_word_t addr; local
170 addr
183 unw_word_t addr; local
[all...]
/external/libunwind/include/tdep-mips/
H A Dlibunwind_i.h108 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); local
109 if (!addr || !map_local_is_readable ((unw_word_t) (uintptr_t) addr))
112 *val = *addr;
121 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); local
122 if (!addr || !map_local_is_writable ((unw_word_t) (uintptr_t) addr))
125 *addr = val;
134 mips_reg_t *addr = (mips_reg_t *) (uintptr_t) DWARF_GET_LOC (loc); local
135 if (!addr || !map_local_is_readabl
147 mips_reg_t *addr = (mips_reg_t *) (uintptr_t) DWARF_GET_LOC (loc); local
171 read_s32(struct dwarf_cursor *c, unw_word_t addr, unw_word_t *val) argument
190 write_s32(struct dwarf_cursor *c, unw_word_t addr, const unw_word_t *val) argument
213 unw_word_t addr; local
236 unw_word_t addr; local
[all...]
/external/libunwind/include/tdep-sh/
H A Dlibunwind_i.h99 unw_fpreg_t *addr = (unw_fpreg_t *) DWARF_GET_LOC (loc); local
100 if (!addr || !map_local_is_readable ((unw_word_t) addr))
103 *val = *addr;
112 unw_fpreg_t *addr = (unw_fpreg_t *) DWARF_GET_LOC (loc); local
113 if (!addr || !map_local_is_writable ((unw_word_t) addr))
116 *addr = val;
161 unw_word_t addr; local
171 addr
184 unw_word_t addr; local
[all...]
/external/libunwind/src/arm/
H A DGex_tables.c294 unw_word_t addr; local
303 if (prel31_to_addr(c->as, c->as_arg, entry, &addr) < 0)
316 Debug (2, "%p compact model %d [%8.8x]\n", (void *)addr,
336 Debug (2, "%p compact model %d [%8.8x]\n", (void *)addr, pers, data);
352 Debug (2, "%p Personality routine: %8p\n", (void *)addr,
/external/libunwind/src/dwarf/
H A DGexpr.c125 unw_word_t *addr, int operand_type, unw_word_t *val, void *arg)
146 ret = dwarf_readu8 (as, a, addr, &u8, arg);
153 ret = dwarf_readu16 (as, a, addr, &u16, arg);
160 ret = dwarf_readu32 (as, a, addr, &u32, arg);
167 ret = dwarf_readu64 (as, a, addr, &u64, arg);
174 ret = dwarf_read_uleb128 (as, a, addr, val, arg);
178 ret = dwarf_read_sleb128 (as, a, addr, val, arg);
190 dwarf_eval_expr (struct dwarf_cursor *c, unw_word_t *addr, unw_word_t len, argument
236 end_addr = *addr + len;
244 while (*addr < end_add
124 read_operand(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) argument
[all...]
/external/libunwind/src/ia64/
H A DGinit.c76 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, argument
83 if (map_local_is_writable (addr))
86 Debug (12, "mem[%lx] <- %lx\n", addr, *val);
87 *(unw_word_t *) addr = *val;
92 Debug (12, "Unwritable memory mem[%lx] <- %lx\n", addr, *val);
102 if (map_local_is_readable (addr))
105 *val = *(unw_word_t *) addr;
106 Debug (12, "mem[%lx] -> %lx\n", addr, *val);
111 Debug (12, "Unreadable memory mem[%lx] -> XXX\n", addr);
284 unw_word_t *addr, mas local
338 unw_fpreg_t *addr; local
454 unw_word_t addr = IA64_GET_ADDR (loc); local
[all...]
/external/libunwind/src/x86_64/
H A DGtrace.c285 uint64_t i, addr; local
293 addr = frame->virtual_address;
296 if (likely(addr == rip))
303 if (likely(! addr))
315 Debug (4, "updating slot %lu after %ld steps, replacing 0x%lx\n", slot, i, addr);
316 if (unlikely(addr || cache->used >= cache_size / 2))
324 addr = frame->virtual_address;
327 if (! addr)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.h21 u64 addr; member in struct:ins_operands::__anon25173
28 u64 addr; member in struct:ins_operands::__anon25174::__anon25175
78 u64 addr[0]; member in struct:sym_hist
95 * @histogram: Array of addr hit histograms per event being monitored
136 int evidx, u64 addr);
H A Dmap.h84 /* rip/ip <-> addr suitable for passing to `objdump --start-address=` */
106 u64 addr, symbol_filter_t filter);
118 struct map *maps__find(struct rb_root *maps, u64 addr);
129 u64 addr);
143 enum map_type type, u64 addr)
145 return maps__find(&mg->maps[type], addr);
160 enum map_type type, u64 addr,
142 map_groups__find(struct map_groups *mg, enum map_type type, u64 addr) argument
H A Dtrace-event-parse.c183 unsigned long long addr; local
195 addr = strtoull(addr_str, NULL, 16);
204 pevent_register_function(pevent, func, addr, mod);
213 unsigned long long addr; local
227 addr = strtoull(addr_str, NULL, 16);
231 pevent_register_print_string(pevent, printk, addr);
/external/lldb/include/lldb/Core/
H A DDisassembler.h72 SetAddress (const Address &addr) argument
77 m_address = addr;
/external/lldb/source/API/
H A DSBAddress.cpp91 Address &addr = ref(); local
92 addr.SetSection (section.GetSP());
93 addr.SetOffset (offset);
120 lldb::addr_t addr = LLDB_INVALID_ADDRESS; local
127 addr = m_opaque_ap->GetLoadAddress (target_sp.get());
133 if (addr == LLDB_INVALID_ADDRESS)
136 log->Printf ("SBAddress::GetLoadAddress (SBTarget(%p)) => 0x%" PRIx64, target_sp.get(), addr);
139 return addr;
/external/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp39 BreakpointLocationList::Create (const Address &addr) argument
44 BreakpointLocationSP bp_loc_sp (new BreakpointLocation (bp_loc_id, m_owner, addr));
46 m_address_to_location[addr] = bp_loc_sp;
67 BreakpointLocationList::FindIDByAddress (const Address &addr) argument
69 BreakpointLocationSP bp_loc_sp = FindByAddress (addr);
113 BreakpointLocationList::FindByAddress (const Address &addr) const
121 if (addr.IsSectionOffset())
123 so_addr = addr;
128 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress (addr.GetOffset(), so_addr);
131 // The address didn't resolve, so just set to passed in addr
242 AddLocation(const Address &addr, bool *new_location) argument
[all...]
H A DBreakpointResolverName.cpp186 Address *addr,
182 SearchCallback( SearchFilter &filter, SymbolContext &context, Address *addr, bool containing ) argument
H A DBreakpointSite.cpp27 lldb::addr_t addr,
30 StoppointLocation(GetNextID(), addr, 0, use_hardware),
85 s->Printf("BreakpointSite %u: addr = 0x%8.8" PRIx64 " type = %s breakpoint hw_index = %i hit_count = %-4u",
194 BreakpointSite::IntersectsRange(lldb::addr_t addr, size_t size, lldb::addr_t *intersect_addr, size_t *intersect_size, size_t *opcode_offset) const argument
202 const lldb::addr_t end_addr = addr + size;
204 if (bp_end_addr <= addr)
211 if (m_addr < addr)
214 *intersect_addr = addr;
216 *intersect_size = std::min<lldb::addr_t>(bp_end_addr, end_addr) - addr;
218 *opcode_offset = addr
23 BreakpointSite( BreakpointSiteList *list, const BreakpointLocationSP& owner, lldb::addr_t addr, bool use_hardware ) argument
[all...]
H A DBreakpointSiteList.cpp69 BreakpointSiteList::FindIDByAddress (lldb::addr_t addr) argument
71 BreakpointSiteSP bp = FindByAddress (addr);
74 //DBLogIf(PD_LOG_BREAKPOINTS, "BreakpointSiteList::%s ( addr = 0x%8.8" PRIx64 " ) => %u", __FUNCTION__, (uint64_t)addr, bp->GetID());
77 //DBLogIf(PD_LOG_BREAKPOINTS, "BreakpointSiteList::%s ( addr = 0x%8.8" PRIx64 " ) => NONE", __FUNCTION__, (uint64_t)addr);
165 BreakpointSiteList::FindByAddress (lldb::addr_t addr) argument
169 collection::iterator iter = m_bp_site_list.find(addr);
H A DWatchpointList.cpp70 WatchpointList::FindByAddress (lldb::addr_t addr) const
78 if ((*pos)->GetLoadAddress() == addr) {
149 WatchpointList::FindIDByAddress (lldb::addr_t addr) argument
151 WatchpointSP wp_sp = FindByAddress (addr);

Completed in 309 milliseconds

<<31323334353637383940>>