HomeSort by relevance Sort by last modified time
    Searched refs:Segment (Results 276 - 300 of 604) sorted by null

<<11121314151617181920>>

  /external/guava/guava-tests/test/com/google/common/cache/
LocalLoadingCacheTest.java 25 import com.google.common.cache.LocalCache.Segment;
296 Segment<Object, Object> segment = cache.localCache.segments[0]; local
301 assertTrue(segment.recencyQueue.isEmpty());
303 assertSame(one, segment.recencyQueue.peek().getKey());
305 assertFalse(segment.recencyQueue.isEmpty());
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 284 const MachineOperand &Segment = MI->getOperand(Op+X86::AddrSegmentReg);
285 if (Segment.getReg()) {
302 // If this has a segment register, print it.
X86OptimizeLEAs.cpp 70 const MachineOperand *Index, const MachineOperand *Segment,
76 Operands[3] = Segment;
92 // Address' base, scale, index and segment operands.
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.cpp 330 const MachineOperand &Segment = MI->getOperand(Op+4);
331 if (Segment.getReg()) {
  /external/valgrind/drd/
drd_rwlock.c 45 // Segment of last unlock call by this thread that unlocked a writer lock.
46 Segment* latest_wrlocked_segment;
47 // Segment of last unlock call by this thread that unlocked a reader lock.
48 Segment* latest_rdlocked_segment;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.h 93 // Size of Task-State Segment defined in IA32 Manual
271 UINT16 Segment;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiEntry.S 79 # Patch ProtectedMode Segment
SmiException.asm 79 ; TSS Segment for X64 specially
159 DW CODE_SEL ; Segment selector
  /external/llvm/lib/Target/PowerPC/
PPCVSXFMAMutate.cpp 301 // Don't add the segment that corresponds to the original copy.
309 NewFMAInt.addSegment(LiveInterval::Segment(AI->start, AI->end,
  /frameworks/native/libs/gui/
ConsumerBase.cpp 241 std::vector<OccupancyTracker::Segment>* outHistory) {
IGraphicBufferConsumer.cpp 156 std::vector<OccupancyTracker::Segment>* outHistory) override {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciIo.c     [all...]
  /external/llvm/lib/CodeGen/
StackColoring.cpp 752 Intervals[i]->addSegment(LiveInterval::Segment(S, F, ValNum));
758 Intervals[i]->addSegment(LiveInterval::Segment(NewStart, F, ValNum));
759 Intervals[i]->addSegment(LiveInterval::Segment(S, NewFin, ValNum));
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 509 std::vector<T> Segment(B, E);
511 V.insert(V.begin() + target, Segment.begin(), Segment.end());
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 640 void addSegment(RangeElementType Segment, CfgNode *Node = nullptr) {
641 addSegment(Segment.first, Segment.second, Node);
    [all...]
  /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 1838 segment, and its bus range covers the current bus number. It lookes
1844 @param[in] Segment Segment number of device we are dealing with.
1856 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...]
  /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...]

Completed in 1447 milliseconds

<<11121314151617181920>>