HomeSort by relevance Sort by last modified time
    Searched refs:Address (Results 226 - 250 of 2265) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugArangeSet.cpp 32 if (ArangeDescriptors[i].getEndAddress() >= ArangeDescriptors[i+1].Address){
33 // The current range ends at or exceeds the start of the next address
34 // range. Compute the max end address between the two and use that to
39 ArangeDescriptors[i].Length = max_end_addr - ArangeDescriptors[i].Address;
43 // Discontiguous address range, just proceed to the next one.
55 // 7.20 Address Range Table
57 // Each set of entries in the table of address ranges contained in
63 // containing the size in bytes of an address (or the offset portion of
64 // an address for segmented addressing) on the target system; and a
67 // of tuples. Each tuple consists of an address and a length, each i
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/
PciCfgOnPciCfg2Thunk.c 47 @param Address The physical address of the access. The format of
48 the address is described by EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS.
67 IN UINT64 Address,
81 @param Address The physical address of the access. The format of
82 the address is described by EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS.
101 IN UINT64 Address,
116 @param Address The physical address of the access.
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugAranges.cpp 30 uint64_t LowPC = Desc.Address;
80 // a current address range.
84 if (PrevAddress < E.Address && ValidCUs.size() > 0) {
85 // If the address range between two endpoints is described by some
90 Aranges.back().setHighPC(E.Address);
92 Aranges.emplace_back(PrevAddress, E.Address, *ValidCUs.begin());
103 PrevAddress = E.Address;
112 uint32_t DWARFDebugAranges::findAddress(uint64_t Address) const {
114 Range range(Address);
120 if (pos != end && pos->containsAddress(Address)) {
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
AddressList.java 20 package org.apache.james.mime4j.field.address;
22 import org.apache.james.mime4j.field.address.parser.AddressListParser;
23 import org.apache.james.mime4j.field.address.parser.ParseException;
29 * An immutable, random-access list of Address objects.
35 private ArrayList<Address> addresses;
38 * @param addresses An ArrayList that contains only Address objects.
41 public AddressList(ArrayList<Address> addresses, boolean dontCopy) {
43 this.addresses = (dontCopy ? addresses : new ArrayList<Address>(addresses));
45 this.addresses = new ArrayList<Address>(0);
56 * Gets an address
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 62 ArrayRef<uint8_t> Bytes, uint64_t Address,
73 uint64_t Address,
78 uint64_t Address,
83 uint64_t Address,
88 uint64_t Address,
93 uint64_t Address,
98 uint64_t Address,
103 uint64_t Address,
108 uint64_t Address,
113 uint64_t Address,
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Script.c 54 VOID *Address;
73 Status = EfiReadAllocatePool (File, &Address, &Size);
76 for (Ptr = (CHAR8 *)Address; (Ptr < (((CHAR8 *)Address) + Size)) && !EFI_ERROR (Status); Ptr += CmdLineSize) {
96 FreePool (Address);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/CpuIo/
CpuIo.c 65 @param Address The physical address of the access.
78 IN UINT64 Address,
98 @param Address The physical address of the access.
111 IN UINT64 Address,
130 @param Address The physical address of the access.
143 IN UINT64 Address,
162 @param Address The physical address of the access.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuIoPei/
CpuIoPei.h 36 @param[in] Address The physical address of the access.
43 @retval EFI_UNSUPPORTED The address range specified by Address, Width,
53 IN UINT64 Address,
65 @param[in] Address The physical address of the access.
72 @retval EFI_UNSUPPORTED The address range specified by Address, Width,
82 IN UINT64 Address,
    [all...]
  /frameworks/base/location/lib/java/com/android/location/provider/
GeocodeProvider.java 21 import android.location.Address;
42 GeocoderParams params, List<Address> addrs) {
50 GeocoderParams params, List<Address> addrs) {
63 GeocoderParams params, List<Address> addrs);
73 GeocoderParams params, List<Address> addrs);
  /external/valgrind/memcheck/tests/solaris/
scalar_spawn.stderr.exp 21 Address 0x........ is not stack'd, malloc'd or (recently) free'd
25 Address 0x........ is not stack'd, malloc'd or (recently) free'd
29 Address 0x........ is not stack'd, malloc'd or (recently) free'd
33 Address 0x........ is not stack'd, malloc'd or (recently) free'd
37 Address 0x........ is not stack'd, malloc'd or (recently) free'd
41 Address 0x........ is not stack'd, malloc'd or (recently) free'd
45 Address 0x........ is not stack'd, malloc'd or (recently) free'd
64 Address 0x........ is not stack'd, malloc'd or (recently) free'd
68 Address 0x........ is on thread 1's stack
72 Address 0x........ is on thread 1's stac
    [all...]
  /external/v8/src/ppc/
assembler-ppc-inl.h 58 Address target = Memory::Address_at(pc_);
63 Address target = Assembler::target_address_at(pc_, host_);
70 Address RelocInfo::target_internal_reference() {
82 Address RelocInfo::target_internal_reference_address() {
84 return reinterpret_cast<Address>(pc_);
88 Address RelocInfo::target_address() {
93 Address RelocInfo::target_address_address() {
100 // by the serializer and expects the address to reside within the code
102 return reinterpret_cast<Address>(pc_);
105 // Read the address of the word containing the target_address in a
230 Address address = Memory::Address_at(pc_); local
244 Address address = cell->address() + Cell::kValueOffset; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips@loc-swap.d 44 \[0x.*\] Extended opcode 2: set Address to 0x1
45 \[0x.*\] Special opcode 11: advance Address by 0 to 0x1 and Line by 6 to 7
46 \[0x.*\] Special opcode 35: advance Address by 2 to 0x3 and Line by 2 to 9
47 \[0x.*\] Special opcode 64: advance Address by 4 to 0x7 and Line by 3 to 12
48 \[0x.*\] Special opcode 7: advance Address by 0 to 0x7 and Line by 2 to 14
49 \[0x.*\] Special opcode 64: advance Address by 4 to 0xb and Line by 3 to 17
50 \[0x.*\] Special opcode 7: advance Address by 0 to 0xb and Line by 2 to 19
51 \[0x.*\] Special opcode 64: advance Address by 4 to 0xf and Line by 3 to 22
52 \[0x.*\] Special opcode 35: advance Address by 2 to 0x11 and Line by 2 to 24
53 \[0x.*\] Special opcode 64: advance Address by 4 to 0x15 and Line by 3 to 2
    [all...]
  /external/v8/src/
frames-inl.h 39 inline Address StackHandler::address() const { function in class:v8::internal::StackHandler
40 return reinterpret_cast<Address>(const_cast<StackHandler*>(this));
46 return FromAddress(Memory::Address_at(address() + offset));
50 inline StackHandler* StackHandler::FromAddress(Address address) {
51 return reinterpret_cast<StackHandler*>(address);
72 inline Code* StackFrame::GetContainingCode(Isolate* isolate, Address pc) {
77 inline Address* StackFrame::ResolveReturnAddressLocation(Address* pc_address)
    [all...]
log.h 153 void CallbackEvent(Name* name, Address entry_point);
154 void GetterCallbackEvent(Name* name, Address entry_point);
155 void SetterCallbackEvent(Name* name, Address entry_point);
175 void CodeMoveEvent(AbstractCode* from, Address to);
180 void SharedFunctionInfoMoveEvent(Address from, Address to);
182 void CodeNameEvent(Address addr, int pos, const char* code_name);
184 void CodeDeoptEvent(Code* code, Address pc, int fp_to_sp_delta);
186 void ICEvent(const char* type, bool keyed, const Address pc, int line,
190 void CompareIC(const Address pc, int line, int column, Code* stub
    [all...]
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 43 cfi().SetCurrentCFAOffset(8); // Return address on stack.
55 // return address then method on stack.
58 - kFramePointerSize /*return address*/;
68 __ movsd(Address(CpuRegister(RSP), offset), spill.AsXmmRegister());
76 __ movq(Address(CpuRegister(RSP), 0), method_reg.AsX86_64().AsCpuRegister());
82 __ movq(Address(CpuRegister(RSP), frame_size + spill.getSpillOffset()),
86 __ movl(Address(CpuRegister(RSP), frame_size + spill.getSpillOffset()),
91 __ movsd(Address(CpuRegister(RSP), frame_size + spill.getSpillOffset()),
95 __ movss(Address(CpuRegister(RSP), frame_size + spill.getSpillOffset()),
116 __ movsd(spill.AsXmmRegister(), Address(CpuRegister(RSP), offset))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
Misc.c 111 IN UINTN Address,
124 Address - Start IO address to write
126 Buffer - Buffer to write to the address
145 Address,
162 Status = RootBridgeIo->Io.Write (RootBridgeIo, Width, Address, Count, Buffer);
172 IN UINTN Address,
185 Address - Start IO address to read
206 Address,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/PciCfg2/
PciCfg2.c 42 @param Address The physical address of the access. The format of
43 the address is described by EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS.
57 IN UINT64 Address,
74 @param Address The physical address of the access. The format of
75 the address is described by EFI_PEI_PCI_CFG_PPI_PCI_ADDRESS.
88 IN UINT64 Address,
106 @param Address The physical address of the access.
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
hte.h 56 UINT32 Address,
63 UINT32 Address,
68 UINT32 Address,
  /external/capstone/arch/Sparc/
SparcGenDisassemblerTables.inc     [all...]
  /external/google-breakpad/src/common/
module.h 64 typedef uint64_t Address;
71 // absolute, not relative to the the module's load address. That
72 // is, if the module were loaded at its nominal load address, the
90 Function(const string &name_input, const Address &address_input) :
91 name(name_input), address(address_input), size(0), parameter_size(0) {}
93 // For sorting by address. (Not style-guide compliant, but it's
96 return x->address < y->address;
102 // The start address and length of the function's code.
103 const Address address member in struct:google_breakpad::Module::Function
122 Address address, size; \/\/ The address and size of the line's code. member in struct:google_breakpad::Module::Line
130 const Address address; member in struct:google_breakpad::Module::Extern
150 Address address, size; member in struct:google_breakpad::Module::StackFrameEntry
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/
PcatIo.c 65 UINTN Address;
77 Address = (UINTN) UserAddress;
80 if ( Address < PrivateData->IoBase || Address > PrivateData->IoLimit ) {
93 if ( Address & AlignMask ) {
107 Address += PrivateData->PhysicalIoBase;
115 for (; Count > 0; Count--, Buffer.buf += OutStride, Address += InStride) {
117 *Buffer.ui8 = PORT_TO_MEM8(Address);
123 for (; Count > 0; Count--, Buffer.buf += OutStride, Address += InStride) {
126 Data16 = PORT_TO_MEM16(Address);
    [all...]
  /external/google-breakpad/src/processor/
map_serializers.h 58 // Writes the serialized data to memory with start address = dest,
59 // and returns the "end" of data, i.e., return the address follow the final
87 // of data, i.e., return the address after the final byte of data.
109 template<typename Address, typename Entry>
113 size_t SizeOf(const RangeMap<Address, Entry> &m) const;
116 // of data, i.e., return the address after the final byte of data.
118 char* Write(const RangeMap<Address, Entry> &m, char* dest) const;
124 char* Serialize(const RangeMap<Address, Entry> &m, unsigned int *size) const;
128 typedef typename RangeMap<Address, Entry>::Range Range;
131 SimpleSerializer<Address> address_serializer_
    [all...]
  /external/valgrind/memcheck/tests/
execve1.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-dw2-4.d 8 \[0x.*\] Extended opcode 2: set Address to 0x0
9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 7 to 8
11 \[0x.*\] Special opcode .*: advance Address by 0 to 0x800c and Line by 3 to 11
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-dump-1.d 11 Address Access Initial Purpose
16 Address Access Initial
21 Address Access Initial Sym.Val. Type Ndx Name

Completed in 534 milliseconds

1 2 3 4 5 6 7 8 91011>>