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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 77 uint32_t CurrentIndex = 0;
82 ++CurrentIndex;
86 return CurrentIndex;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 77 uint32_t CurrentIndex = 0;
82 ++CurrentIndex;
86 return CurrentIndex;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 77 uint32_t CurrentIndex = 0;
82 ++CurrentIndex;
86 return CurrentIndex;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 77 uint32_t CurrentIndex = 0;
82 ++CurrentIndex;
86 return CurrentIndex;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 77 uint32_t CurrentIndex = 0;
82 ++CurrentIndex;
86 return CurrentIndex;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 77 uint32_t CurrentIndex = 0;
82 ++CurrentIndex;
86 return CurrentIndex;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 77 uint32_t CurrentIndex = 0;
82 ++CurrentIndex;
86 return CurrentIndex;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 77 uint32_t CurrentIndex = 0;
82 ++CurrentIndex;
86 return CurrentIndex;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
BootMode.c 377 UINT32 CurrentIndex;
383 for ( CurrentIndex = 0;
384 CurrentIndex < sizeof (mBootModePriority) / sizeof (mBootModePriority[0]);
385 CurrentIndex++) {
386 if (mBootModePriority[CurrentIndex] == *CurrentBootMode) {
390 if (CurrentIndex >= sizeof (mBootModePriority) / sizeof (mBootModePriority[0])) {
405 if (NewIndex < CurrentIndex) {
  /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/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/swiftshader/third_party/subzero/src/
IceInst.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.c     [all...]

Completed in 714 milliseconds