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

1 2

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
MemoryBufferCache.h 44 unsigned NextIndex = 0;
  /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...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/
types.h 31 inline bool NextIndex(const int num_dims, const int* dims, int* current) {
  /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 210 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 138 index = NextIndex(index, num_probes);
179 index = NextIndex(index, num_probes);
316 index = NextIndex(index, num_probes);
321 inline size_t NextIndex(size_t i, uint32 num_probes) const {
  /art/compiler/dex/
dex_to_dex_compiler.cc 101 uint16_t NextIndex();
180 uint16_t DexToDexCompiler::CompilationState::NextIndex() {
196 return inst->IsQuickened() ? NextIndex() : index;
316 const uint16_t reference_index = NextIndex();
322 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...]

Completed in 769 milliseconds

1 2