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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_update_best_index.h 27 size_t IndexNew, /* (i) Index of new Criteria */
cb_update_best_index.c 26 size_t IndexNew, /* (i) Index of new Criteria */
84 *bestIndex = IndexNew;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
PropertiesTable.c 618 INTN IndexNew;
634 IndexNew = ((*MemoryMapSize) / DescriptorSize) - 1 + AdditionalRecordCount;
640 IndexNew -= MaxSplitRecordCount;
643 (EFI_MEMORY_DESCRIPTOR *)((UINT8 *)MemoryMap + IndexNew * DescriptorSize),
648 // Adjust IndexNew according to real split.
651 ((UINT8 *)MemoryMap + (IndexNew + MaxSplitRecordCount - RealSplitRecordCount) * DescriptorSize),
652 ((UINT8 *)MemoryMap + IndexNew * DescriptorSize),
655 IndexNew = IndexNew + MaxSplitRecordCount - RealSplitRecordCount;
657 IndexNew --;
    [all...]

Completed in 64 milliseconds