Searched defs:address (Results 226 - 250 of 467) sorted by relevance

1234567891011>>

/external/google-breakpad/src/common/mac/
H A Dmacho_reader.h167 // The address at which this segment should be loaded in memory. If
203 // The address at which this section's contents should be loaded in
206 uint64_t address; member in struct:google_breakpad::mach_o::Section
209 // address which is a multiple of (two raised to this power).
/external/google-breakpad/src/processor/
H A Dbasic_source_line_resolver.cc144 // StoreRange will fail if the function has an invalid address or size.
147 functions_.StoreRange(cur_func->address, cur_func->size, cur_func);
176 cur_func->lines.StoreRange(line->address, line->size,
191 MemAddr address = frame->instruction - frame->module->base_address(); local
193 // First, look for a FUNC record that covers address. Use
197 // need to check that address indeed falls within the function we
204 if (functions_.RetrieveNearestRange(address, &func,
206 address >= function_base && address - function_base < function_size) {
212 if (func->lines.RetrieveRange(address,
230 MemAddr address = frame->instruction - frame->module->base_address(); local
279 MemAddr address = frame->instruction - frame->module->base_address(); local
323 uint64_t address; local
336 uint64_t address; local
349 uint64_t address; local
491 ParseFunction(char *function_line, uint64_t *address, uint64_t *size, long *stack_param_size, char **name) argument
526 ParseLine(char *line_line, uint64_t *address, uint64_t *size, long *line_number, long *source_file) argument
571 ParsePublicSymbol(char *public_line, uint64_t *address, long *stack_param_size, char **name) argument
[all...]
H A Dminidump_processor_unittest.cc114 bool GetMemoryAtAddress(uint64_t address, uint8_t *value) const { argument
115 return region_.GetMemoryAtAddress(address, value);
117 bool GetMemoryAtAddress(uint64_t address, uint16_t *value) const { argument
118 return region_.GetMemoryAtAddress(address, value);
120 bool GetMemoryAtAddress(uint64_t address, uint32_t *value) const { argument
121 return region_.GetMemoryAtAddress(address, value);
123 bool GetMemoryAtAddress(uint64_t address, uint64_t *value) const { argument
124 return region_.GetMemoryAtAddress(address, value);
/external/iputils/ninfod/
H A Dni_ifaddrs.c103 void *address; member in struct:rtmaddr_ifamap
447 ifamap.address = rtadata;
488 ifamap.local = ifamap.address;
491 if (!ifamap.address) {
492 ifamap.address = ifamap.local;
496 (ifamap.address != NULL &&
497 memcmp(ifamap.address, ifamap.local, ifamap.address_len))) {
498 /* p2p; address is peer and local is ours */
499 ifamap.broadcast = ifamap.address;
501 ifamap.address
[all...]
/external/jetty/src/java/org/eclipse/jetty/client/
H A DHttpDestination.java74 HttpDestination(HttpClient client, Address address, boolean ssl, SslContextFactory sslContextFactory) argument
77 _address = address;
82 String addressString = address.getHost();
83 if (address.getPort() != (_ssl ? 443 : 80))
84 addressString += ":" + address.getPort();
567 throw new RejectedExecutionException("Queue full for address " + _address);
/external/kernel-headers/original/uapi/linux/
H A Dmic_common.h58 * @used_address_updated: Set to 1 by guest when the used address should be
108 * @address: Guest/MIC physical address of the virtio ring
110 * @used_address: Guest/MIC physical address of the used ring
114 __le64 address; member in struct:mic_vqconfig
H A Dx25.h7 * apr/02/05 Shaun Pereira Selective sub address matching with
50 * An X.121 address, it is held as ASCII text, null terminated, up to 15
94 struct x25_address address; member in struct:x25_route_struct
111 * Only the called and calling address
/external/libvncserver/libvncclient/
H A Dsockets.c482 * the given IP address
486 ListenAtTcpPortAndAddress(int port, const char *address) argument
495 if (address) {
496 addr.sin_addr.s_addr = inet_addr(address);
533 hints.ai_flags = AI_PASSIVE; /* fill in wildcard address if address == NULL */
538 if ((rv = getaddrinfo(address, port_str, &hints, &servinfo)) != 0) {
661 rfbClientErr("Setting socket QoS failed while getting socket address: %s\n",strerror(errno));
678 rfbClientErr("Setting socket QoS failed: Not bound to IP address");
694 * StringToIPAddr - convert a host string to an IP address
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp48 // result in an address, and we should try that to see if the address is an ObjC object.
53 // Make the argument list: we pass one arg, the address of our pointer, to the print function.
78 // Get the function address for the print function.
234 Address &address)
231 GetDynamicTypeAndAddress(ValueObject &in_value, lldb::DynamicValueType use_dynamic, TypeAndOrName &class_type_or_name, Address &address) argument
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h213 /// (potentially phi translated) address that was live in the block.
218 NonLocalDepResult(BasicBlock *bb, MemDepResult result, Value *address) argument
219 : Entry(bb, result), Address(address) {}
231 /// getAddress - Return the address of this pointer in this block. This can
232 /// be different than the address queried for the non-local result because
233 /// of phi translation. This returns null if the address was not available
235 /// result and that address was deleted.
237 /// The address is always null for a non-local 'call' dependence.
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp283 // address is that of the byte after the last target machine instruction
291 // Takes a single relocatable address as an operand. The size of the
292 // operand is the size appropriate to hold an address on the target
293 // machine. Set the address register to the value given by the
294 // relocatable address. All of the other statement program opcodes
295 // that affect the address register add a delta to it. This instruction
298 // If this address is in our relocation map, apply the relocation.
363 // result to the address register of the state machine.
399 // Takes no arguments. Add to the address register of the state
400 // machine the address incremen
570 lookupAddressRange( uint64_t address, uint64_t size, std::vector<uint32_t> &result) const argument
[all...]
/external/ltrace/
H A Dvalue.c86 free(val->u.address);
110 valp->u.address = calloc(size, 1);
111 if (valp->u.address == 0)
118 value_in_inferior(struct value *valp, arch_addr_t address) argument
122 valp->u.address = address;
156 val->u.address = data;
179 return val->u.address;
213 retp->u.address = malloc(size);
214 if (retp->u.address
[all...]
/external/lzma/C/
H A DXzEnc.c18 static void SzBigFree(void *p, void *address) { p = p; BigFree(address); } argument
22 static void SzFree(void *p, void *address) { p = p; MyFree(address); } argument
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_vbo.c225 uint64_t address[PIPE_MAX_ATTRIBS]; local
249 address[b] = nouveau_scratch_data(&nv50->base, vb->user_buffer,
251 if (address[b])
256 PUSH_DATAh(push, address[b] + base + size - 1);
257 PUSH_DATA (push, address[b] + base + size - 1);
259 PUSH_DATAh(push, address[b] + ve->src_offset);
260 PUSH_DATA (push, address[b] + ve->src_offset);
350 uint64_t address, limit; local
362 address = addrs[b] + ve->pipe.src_offset;
370 address
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_vbo.c228 uint64_t address[PIPE_MAX_ATTRIBS]; local
252 address[b] = nouveau_scratch_data(&nvc0->base, vb->user_buffer,
260 PUSH_DATAh(push, address[b] + base + size - 1);
261 PUSH_DATA (push, address[b] + base + size - 1);
262 PUSH_DATAh(push, address[b] + ve->src_offset);
263 PUSH_DATA (push, address[b] + ve->src_offset);
278 uint64_t address; local
285 address = nouveau_scratch_data(&nvc0->base, nvc0->vtxbuf[b].user_buffer,
292 PUSH_DATAh(push, address + base + size - 1);
293 PUSH_DATA (push, address
[all...]
/external/mtpd/
H A Dpptp.c241 struct sockaddr_pppopns address = { local
248 if (connect(pppox, (struct sockaddr *)&address, sizeof(address))) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpEngine.java117 private Address address; field in class:HttpEngine
322 address = createAddress(client, networkRequest);
324 routeSelector = RouteSelector.get(address, networkRequest, client);
349 for (Connection pooled; (pooled = pool.get(address)) != null; ) {
854 Address address = connection().getRoute().getAddress();
857 if (!request.url().getHost().equals(address.getUriHost())
858 || getEffectivePort(request.url()) != address.getUriPort()) {
/external/opencv/cv/src/
H A Dcvoptflowhs.cpp98 int i, j, k, address; local
237 address = 0;
260 II[address].xx = GradX * GradX;
261 II[address].xy = GradX * GradY;
262 II[address].yy = GradY * GradY;
263 II[address].xt = GradX * GradT;
264 II[address].yt = GradY * GradT;
266 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address]
[all...]
H A Dcvoptflowlk.cpp281 int address; local
298 address = BufferAddress;
316 II[address].xx = GradX * GradX;
317 II[address].xy = GradX * GradY;
318 II[address].yy = GradY * GradY;
319 II[address].xt = GradX * GradT;
320 II[address].yt = GradY * GradT;
321 address++;
336 II[address].xx = GradX * GradX;
337 II[address]
457 int address; local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_filters.cpp301 static void my_free_func (void* opaque, void* address) argument
303 FX_Free(address);
/external/tcpdump/
H A Dprint-babel.c392 u_char address[16]; local
398 rc = network_address(message[2], message + 8, len - 6, address);
401 format_address(address), txcost, format_interval(interval));
/external/v8/src/arm/
H A Dcode-stubs-arm.h92 Register address,
97 address, // An input reg.
101 AddressBits::encode(address.code()) |
107 : PlatformCodeStub(key, isolate), regs_(object(), address(), value()) {}
181 Register address,
184 address_(address),
186 DCHECK(!AreAliased(scratch0, object, address, no_reg));
220 inline Register address() { return address_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
260 Register address() const { function in class:v8::internal::RecordWriteStub
89 RecordWriteStub(Isolate* isolate, Register object, Register value, Register address, RememberedSetAction remembered_set_action, SaveFPRegsMode fp_mode) argument
180 RegisterAllocation(Register object, Register address, Register scratch0) argument
/external/v8/src/arm64/
H A Dcode-stubs-arm64.h68 // Stub to record the write of 'value' at 'address' in 'object'.
69 // Typically 'address' = 'object' + <some offset>.
74 Register address,
79 address, // An input reg.
83 DCHECK(address.Is64Bits());
86 AddressBits::encode(address.code()) |
92 : PlatformCodeStub(key, isolate), regs_(object(), address(), value()) {}
169 // The 'object' and 'address' registers must be preserved.
173 Register address,
176 address_(address),
71 RecordWriteStub(Isolate* isolate, Register object, Register value, Register address, RememberedSetAction remembered_set_action, SaveFPRegsMode fp_mode) argument
172 RegisterAllocation(Register object, Register address, Register scratch) argument
235 Register address() { return address_; } function in class:v8::internal::RecordWriteStub::RegisterAllocation
300 Register address() const { function in class:v8::internal::RecordWriteStub
[all...]
/external/v8/src/base/platform/
H A Dplatform-freebsd.cc225 bool result = ReleaseRegion(address(), size());
243 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
244 return CommitRegion(address, size, is_executable);
248 bool VirtualMemory::Uncommit(void* address, size_t size) { argument
249 return UncommitRegion(address, size);
253 bool VirtualMemory::Guard(void* address) { argument
254 OS::Guard(address, OS::CommitPageSize());
H A Dplatform-linux.cc245 // No library name found, just record the raw address range.
352 bool result = ReleaseRegion(address(), size());
370 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { argument
371 return CommitRegion(address, size, is_executable);
375 bool VirtualMemory::Uncommit(void* address, size_t size) { argument
376 return UncommitRegion(address, size);
380 bool VirtualMemory::Guard(void* address) { argument
381 OS::Guard(address, OS::CommitPageSize());

Completed in 1228 milliseconds

1234567891011>>