Searched
refs:Segment (Results
401 -
425 of
719) sorted by null
<<11121314151617181920>>
/prebuilts/gradle-plugin/com/android/tools/rule-api/25.2.0-beta1/ |
rule-api-25.2.0-beta1.jar | |
/prebuilts/gradle-plugin/com/android/tools/rule-api/25.2.0-beta2/ |
rule-api-25.2.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/rule-api/25.2.0-beta3/ |
rule-api-25.2.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/rule-api/25.2.0-rc1/ |
rule-api-25.2.0-rc1.jar | |
/prebuilts/gradle-plugin/com/android/tools/rule-api/25.2.0-rc2/ |
rule-api-25.2.0-rc2.jar | |
/prebuilts/gradle-plugin/com/android/tools/rule-api/25.2.1/ |
rule-api-25.2.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/rule-api/25.2.3/ |
rule-api-25.2.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/rule-api/25.3.0-alpha1/ |
rule-api-25.3.0-alpha1.jar | |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
Gpt.asm | 53 ; Initialize segment registers and copy code at 0x0000:0x7c00 to 0x0000:0x0600
191 mov WORD PTR ds:[si+6],es ; 06 = Transfer Buffer Segment
211 dw 0000h ; Destination Address segment (To be fixed each times)
|
Mbr.asm | 53 ; Initialize segment registers and copy code at 0x0000:0x7c00 to 0x0000:0x0600
160 push ax ; PUSH 0x0000 - Segment
|
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/ |
Cper.h | [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
IScsiMisc.c | 709 UINTN Segment;
734 Status = PciIo->GetLocation (PciIo, &Segment, Bus, Device, Function);
[all...] |
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/ |
BdsPlatform.c | 1085 UINTN Segment, Bus, Device, Function;
1091 Status = PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
[all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/ |
SmiEntry.asm | 75 ; Patch ProtectedMode Segment
77 DW PROTECT_MODE_CS ; set AX for segment directly
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/ |
SmiEntry.asm | 87 ; Patch ProtectedMode Segment
89 DW PROTECT_MODE_CS ; set AX for segment directly
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
SmiEntry.asm | 86 ; Patch ProtectedMode Segment
88 DW PROTECT_MODE_CS ; set AX for segment directly
|
SmiException.asm | 78 ; TSS Segment for X64 specially
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/ |
AcpiPlatform.c | 475 ((EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_BASE_ADDRESS_TABLE *) Table)->Segment[0].BaseAddress
477 ((EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_BASE_ADDRESS_TABLE *) Table)->Segment[0].EndBusNumber
[all...] |
/external/ImageMagick/PerlMagick/demo/ |
demo.pl | 397 print "Segment...\n"; 399 $example->Label('Segment'); 400 $example->Segment();
|
/external/ImageMagick/www/source/ |
examples.pl | 364 print "Segment...\n"; 366 $example->Label('Segment'); 367 $example->Segment();
|
/external/pdfium/core/fxcrt/ |
fx_bidi.cpp | 32 FX_BIDICLASS_S = 11, // Segment Separator 592 [](const CFX_BidiChar::Segment& seg) { 597 [](const CFX_BidiChar::Segment& seg) {
|
/external/syslinux/mbr/ |
oldmbr.asm | 206 .seg: dw 0 ; Segment of buffer
|
/external/webrtc/webrtc/p2p/base/ |
pseudotcp.cc | 124 const uint8_t TCP_OPT_MSS = 2; // Maximum segment size. 291 // Check if it's time to retransmit a segment 496 // We can concatenate data if the last segment is the same type 577 Segment seg; 646 bool PseudoTcp::process(Segment& seg) { 666 // Check if this is a reset segment 847 // 1) Segment is too old (they missed an ACK) (immediately) 848 // 2) Segment is too new (we missed a segment) (immediately) 849 // 3) Segment has data (so we need to ACK!) (delayed [all...] |
/frameworks/native/services/surfaceflinger/ |
BufferLayer.cpp | 348 std::vector<OccupancyTracker::Segment> BufferLayer::getOccupancyHistory(bool forceFlush) { 349 std::vector<OccupancyTracker::Segment> history; [all...] |
/external/llvm/lib/CodeGen/ |
RegisterCoalescer.cpp | 510 // The live segment might not exist after fun with physreg coalescing. 521 // Get the Segment in IntB that this value number starts with. 527 // Make sure that the end of the live segment is inside the same block as 550 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); 559 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo)); 594 for (LiveRange::Segment &ASeg : IntA.segments) { 617 for (const LiveRange::Segment &S : Src.segments) { 620 Dst.addSegment(LiveRange::Segment(S.start, S.end, DstValNo)); [all...] |
Completed in 1006 milliseconds
<<11121314151617181920>>