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

  /external/llvm/include/llvm/IR/
Value.h 639 const unsigned MaxSlots = 32;
640 Use *Slots[MaxSlots];
672 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32");
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Value.h 696 const unsigned MaxSlots = 32;
697 Use *Slots[MaxSlots];
729 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32");
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Value.h 649 const unsigned MaxSlots = 32;
650 Use *Slots[MaxSlots];
682 assert(NumSlots <= MaxSlots && "Use list bigger than 2^32");
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciReg.h 83 UINT8 MaxSlots; // Number of Device Slots
XhciSched.c 490 Xhc->MaxSlotsEn = Xhc->HcSParams1.Data.MaxSlots;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciReg.h 118 UINT8 MaxSlots; // Number of Device Slots
XhciSched.c     [all...]

Completed in 351 milliseconds