Searched defs:address (Results 1 - 25 of 809) sorted by relevance

1234567891011>>

/external/elfutils/libdwfl/
H A Ddwfl_addrdwarf.c1 /* Fetch libdw handle from address.
32 dwfl_addrdwarf (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Addr *bias) argument
34 return INTUSE(dwfl_module_getdwarf) (INTUSE(dwfl_addrmodule) (dwfl, address),
H A Ddwfl_addrmodule.c1 /* Find module containing address.
32 dwfl_addrmodule (Dwfl *dwfl, Dwarf_Addr address) argument
35 (void) INTUSE(dwfl_addrsegment) (dwfl, address, &mod);
H A Ddwfl_validate_address.c1 /* Validate an address and the relocatability of an offset from it.
32 dwfl_validate_address (Dwfl *dwfl, Dwarf_Addr address, Dwarf_Sword offset) argument
34 Dwfl_Module *mod = INTUSE(dwfl_addrmodule) (dwfl, address);
38 Dwarf_Addr relative = address;
46 relative = address + offset;
/external/sfntly/cpp/src/sfntly/port/
H A Datomic.h24 static inline size_t AtomicIncrement(size_t* address) { argument
26 return InterlockedIncrement64(reinterpret_cast<LONGLONG*>(address));
28 return InterlockedIncrement(reinterpret_cast<LONG*>(address));
32 static inline size_t AtomicDecrement(size_t* address) { argument
34 return InterlockedDecrement64(reinterpret_cast<LONGLONG*>(address));
36 return InterlockedDecrement(reinterpret_cast<LONG*>(address));
44 static inline size_t AtomicIncrement(size_t* address) { argument
45 return OSAtomicIncrement32Barrier(reinterpret_cast<int32_t*>(address));
48 static inline size_t AtomicDecrement(size_t* address) { argument
49 return OSAtomicDecrement32Barrier(reinterpret_cast<int32_t*>(address));
61 AtomicIncrement(size_t* address) argument
65 AtomicDecrement(size_t* address) argument
[all...]
/external/ltp/testcases/network/rpc/basic_tests/rpc01/lib/
H A Dlibrpc01.h25 long address; member in struct:data
/external/elfutils/libdw/
H A Ddwarf_cfi_addrframe.c36 dwarf_cfi_addrframe (Dwarf_CFI *cache, Dwarf_Addr address, Dwarf_Frame **frame) argument
42 struct dwarf_fde *fde = __libdw_find_fde (cache, address);
46 int error = __libdw_frame_at_address (cache, fde, address, frame);
/external/google-breakpad/src/processor/
H A Dstatic_address_map-inl.h47 const AddressType &address,
50 // upper_bound gives the first element whose key is greater than address,
51 // but we want the first element whose key is less than or equal to address.
53 // points to the beginning of the map - in that case, address is lower than
56 MapConstIterator iterator = map_.upper_bound(address);
46 Retrieve( const AddressType &address, const EntryType *&entry, AddressType *entry_address) const argument
H A Daddress_map-inl.h48 bool AddressMap<AddressType, EntryType>::Store(const AddressType &address, argument
50 // Ensure that the specified address doesn't conflict with something already
52 if (map_.find(address) != map_.end()) {
53 BPLOG(INFO) << "Store failed, address " << HexString(address) <<
58 map_.insert(MapValue(address, entry));
64 const AddressType &address,
69 // upper_bound gives the first element whose key is greater than address,
70 // but we want the first element whose key is less than or equal to address.
72 // points to the beginning of the map - in that case, address i
63 Retrieve( const AddressType &address, EntryType *entry, AddressType *entry_address) const argument
[all...]
H A Dstatic_contained_range_map-inl.h60 const AddressType &address, const EntryType *&entry) const {
62 // Get an iterator to the child range whose high address is equal to or
63 // greater than the supplied address. If the supplied address is higher
65 // contain a child at address, so return false. If the supplied address
66 // is lower than the base address of the child range, then it is not within
68 MapConstIterator iterator = map_.lower_bound(address);
78 if (address < child_map.base_)
81 // The child in iterator->second contains the specified address
59 RetrieveRange( const AddressType &address, const EntryType *&entry) const argument
[all...]
/external/nist-sip/java/javax/sip/header/
H A DHeaderAddress.java3 import javax.sip.address.Address;
7 void setAddress(Address address); argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DPerson.java21 public Address address; field in class:Person
/external/syslinux/com32/gplinclude/acpi/
H A Dboot.h23 uint64_t *address; member in struct:__anon23583
H A Ddsdt.h21 uint64_t *address; member in struct:__anon23584
H A Dhpet.h23 uint64_t *address; member in struct:__anon23591
H A Dmcfg.h23 uint64_t *address; member in struct:__anon23603
H A Dslic.h23 uint64_t *address; member in struct:__anon23610
H A Dtcpa.h23 uint64_t *address; member in struct:__anon23616
/external/syslinux/com32/gpllib/acpi/
H A Dxsdt.c40 /* Let's start for the base address */
41 q = acpi->xsdt.address;
43 /* If address is null return an error */
55 DEBUG_PRINT(("XSDT table found at %p : length=%d\n",x->address,x->header.length));
60 for (p = ((uint64_t *)(x->address + ACPI_HEADER_SIZE));
61 p < ((uint64_t *)(x->address + x->header.length)); p++) {
65 char address[16] = { 0 }; local
66 sprintf(address, "%llx", *p);
67 uint64_t *pointed_address = (uint64_t *)strtoul(address, NULL, 16);
/external/webrtc/webrtc/base/
H A Dasyncresolverinterface.h19 // This interface defines the methods to resolve the address asynchronously.
25 // Start address resolve process.
27 // Returns top most resolved address of |family|
33 // Returns top most resolved IPv4 address if address is resolved successfully.
34 // Otherwise returns address set in SetAddress.
35 SocketAddress address() const { function in class:rtc::AsyncResolverInterface
41 // This signal is fired when address resolve process is completed.
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressFactoryImpl.java26 package gov.nist.javax.sip.address;
31 import javax.sip.address.*;
34 * Implementation of the JAIN-SIP address factory.
46 public class AddressFactoryImpl implements javax.sip.address.AddressFactory {
56 *Create an empty address object.
61 public javax.sip.address.Address createAddress() {
69 * address. A <code>null</code> value does not set the display name.
70 * @param uri - the new URI value of the address.
74 public javax.sip.address.Address createAddress(
76 javax.sip.address
180 createAddress(String address) argument
[all...]
/external/nist-sip/java/javax/sip/address/
H A DAddressFactory.java1 package javax.sip.address;
7 Address createAddress(String address) throws ParseException; argument
/external/curl/tests/libtest/
H A Dlib1530.c29 struct curl_sockaddr *address)
32 (void)address;
27 opensocket(void *clientp, curlsocktype purpose, struct curl_sockaddr *address) argument
/external/libmojo/mojo/edk/system/
H A Dmapping_table.cc30 void* address = mapping->GetBase(); local
31 DCHECK(address_to_mapping_map_.find(address) ==
33 address_to_mapping_map_[address] = mapping.release();
37 MojoResult MappingTable::RemoveMapping(void* address) { argument
38 AddressToMappingMap::iterator it = address_to_mapping_map_.find(address);
/external/lzma/C/
H A D7zAlloc.c35 void SzFree(void *p, void *address) argument
39 if (address != 0)
45 free(address);
63 void SzFreeTemp(void *p, void *address) argument
67 if (address != 0)
73 HeapFree(GetProcessHeap(), 0, address); local
77 free(address);
/external/nist-sip/java/gov/nist/javax/sip/
H A DUtilsExt.java30 public String generateCallIdentifier(String address); argument

Completed in 2455 milliseconds

1234567891011>>