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

  /art/runtime/
dex_to_dex_decompiler.cc 46 uint16_t index = NextIndex();
52 const uint16_t index = NextIndex();
62 const uint16_t reference_index = NextIndex();
67 const uint16_t type_index = NextIndex();
73 uint16_t NextIndex() {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BBSsupport.c 182 UINTN *NextIndex;
210 NextIndex = &DeviceTypeIndex[((BBS_BBS_DEVICE_PATH *) BootOption->DevicePath)->DeviceType & 0xF];
212 if (*NextIndex == (UINTN) -1) {
214 // *NextIndex is the Index in BootOrder to put the next Option Number for the same type
216 *NextIndex = Index + 1;
219 // insert the current boot option before *NextIndex, causing [*Next .. Index] shift right one position
222 CopyMem (&BootOrder[*NextIndex + 1], &BootOrder[*NextIndex], (Index - *NextIndex) * sizeof (UINT16));
223 BootOrder[*NextIndex] = OptionNumber;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 281 UINTN NextIndex;
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 48 unsigned NextIndex;
50 RecordingJITEventListener() : NextIndex(0) {}
55 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details};
60 FunctionFreedEvent Event = {NextIndex++, OldPtr};
  /external/v8/src/
identity-map.cc 213 int IdentityMapBase::NextIndex(int index) const {
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
MvI2cDxe.c 687 UINTN Index, NextIndex, DevCount;
708 for (NextIndex = Index + 1; NextIndex < DevCount; NextIndex++) {
709 if (DeviceBusPcd[NextIndex] != I2cMasterContext->Bus)
711 NextDeviceAddress = DevicesPcd[NextIndex];
712 if (NextIndex < DevCount)
  /external/swiftshader/third_party/subzero/src/
IceLoopAnalyzer.cpp 112 IndexT NextIndex = FirstDefinedIndex;
161 assert(NextIndex == FirstDefinedIndex);
192 Node.visit(NextIndex++);
  /external/tensorflow/tensorflow/core/lib/gtl/
flatrep.h 157 index = NextIndex(index, num_probes);
198 index = NextIndex(index, num_probes);
335 index = NextIndex(index, num_probes);
340 inline size_t NextIndex(size_t i, uint32 num_probes) const {
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 103 uint16_t NextIndex();
182 uint16_t DexToDexCompiler::CompilationState::NextIndex() {
198 return inst->IsQuickened() ? NextIndex() : index;
318 const uint16_t reference_index = NextIndex();
324 const uint16_t type_index = NextIndex();
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
BootManager.c 321 UINTN *NextIndex;
347 NextIndex = &DeviceTypeIndex[((BBS_BBS_DEVICE_PATH *) BootOption.FilePath)->DeviceType & 0xF];
349 if (*NextIndex == (UINTN) -1) {
351 // *NextIndex is the Index in BootOrder to put the next Option Number for the same type
353 *NextIndex = Index + 1;
356 // insert the current boot option before *NextIndex, causing [*Next .. Index] shift right one position
359 CopyMem (&BootOrder[*NextIndex + 1], &BootOrder[*NextIndex], (Index - *NextIndex) * sizeof (UINT16));
360 BootOrder[*NextIndex] = OptionNumber;
    [all...]
  /art/libartbase/base/
hash_set.h 373 next_index = NextIndex(next_index);
602 size_t NextIndex(size_t index) const {
628 index = NextIndex(index);
700 index = NextIndex(index);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c     [all...]
  /external/eigen/Eigen/src/Core/
AssignEvaluator.h 275 enum { NextIndex = Index + unpacket_traits<PacketType>::size };
276 copy_using_evaluator_innervec_CompleteUnrolling<Kernel, NextIndex, Stop>::run(kernel);
293 enum { NextIndex = Index_ + unpacket_traits<PacketType>::size };
294 copy_using_evaluator_innervec_InnerUnrolling<Kernel, NextIndex, Stop, SrcAlignment, DstAlignment>::run(kernel, outer);
    [all...]
  /external/llvm/lib/Analysis/
StratifiedSets.h 334 auto NextIndex = Links[CurrentIndex].Below;
335 auto &NextBits = Links[NextIndex].Attrs;
337 CurrentIndex = NextIndex;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
StratifiedSets.h 325 auto NextIndex = Links[CurrentIndex].Below;
326 auto &NextBits = Links[NextIndex].Attrs;
328 CurrentIndex = NextIndex;
  /external/clang/lib/AST/
CommentSema.cpp     [all...]
VTableBuilder.cpp     [all...]
  /art/dex2oat/driver/
compiler_driver.cc     [all...]
  /external/llvm/include/llvm/IR/
Metadata.h 260 uint64_t NextIndex;
265 : Context(Context), NextIndex(0) {}
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Metadata.h 285 uint64_t NextIndex = 0;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Metadata.h 272 uint64_t NextIndex;
277 : Context(Context), NextIndex(0) {}
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/
types.h 302 inline bool NextIndex(const int num_dims, const int* dims, int* current) {
  /external/tensorflow/tensorflow/lite/kernels/internal/
types.h 318 inline bool NextIndex(const int num_dims, const int* dims, int* current) {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 727 milliseconds