HomeSort by relevance Sort by last modified time
    Searched defs:Address (Results 126 - 150 of 377) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/tools/llvm-pdbdump/
LinePrinter.h 69 Address,
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Address.java 32 * that proxy information. For secure connections the address also includes the
35 * <p>HTTP requests that share the same {@code Address} may also share the same
38 public final class Address {
51 public Address(String uriHost, int uriPort, Dns dns, SocketFactory socketFactory,
96 * @deprecated prefer {@code address.url().host()}.
107 * @deprecated prefer {@code address.url().port()}.
142 * Returns this address's proxy selector. Only used if the proxy is null. If none of this
150 * Returns this address's explicitly-specified HTTP proxy, or null to
157 /** Returns the SSL socket factory, or null if this is not an HTTPS address. */
162 /** Returns the hostname verifier, or null if this is not an HTTPS address. *
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
Address.java 33 * that proxy information. For secure connections the address also includes the
36 * <p>HTTP requests that share the same {@code Address} may also share the same
40 public final class Address {
53 public Address(String uriHost, int uriPort, Dns dns, SocketFactory socketFactory,
98 * @deprecated prefer {@code address.url().host()}.
109 * @deprecated prefer {@code address.url().port()}.
144 * Returns this address's proxy selector. Only used if the proxy is null. If none of this
152 * Returns this address's explicitly-specified HTTP proxy, or null to
159 /** Returns the SSL socket factory, or null if this is not an HTTPS address. */
164 /** Returns the hostname verifier, or null if this is not an HTTPS address. *
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 90 // If the new address isn't legal, bail out.
518 // address extends the lifetime of.
557 Value *Address = User->getOperand(OpNo);
558 if (!Address->getType()->isPointerTy())
561 cast<PointerType>(Address->getType())->getElementType();
563 // Do a match against the root of this address, ignoring profitability. This
570 bool Success = Matcher.MatchAddr(Address, 0);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 337 ? WithColor(OS, HighlightColor::Address).get()
344 AddrOS << format(" indexed (%8.8x) address = ", (uint32_t)UValue);
345 uint64_t Address;
348 else if (U->getAddrOffsetSectionItem(UValue, Address))
349 AddrOS << format("0x%016" PRIx64, Address);
504 WithColor(OS, HighlightColor::Address).get()
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600EmitClauseMarkers.cpp 51 int Address = 0;
298 .addImm(Address++) // ADDR
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DebugMap.cpp 102 DebugMapObject::lookupObjectAddress(uint64_t Address) const {
103 auto Mapping = AddressToMapping.find(Address);
257 uint64_t Address = Sym.getValue();
266 SymbolAddresses[*Name] = Address;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DwarfCFIEHPrinter.h 36 void printEHFrameHdr(uint64_t Offset, uint64_t Address, uint64_t Size) const;
100 W.startLine() << format("Address: 0x%" PRIx64 "\n", EHFrameHdrAddress);
155 auto Address = DE.getSigned(&Offset, 4) + EHFrameHdrAddress;
156 W.startLine() << format("address: 0x%" PRIx64 "\n", Address);
169 uint64_t Address = EHFrameShdr->sh_addr;
172 " address 0x%" PRIx64 ":\n",
173 ShOffset, Address);
186 DWARFDebugFrame EHFrame(/*IsEH=*/true, /*EHFrameAddress=*/Address);
192 Address + CIE->getOffset()
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/
SpiFlashCmd.c 108 "[<Address> | <FilePath>] <Offset> <Length>\n\n"
110 "Address - Address in RAM to store/load data\n"
116 "Read 32 bytes from 0xe00000 of SPI flash into RAM at address 0x100000\n"
118 "Read 0x20 bytes from 0x200000 of SPI flash into RAM at address 0x300000\n"
122 "Write 16 bytes from 0x200000 at RAM into SPI flash at address 0x4000000\n"
124 "Update 100 bytes from 0x100000 at RAM in SPI flash at address 0xe00000\n"
212 EFI_PHYSICAL_ADDRESS Address = 0, Offset = 0;
332 // Read address parameter
334 Print (L"sf: No address parameter!\n");
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciRootBridgeIo.c 43 Polls an address in memory mapped I/O space until an exit condition is met, or
47 operation is performed at the PCI memory address specified by Address for the width specified
54 @param[in] Address The base address of the memory operations. The caller is
55 responsible for aligning Address if required.
58 Mask are ignored when polling the memory address.
76 IN UINT64 Address,
88 performed at the PCI I/O address specified by Address for the width specified by Width.
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciRootBridge.c 93 IN UINT64 Address,
120 Status = This->Mem.Read (This, Width, Address, 1, Result);
141 Status = This->Mem.Read (This, Width, Address, 1, Result);
160 IN UINT64 Address,
187 Status = This->Io.Read (This, Width, Address, 1, Result);
208 Status = This->Io.Read (This, Width, Address, 1, Result);
227 IN UINT64 Address,
248 if (((Address < PCI_MEM32_BASE) || (Address > (PCI_MEM32_BASE + PCI_MEM32_SIZE))) &&
249 ((Address < PCI_MEM64_BASE) || (Address > (PCI_MEM64_BASE + PCI_MEM64_SIZE)))) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
EblCmdLib.c 109 // ELF and Mach-O images don't include the header so the linked address does not include header
128 Argv[1] - Address to start disassembling from
145 UINT32 Address;
154 Address = AsciiStrHexToUintn (Argv[1]);
157 Ptr = (UINT8 *)(UINTN)Address;
210 Argv[1] - Address to start disassembling from
300 AsciiPrint (" Address Range Image Device Attributes\n");
422 "disasm address [count]",
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
PeCoffLoaderEx.c 23 #define EXT_IMM64(Value, Address, Size, InstPos, ValPos) \
24 Value |= (((UINT64)((*(Address) >> InstPos) & (((UINT64)1 << Size) - 1))) << ValPos)
26 #define INS_IMM64(Value, Address, Size, InstPos, ValPos) \
27 *(UINT32*)Address = (*(UINT32*)Address & ~(((1 << Size) - 1) << InstPos)) | \
87 Fixup - Pointer to the address to fix up
119 Fixup - Pointer to the address to fix up
139 // Align it to bundle address before fixing up the
185 // Update 64-bit address
269 @return Immediate address encoded in the instruction
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciIo.c 336 Verifies access to a PCI Base Address Register (BAR)
783 UINT64 Address;
787 Address = Offset;
788 Status = PciIoVerifyConfigAccess (PciIoDevice, Width, Count, &Address);
796 Address,
829 UINT64 Address;
833 Address = Offset;
834 Status = PciIoVerifyConfigAccess (PciIoDevice, Width, Count, &Address);
842 Address,
    [all...]
PciOptionRomSupport.c 51 UINT64 Address;
84 // the bit0 is 0 to prevent the enabling of the Rom address decoder
87 Address = EFI_PCI_ADDRESS (Bus, Device, Function, RomBarIndex);
92 Address,
106 Address,
332 UINT64 Address;
338 Address = EFI_PCI_ADDRESS (PciDevice->BusNumber, PciDevice->DeviceNumber, PciDevice->FunctionNumber, RomBarIndex);
340 // set the Rom base address: now is hardcode
345 Address,
356 Address,
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/
PcatIo.c 230 UINT64 Address;
247 // Compute the EFI Address required to access the PCI Configuration Header of this PCI Device
249 Address = EFI_PCI_ADDRESS (Bus, Device, Func, 0);
254 IoDev->Pci.Read (IoDev, EfiPciWidthUint16, Address, 1, &PciHeader.Hdr.VendorId);
272 IoDev->Pci.Read (IoDev, EfiPciWidthUint8, Address + 0x0e, 1, &PciHeader.Hdr.HeaderType);
318 UINT64 Address;
333 Address = EFI_PCI_ADDRESS (Bus, Device, Func, 0);
338 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, Address, sizeof(PciHeader)/sizeof(UINT32), &PciHeader);
353 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, Address + 0x26, 1, &Register);
354 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, Address + 0x2c, 1, &Register);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/
PcatIo.c 230 UINT64 Address;
247 // Compute the EFI Address required to access the PCI Configuration Header of this PCI Device
249 Address = EFI_PCI_ADDRESS (Bus, Device, Func, 0);
254 IoDev->Pci.Read (IoDev, EfiPciWidthUint16, Address, 1, &PciHeader.Hdr.VendorId);
272 IoDev->Pci.Read (IoDev, EfiPciWidthUint8, Address + 0x0e, 1, &PciHeader.Hdr.HeaderType);
318 UINT64 Address;
333 Address = EFI_PCI_ADDRESS (Bus, Device, Func, 0);
338 IoDev->Pci.Read (IoDev, EfiPciWidthUint32, Address, sizeof(PciHeader)/sizeof(UINT32), &PciHeader);
353 IoDev->Pci.Write (IoDev, EfiPciWidthUint16, Address + 0x26, 1, &Register);
354 IoDev->Pci.Write (IoDev, EfiPciWidthUint32, Address + 0x2c, 1, &Register);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/
ScriptSave.c 93 UINT64 Address;
98 Address = VA_ARG (Marker, UINT64);
106 Address,
127 UINT64 Address;
132 Address = VA_ARG (Marker, UINT64);
140 Address,
162 UINT64 Address;
167 Address = VA_ARG (Marker, UINT64);
175 Address,
197 UINT64 Address;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
DeviceIoOnPciRootBridgeIoThunk.c 45 @param Address The base address of I/O operations.
47 moves is Width size * Count, starting at Address.
61 IN UINT64 Address,
72 @param Address The base address of I/O operations.
74 moves is Width size * Count, starting at Address.
88 IN UINT64 Address,
98 @param Address The base address of I/O operations.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/AcpiDescription/
AcpiDescription.h 37 UINT64 Address;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/
RuntimeLib.c 178 // Create a Virtual address change notification event. Pass in the callers
402 IN OUT VOID *Address
408 Determines the new virtual address that is to be used on subsequent memory accesses.
413 Address - A pointer to a pointer that is to be fixed to be the value needed
414 for the new virtual address mappings being applied.
422 return mRT->ConvertPointer (DebugDisposition, Address);
926 IN UINT64 Address,
937 Address - IO address to read
938 Count - Number of times to read the IO address.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PlatformMemTest/
PlatformMemTest.h 85 // This describes the data and address line patterns
89 EFI_PHYSICAL_ADDRESS *Address; // Array of addresses
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/
Processor.c 389 UINT32 Address;
456 Continue. addr is Address to resume. If addr is omitted, resume at current
457 Address.
475 Single step. addr is the Address at which to resume. If addr is omitted, resume
476 at same Address.
518 IN UINT32 Address
528 if (Address == Breakpoint->Address) {
540 IN UINT32 Address
545 Breakpoint = SearchBreakpointList (Address);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 394 Continue. addr is Address to resume. If addr is omitted, resume at current
395 Address.
413 Single step. addr is the Address at which to resume. If addr is omitted, resume
414 at same Address.
434 Returns breakpoint data address from DR0-DR3 based on the input breakpoint number
439 @retval Address Data address from DR0-DR3 based on the breakpoint number.
448 UINTN Address;
451 Address = SystemContext.SystemContextIa32->Dr0;
453 Address = SystemContext.SystemContextIa32->Dr1;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 364 Continue. addr is Address to resume. If addr is omitted, resume at current
365 Address.
383 Single step. addr is the Address at which to resume. If addr is omitted, resume
384 at same Address.
404 Returns breakpoint data address from DR0-DR3 based on the input breakpoint
410 @retval Address Data address from DR0-DR3 based on the
420 UINTN Address;
423 Address = SystemContext.SystemContextIa32->Dr0;
425 Address = SystemContext.SystemContextIa32->Dr1;
    [all...]

Completed in 1639 milliseconds

1 2 3 4 56 7 8 91011>>