HomeSort by relevance Sort by last modified time
    Searched refs:Segment (Results 351 - 375 of 719) sorted by null

<<11121314151617181920>>

  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 22 Keyword argument To_Segment: Segment number into which to add the file(s)
232 'Segment' : 'Segm',
237 Required argument: The index of the file within its segment.
238 Keyword argument Segment: The segment containing the file.
278 """Get Segments: Returns a description of each segment in the project.
726 """Set Segment: Changes the name and attributes of a segment.
727 Required argument: The segment to change
728 Keyword argument to: The new name and attributes for the segment
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 22 Keyword argument To_Segment: Segment number into which to add the file(s)
232 'Segment' : 'Segm',
237 Required argument: The index of the file within its segment.
238 Keyword argument Segment: The segment containing the file.
278 """Get Segments: Returns a description of each segment in the project.
726 """Set Segment: Changes the name and attributes of a segment.
727 Required argument: The segment to change
728 Keyword argument to: The new name and attributes for the segment
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py 22 Keyword argument To_Segment: Segment number into which to add the file(s)
232 'Segment' : 'Segm',
237 Required argument: The index of the file within its segment.
238 Keyword argument Segment: The segment containing the file.
278 """Get Segments: Returns a description of each segment in the project.
726 """Set Segment: Changes the name and attributes of a segment.
727 Required argument: The segment to change
728 Keyword argument to: The new name and attributes for the segment
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.c 1839 segment, and its bus range covers the current bus number. It lookes
1845 @param[in] Segment Segment number of device we are dealing with.
1857 IN UINT16 Segment,
    [all...]
  /external/syslinux/memdisk/
memdisk16.asm 25 MY_CS equ 0x0800 ; Segment address to use
121 xor di,di ; Bottom of our own segment (= "boot sector")
126 shr eax,4 ; Convert to segment
191 ; 0010: Code segment, use16, readable, dpl 0, base CS_BASE, 64K
194 ; 0018: Data segment, use16, read/write, dpl 0, base CS_BASE, 64K
197 ; 0020: Code segment, use32, read/write, dpl 0, base 0, 4G
200 ; 0028: Data segment, use32, read/write, dpl 0, base 0, 4G
608 push dword CS_BASE ; Segment base
637 mov ax,18h ; Real-mode-like segment
676 push cs ; Return segment
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 156 WORD Segment;
166 WORD Segment;
172 a64->Segment = a32->Segment;
178 a32->Segment = a64->Segment;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/apkzlib/3.2.0-alpha16/
apkzlib-3.2.0-alpha16.jar 
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 98 // on the information from the subrange may create a segment which spans
169 cl::init(~0U), cl::Hidden, cl::desc("Max number of segment coalescings"));
367 // Do not mark the end of the segment as <kill>, if the next segment
397 auto StartImpDef = [this] (LiveRange::Segment &S) -> bool {
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.asm 222 ; Segment Not Present causes an error code to be pushed so no phony push necessary
546 Int11String db "0Bh Segment not present -",0
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 53 // Convert from 32-bit address (_Adr) to Segment:Offset 16-bit form
382 IN UINT16 Segment,
391 Thunk to 16-bit real mode and call Segment:Offset. Regs will contain the
397 Segment - Segemnt of 16-bit mode call
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Pxe.h 49 typedef UINT16 SEGSEL; // Real mode segment or protected mode selector.
118 SEGSEL Segment;
131 UINT16 StackSize; ///< Minimum stack segment size, in bytes, needed to load and run the UNDI.
133 UINT16 CodeSize; ///< segment sizes.
147 UINT16 StackSize; ///< Minimum stack segment size (bytes) needed to load/run base-code.
149 UINT16 CodeSize; ///< segment sizes.
170 /// 16bit stack segment API entry point. This will be seg:off in
177 /// 32bit stack segment API entry point. This will be sel:off.
187 UINT8 SegDescCnt; ///< Number of segment descriptors in this structure.
188 UINT16 FirstSelector; ///< First segment descriptor in GDT assigned to PXE.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/
PciSegmentLib.c 2 PCI Segment Library implementation using PCI CFG2 PPI.
27 Assert the validity of a PCI Segment address.
28 A valid PCI Segment address should not contain 1's in bits 28..31 and 48..63
52 @param Address The address that encodes the PCI Segment, Bus, Device,
73 // Loop through all instances of the PPI and match segment number
84 } while (PciCfg2Ppi->Segment != SegmentNumber);
201 @param Address The address that encodes the PCI Segment, Bus, Device, Function,
226 @param Address The address that encodes the PCI Segment, Bus, Device, Function, and Register.
255 @param Address The address that encodes the PCI Segment, Bus, Device, Function, and Register.
281 @param Address The address that encodes the PCI Segment, Bus, Device, Function, and Register.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
SmiEntry.S 67 # Patch ProtectedMode Segment
69 .word PROTECT_MODE_CS # set AX for segment directly
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
SmiEntry.S 85 # Patch ProtectedMode Segment
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.h 120 // Size of Task-State Segment defined in IA32 Manual
299 UINT16 Segment;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiEntry.S 84 # Patch ProtectedMode Segment
SmiException.S 79 # TSS Segment for X64 specially
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/
PchAccess.h 44 #define MmPciAddress(Segment, Bus, Device, Function, Register) \
  /external/harfbuzz_ng/src/
hb-graphite2.cc 34 #include <graphite2/Segment.h>
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 339 NewLI.addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), VNI));
RenameIndependentSubregs.cpp 327 SR.addSegment(LiveRange::Segment(RegDefIdx, PredEnd, SRVNI));
  /frameworks/native/libs/gui/
ConsumerBase.cpp 295 std::vector<OccupancyTracker::Segment>* outHistory) {
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vdmdbg.h 167 WORD Segment;
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta3/
rule-api-24.4.0-beta3.jar 

Completed in 1337 milliseconds

<<11121314151617181920>>