HomeSort by relevance Sort by last modified time
    Searched defs:CurrentIndex (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DxeCapsuleReportLib.c 52 UINT16 CurrentIndex;
65 CurrentIndex = (UINT16)StrHexToUintn(&CapsuleLastStr[sizeof("Capsule") - 1]);
66 return CurrentIndex;
80 INTN CurrentIndex;
82 CurrentIndex = GetCurrentCapsuleLastIndex();
83 if (CurrentIndex >= PcdGet16(PcdCapsuleMax)) {
88 return CurrentIndex + 1;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
BootMode.c 377 UINT32 CurrentIndex;
383 for ( CurrentIndex = 0;
384 CurrentIndex < ARRAY_SIZE (mBootModePriority);
385 CurrentIndex++) {
386 if (mBootModePriority[CurrentIndex] == *CurrentBootMode) {
390 if (CurrentIndex >= ARRAY_SIZE (mBootModePriority)) {
405 if (NewIndex < CurrentIndex) {
  /external/libchrome/base/containers/
ring_buffer.h 19 // only |BufferSize|, which is a constant, and |CurrentIndex|, which is the
31 size_t CurrentIndex() const { return current_index_; }
  /external/v8/src/objects/
shared-function-info.h 557 int CurrentIndex() const { return index_ - 1; }
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiConfig.c 333 UINT32 CurrentIndex;
337 CurrentIndex = 0;
341 if (CurrentIndex == Index) {
346 CurrentIndex++;
    [all...]
  /external/llvm/lib/Analysis/
StratifiedSets.h 328 auto CurrentIndex = getHighestParentAbove(I);
329 if (!Visited.insert(CurrentIndex).second)
332 while (Links[CurrentIndex].hasBelow()) {
333 auto &CurrentBits = Links[CurrentIndex].Attrs;
334 auto NextIndex = Links[CurrentIndex].Below;
337 CurrentIndex = NextIndex;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFAcceleratorTable.h 476 const NameIndex *CurrentIndex = nullptr;
478 /// Whether this is a local iterator (searches in CurrentIndex only) or not
521 return A.CurrentIndex == B.CurrentIndex && A.DataOffset == B.DataOffset;
531 const NameIndex *CurrentIndex;
537 assert(CurrentName <= CurrentIndex->getNameCount());
549 /// CurrentIndex.
550 NameIterator(const NameIndex *CurrentIndex, uint32_t CurrentName)
551 : CurrentIndex(CurrentIndex), CurrentName(CurrentName) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
StratifiedSets.h 319 auto CurrentIndex = getHighestParentAbove(I);
320 if (!Visited.insert(CurrentIndex).second)
323 while (Links[CurrentIndex].hasBelow()) {
324 auto &CurrentBits = Links[CurrentIndex].Attrs;
325 auto NextIndex = Links[CurrentIndex].Below;
328 CurrentIndex = NextIndex;
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/swiftshader/third_party/subzero/src/
IceInst.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.c     [all...]

Completed in 299 milliseconds