HomeSort by relevance Sort by last modified time
    Searched refs:Inactive (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceRegAlloc.cpp 204 // * Because live ranges are a single segment, the Inactive set will always be
330 Inactive.clear();
376 Inactive.reserve(Unhandled.size());
460 // Move Item from Active to Inactive list.
462 moveItem(Active, Index, Inactive);
478 for (SizeT I = Inactive.size(); I > 0; --I) {
480 Variable *Item = Inactive[Index];
483 // Move Item from Inactive to Handled list.
485 moveItem(Inactive, Index, Handled);
487 // Move Item from Inactive to Active list
    [all...]
IceRegAlloc.h 97 /// Check for active ranges that have expired or become inactive.
99 /// Check for inactive ranges that have expired or reactivated.
123 UnorderedRanges Active, Inactive, Handled;
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 301 IntervalQueue Inactive(lowestStartPoint);
303 // Start by building the inactive set.
308 Inactive.push(std::make_tuple(&LI, 0, NId));
311 while (!Inactive.empty()) {
314 IntervalInfo Cur = Inactive.top();
321 // inactive list.
323 Inactive.push(nextSegment(*RetireItr));
330 // Cur segment, so re-grab the front of the inactive list.
331 Cur = Inactive.top();
332 Inactive.pop()
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciDebug.c 149 DEBUG ((EFI_D_VERBOSE, "Inactive : %d\n", QhHw->Inactive));
EhciUrb.h 117 UINT32 Inactive : 1;
EhciUrb.c 200 QhHw->Inactive = 0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.h 113 UINT32 Inactive : 1;
EhciUrb.c 194 QhHw->Inactive = 0;
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 460 m_pInput->Inactive();
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 219 Inactive,
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_enum.cpp 132 {0x598d5c53, L"inactive", XFA_AttributeEnum::Inactive},
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ssm/1.11.18/
aws-java-sdk-ssm-1.11.18.jar 
  /external/mockito/lib/
byte-buddy-1.7.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-iam/1.11.18/
aws-java-sdk-iam-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/
aws-java-sdk-ec2-1.11.18.jar 

Completed in 122 milliseconds