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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
UefiShellBcfgCommandLib.c 283 @param[in] CurrentOrder The pointer to the current order of items.
284 @param[in] OrderCount The number if items in CurrentOrder.
298 IN CONST UINT16 *CurrentOrder,
495 if (CurrentOrder[Index] == TargetLocation) {
553 CopyMem (NewOrder, CurrentOrder, (OrderCount) * sizeof (NewOrder[0]));
609 @param[in] CurrentOrder The pointer to the current order of items.
610 @param[in] OrderCount The number if items in CurrentOrder.
619 IN CONST UINT16 *CurrentOrder,
629 UnicodeSPrint(VariableName, sizeof(VariableName), L"%s%04x", Target == BcfgTargetBootOrder?L"Boot":L"Driver", CurrentOrder[Location]);
640 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0]));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveRangeShrink.cpp 138 unsigned CurrentOrder = IOM[&MI];
145 UseMap[MO.getReg()] = std::make_pair(CurrentOrder, &MI);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 620 /// vector) and sets \p CurrentOrder to the identity permutation; otherwise
621 /// returns false, setting \p CurrentOrder to either an empty vector or a
624 SmallVectorImpl<unsigned> &CurrentOrder) const;
    [all...]

Completed in 189 milliseconds